diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-29 06:27:59 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-29 06:27:59 +0800 |
commit | 42b06a95bb02dcc86f4054df9074daa6bfa473e4 (patch) | |
tree | f489b6565f899045fc4007045f48cbcd2dfdbaf0 /math/Makefile | |
parent | b29cad8e2e2851beb6273d5379663bbccc3b6c1e (diff) | |
download | freebsd-ports-gnome-42b06a95bb02dcc86f4054df9074daa6bfa473e4.tar.gz freebsd-ports-gnome-42b06a95bb02dcc86f4054df9074daa6bfa473e4.tar.zst freebsd-ports-gnome-42b06a95bb02dcc86f4054df9074daa6bfa473e4.zip |
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
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 54424b771e9c..653badfbccb7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -169,6 +169,7 @@ SUBDIR += py-numeric17 SUBDIR += py-probstat SUBDIR += py-scientific + SUBDIR += qhull SUBDIR += qscanplot SUBDIR += rascal SUBDIR += rcalc |