math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
# Created by: pusto@web.de
|
|
|
|
|
|
|
|
PORTNAME= qhull
|
2022-02-18 21:15:30 +00:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 7.3.2
|
|
|
|
PORTREVISION= 2
|
|
|
|
PORTEPOCH= 1
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
CATEGORIES= math
|
2022-02-18 21:15:30 +00:00
|
|
|
PKGNAMESUFFIX= 7
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
|
|
COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces
|
|
|
|
|
|
|
|
LICENSE= Qhull
|
|
|
|
LICENSE_NAME= Qhull License
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
|
2022-02-18 21:15:30 +00:00
|
|
|
DEPRECATED= Conflicts with qhull
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
|
2022-02-18 21:15:30 +00:00
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_LDCONFIG= yes
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
|
2022-02-18 21:15:30 +00:00
|
|
|
CONFLICTS= qhull8 afni qhull5
|
2022-01-06 23:21:53 +00:00
|
|
|
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
|
|
|
|
|
2022-02-18 21:15:30 +00:00
|
|
|
post-install:
|
|
|
|
${RM} ${STAGEDIR}${PREFIX}/lib/cmake/Qhull/QhullTargets-${CMAKE_BUILD_TYPE:tl}.cmake
|
|
|
|
|
math/qhull8: New port.
- qhull-8.* has a significantly different API from qhull-7.* in that
the only shared libraries are now libqhull_r.so*.
- Add conflicts to math/qhull.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.
WWW: http://www.qhull.org
2021-09-27 03:54:10 +00:00
|
|
|
.include <bsd.port.mk>
|