mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
27 lines
635 B
Makefile
27 lines
635 B
Makefile
PORTNAME= scs
|
|
DISTVERSION= 2.1.4
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Splitting conic solver for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+ blaslapack:openblas fortran # fortran is for openblas
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas"
|
|
MAKE_ENV= ${CONFIGURE_ENV}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so
|
|
|
|
.include <bsd.port.mk>
|