mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
28 lines
521 B
Makefile
28 lines
521 B
Makefile
COMMENT= fast numerical expression evaluator for NumPy
|
|
|
|
MODPY_DISTV= 2.8.4
|
|
DISTNAME= numexpr-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= math
|
|
REVISION= 2
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += m pthread ${MODPY_WANTLIB} ${COMPILER_LIBCXX}
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_TEST_DIR= ${WRKSRC}/build/lib*
|
|
|
|
RUN_DEPENDS= math/py-numpy \
|
|
sysutils/py-packaging
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
math/py-oldest-supported-numpy
|
|
|
|
.include <bsd.port.mk>
|