2015-12-25 09:20:38 +00:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
PORTNAME= pyhull
|
2018-09-27 03:13:34 +00:00
|
|
|
DISTVERSION= 2015.2.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 2
|
2015-12-25 09:20:38 +00:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-02-25 00:40:37 +00:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2015-12-25 09:20:38 +00:00
|
|
|
COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2017-06-09 18:44:32 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
2015-12-25 09:20:38 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
|
2020-12-28 23:02:12 +00:00
|
|
|
USES= python:3.6+
|
2015-12-25 09:20:38 +00:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
post-install:
|
2020-12-24 13:46:01 +00:00
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyhull/_pyhull*.so
|
2015-12-25 09:20:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|