Lines 1-7
Link Here
|
1 |
# Created by: ijliao |
1 |
# Created by: ijliao |
2 |
|
2 |
|
3 |
PORTNAME= scipy |
3 |
PORTNAME= scipy |
4 |
DISTVERSION= 1.6.0 |
4 |
DISTVERSION= 1.7.1 |
5 |
CATEGORIES= science python |
5 |
CATEGORIES= science python |
6 |
MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION}/:doc \ |
6 |
MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION}/:doc \ |
7 |
CHEESESHOP:source \ |
7 |
CHEESESHOP:source \ |
Lines 19-31
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
Link Here
|
19 |
|
19 |
|
20 |
BUILD_DEPENDS= ${PYNUMPY} \ |
20 |
BUILD_DEPENDS= ${PYNUMPY} \ |
21 |
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} |
22 |
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ |
|
|
23 |
${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran |
23 |
LIB_DEPENDS= libblas.so:math/blas \ |
24 |
LIB_DEPENDS= libblas.so:math/blas \ |
24 |
libopenblas.so:math/openblas |
25 |
libopenblas.so:math/openblas |
25 |
RUN_DEPENDS= ${PYNUMPY} |
26 |
RUN_DEPENDS= ${PYNUMPY} |
26 |
|
27 |
|
27 |
USES= compiler:c++14-lang cpe fortran python:3.7+ shebangfix |
28 |
USES= compiler:c++14-lang cpe fortran python:3.7+ shebangfix |
28 |
USE_PYTHON= autoplist concurrent distutils |
29 |
USE_PYTHON= autoplist concurrent cython distutils |
29 |
|
30 |
|
30 |
FFLAGS+= -std=legacy |
31 |
FFLAGS+= -std=legacy |
31 |
LDFLAGS+= -shared |
32 |
LDFLAGS+= -shared |