kmos d3aea23e66 Another REVISION bump to deal with the same REVISION situation.
I forgot about this one because the build wouldn't attempt until I fixed
the other 3. This resolves building on sparc64.
2020-07-22 06:59:19 +00:00

37 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/07/22 06:59:19 kmos Exp $
COMMENT = modeling language for convex optimization problems
MODPY_EGG_VERSION = 1.0.25
DISTNAME = cvxpy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = math
REVISION = 2
MAINTAINER = Paul Irofti <paul@irofti.net>
# Apache v2
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \
math/py-scipy${MODPY_FLAVOR} \
math/py-osqp${MODPY_FLAVOR} \
math/py-ecos${MODPY_FLAVOR} \
math/py-scs${MODPY_FLAVOR} \
devel/py-multiprocess${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR}
BUILD_DEPENDS = lang/cython${MODPY_FLAVOR} \
${RUN_DEPENDS}
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
.include <bsd.port.mk>