Add py-pyhull 1.5.6, computation of convex hull, Delaunay triangulation
and Voronoi diagram. PR: 205593 Submitted by: Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
parent
e1e3fe2e30
commit
5e279ec3d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404409
4 changed files with 32 additions and 0 deletions
|
@ -609,6 +609,7 @@
|
|||
SUBDIR += py-pybloom
|
||||
SUBDIR += py-pycosat
|
||||
SUBDIR += py-pyfst
|
||||
SUBDIR += py-pyhull
|
||||
SUBDIR += py-pymc
|
||||
SUBDIR += py-roman
|
||||
SUBDIR += py-scientific
|
||||
|
|
24
math/py-pyhull/Makefile
Normal file
24
math/py-pyhull/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyhull
|
||||
PORTVERSION= 1.5.6
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyhull/_pyhull.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/py-pyhull/distinfo
Normal file
2
math/py-pyhull/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pyhull-1.5.6.tar.gz) = 4d14bf6e6ba695de4d4ae28d2c15b97eb2dabc1e840bb9d1120ed1ffa2c52cb1
|
||||
SIZE (pyhull-1.5.6.tar.gz) = 298717
|
5
math/py-pyhull/pkg-descr
Normal file
5
math/py-pyhull/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
A Python wrapper to Qhull (www.qhull.org) for the computation
|
||||
of the convex hull, Delaunay triangulation and Voronoi diagram.
|
||||
|
||||
WWW: https://github.com/materialsvirtuallab/pyhull
|
||||
WWW: https://pypi.python.org/pypi/pyhull
|
Loading…
Reference in a new issue