Port details |
- qhull Qhull computes convex hulls, Delaunay triangulations, and halfspaces
- 8.0.2_3,1 math =6 8.0.2_3,1Version of this port present on the latest quarterly branch.
- Maintainer: stephen@FreeBSD.org
- Port Added: 2004-04-28 22:32:28
- Last Update: 2024-01-27 16:27:07
- Commit Hash: b876753
- People watching this port, also watch:: xterm, nspr, p5-Net-SSLeay, nss, xorg-docs
- License: Qhull
- WWW:
- http://www.qhull.org
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/math/qhull/ && make install clean
- To add the package, run one of these commands:
- pkg install math/qhull
- pkg install qhull
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qhull
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641507199
SHA256 (qhull-2020-src-8.0.2.tgz) = b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e
SIZE (qhull-2020-src-8.0.2.tgz) = 1298874
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
- This port is required by:
- for Libraries
-
- cad/PrusaSlicer
- cad/gdstk
- cad/py-gdstk
- graphics/gdal
- math/octave
- math/plplot
- math/py-matplotlib
- for Run
-
- science/afni
Configuration Options:
- ===> The following configuration options are available for qhull-8.0.2_3,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_qhull
- USES:
- cmake tar:tgz
- 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 |
8.0.2_3,1 27 Jan 2024 16:27:07 |
Muhammad Moinur Rahman (bofh) |
math/qhull: Moved man to share/man
Approved by: portmgr (blanket) |
8.0.2_2,1 11 Sep 2023 13:23:13 |
Stephen Montgomery-Smith (stephen) |
math/qhull: use -fPIC with the static library |
8.0.2_1,1 11 Jan 2023 22:17:48 |
Stephen Montgomery-Smith (stephen) |
math/qhull: Fix pkg-plist so that it works in different build modes.
PR: 268880
Reported by: mizhka@FreeBSD.org |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0.2_1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0.2_1,1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
8.0.2_1,1 19 Feb 2022 00:20:02 |
Stephen Montgomery-Smith (stephen) |
math/qhull: Fix portepoch.
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com> |
8.0.2_1 18 Feb 2022 21:15:30 |
Stephen Montgomery-Smith (stephen) |
math/qhull: Renaming ports
qhull renamed to qhull7.
qhull8 renamed to qhull.
qhull7 marked deprecated.
Dependencies updated. |
7.3.2_2,1 25 Oct 2021 16:00:07 |
Po-Chuan Hsieh (sunpoet) |
math/qhull: Fix stage-qa after 6db564e9a16951384daf415e1323e71f71693316
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/Qhull/QhullTargets-%%CMAKE_BUILD_TYPE%%.cmake
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/math/qhull
=>> Error: check-plist failures detected
Approved by: portmgr (blanket) |
7.3.2_2,1 23 Oct 2021 10:04:10 |
Michael Zhilin (mizhka) |
math/qhull: remove build-specific files from pkglist
This commit allows to compile this port with CMAKE_BUILD_TYPE=RelWithDebInfo.
As results, libraries are built with debug information.
# file /usr/local/lib/libqhull_r.so.7.3.2
..., for FreeBSD 14.0 (1400033), with debug_info, not stripped
Sponsored by: Postgres Professional |
7.3.2_1,1 27 Sep 2021 05:20:05 |
Stephen Montgomery-Smith (stephen) |
math/qhull: Update CONFLICTS to include qhull8. |
7.3.2,1 27 Sep 2021 03:54:10 |
Stephen Montgomery-Smith (stephen) |
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 |
7.3.2,1 27 Sep 2021 02:42:41 |
Stephen Montgomery-Smith (stephen) |
math/qhull: Update to 7.3.2. |
7.2.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.2.1,1 02 Mar 2019 19:53:43 |
stephen |
- Update math/qhull to 7.2.1.
- Bump portrevision of dependent port math/plplot,
PR: 236142
Submitted by: Yuri Victorovich <yuri@freebsd.org> |
2015.2 12 Dec 2016 02:46:24 |
stephen |
- Add LICENCE, and small modification to description of error in
libqhullcpp_QhullSet.h.
PR: ports/215078
Submitted by: z7dr6ut7gs@snkmail.com |
2015.2 08 Dec 2016 13:32:59 |
stephen |
qhull:
- Update to 2015.2.
- Install docs in DOCSDIR.
- Add a workaround patch for 9.x base compiler.
plplot:
- Accomodate changes to qhull, including port revision bump.
PR: ports/215078
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
2012.1 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
2012.1 19 Dec 2014 14:59:11 |
stephen |
- Fix build error with clang 3.5.0.
PR: 196127
Submitted by: Dimitry Andric <dim@FreeBSD.org> |
2012.1 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
2012.1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2012.1 04 Jul 2014 00:52:40 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
2012.1 26 Jan 2014 23:20:22 |
stephen |
- Implement staging. |
2012.1 31 Oct 2013 11:06:16 |
bapt |
Fix pkgname collision
With hat: portmgr |
2012.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2012.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2012.1 03 Nov 2012 23:49:09 |
stephen |
- Update to 2012.1.
Feature safe: yes |
2011.1 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
2011.1 05 Jun 2012 15:58:21 |
stephen |
- Add afni-[0-9]* to CONFLICTS.
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> |
2011.1 03 Oct 2011 04:20:28 |
stephen |
- Update to 2011.1
Submitted by: wenheping@gmail.com (private email) |
1.0_2 03 Oct 2011 03:05:36 |
stephen |
- Repocopy to math/qhull5
PR: ports/161089 |
1.0_2 14 Jun 2011 07:38:00 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
1.0_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0_2 17 Jan 2010 03:55:06 |
wen |
- Add extra patch according to http://www.qhull.org/
PR: ports/142894
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
1.0_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.0_1 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
1.0_1 13 Feb 2009 15:25:27 |
wxs |
- Pass maintainership along. |
1.0_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0_1 27 Jan 2007 07:29:12 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
1.0_1 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
1.0 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0 14 Sep 2005 18:35:34 |
pav |
- Use full URI scheme in WWW line
- Remove attribution |
1.0 02 Jun 2005 20:28:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.0 28 Apr 2004 22:28:00 |
thierry |
Add qhull 1.0, qhull computes convex hulls, Delaunay triangulations
and halfspaces.
Remark: submitter time-out -> maintainership assigned to ports@.
PR: 63693
Submitted by: pusto@web.de |