mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
34 lines
580 B
Makefile
34 lines
580 B
Makefile
COMMENT = fast NumPy array functions written in C
|
|
|
|
MODPY_DISTV = 1.6.0
|
|
DISTNAME = bottleneck-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:L}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = math
|
|
|
|
MAINTAINER = Martin Reindl <martin@catai.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# ICE with base-gcc
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODPY_TEST_DIR = ${WRKINST}${MODPY_SITEPKG}
|
|
|
|
BUILD_DEPENDS = devel/py-versioneer \
|
|
math/py-numpy
|
|
|
|
RUN_DEPENDS = math/py-numpy
|
|
|
|
TEST_DEPENDS = devel/py-pluggy
|
|
|
|
.include <bsd.port.mk>
|