ports/math/py-ecos/Makefile

29 lines
535 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Python interface to ECOS
MODPY_EGG_VERSION = 2.0.7.post1
DISTNAME = ecos-${MODPY_EGG_VERSION}
V = ${MODPY_EGG_VERSION:S/post//}
PKGNAME = py-ecos-${V}
CATEGORIES = math
REVISION = 7
WANTLIB = pthread
MAINTAINER = Paul Irofti <paul@irofti.net>
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \
math/py-scipy${MODPY_FLAVOR}
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>