Port details |
- verdict Compute quality functions of 2 and 3-dimensional regions
- 1.4.2_2 math =3 1.4.2_2Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2022-11-17 20:48:19
- Last Update: 2024-07-16 18:36:15
- Commit Hash: ad7289a
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: MIT
- WWW:
- https://github.com/sandialabs/verdict
- Description:
- Verdict is a collection of subroutines for evaluating the geometric qualities
of triangles, quadrilaterals, tetrahedra, and hexahedra using a variety of
metrics. A metric is a real number assigned to one of these shapes depending
on its particular vertex coordinates. These metrics are used to evaluate the
input to finite element, finite volume, boundary element, and other types
of solvers that approximate the solution to partial differential equations
defined over regions of space. The geometric qualities of these regions is
usually strongly tied to the accuracy these solvers are able to obtain in their
approximations.
See also <https://gitlab.kitware.com/verdict/verdict/>.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/verdict/ && make install clean
- To add the package, run one of these commands:
- pkg install math/verdict
- pkg install verdict
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: verdict
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689872034
SHA256 (sandialabs-verdict-1.4.2_GH0.tar.gz) = 225c8c5318f4b02e7215cefa61b5dc3f99e05147ad3fefe6ee5a3ee5b828964b
SIZE (sandialabs-verdict-1.4.2_GH0.tar.gz) = 2195976
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libgtest.so : devel/googletest
- This port is required by:
- for Libraries
-
- science/paraview
Configuration Options:
- ===> The following configuration options are available for verdict-1.4.2_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_verdict
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_2 16 Jul 2024 18:36:15 |
Po-Chuan Hsieh (sunpoet) |
devel/googletest: Update to 1.15.0
- Update MASTER_SITES: use upstream release tarball
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
1.4.2_1 16 Aug 2023 18:25:09 |
Po-Chuan Hsieh (sunpoet) |
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
1.4.2 20 Jul 2023 16:59:00 |
Thierry Thomas (thierry) |
math/verdict: upgrade to v1.4.2 |
1.4.1 17 Jan 2023 05:27:03 |
Alex Kozlov (ak) |
Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
1.4.1 25 Nov 2022 15:19:09 |
Thierry Thomas (thierry) |
math/verdict: upgrade to 1.4.1 |
1.4.0 17 Nov 2022 20:46:48 |
Thierry Thomas (thierry) |
math/verdict: compute quality functions of 2 and 3-dimensional regions
New port required by science/paraview. |