Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= scipy |
4 |
PORTNAME= scipy |
5 |
PORTVERSION= 1.2.2 |
5 |
DISTVERSION= 1.5.4 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= science python |
6 |
CATEGORIES= science python |
8 |
MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION:R}.1/:doc \ |
7 |
MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION:R}.1/:doc \ |
9 |
CHEESESHOP:source \ |
8 |
CHEESESHOP:source \ |
Lines 19-28
Link Here
|
19 |
LICENSE= BSD3CLAUSE |
18 |
LICENSE= BSD3CLAUSE |
20 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
19 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
21 |
|
20 |
|
22 |
BUILD_DEPENDS= ${PYNUMPY} |
21 |
BUILD_DEPENDS= ${PYNUMPY} \ |
|
|
22 |
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ |
23 |
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} |
24 |
LIB_DEPENDS= libblas.so:math/blas |
23 |
RUN_DEPENDS= ${PYNUMPY} |
25 |
RUN_DEPENDS= ${PYNUMPY} |
24 |
|
26 |
|
25 |
USES= fortran python shebangfix |
27 |
USES= blaslapack:openblas fortran python shebangfix |
26 |
USE_PYTHON= autoplist concurrent distutils |
28 |
USE_PYTHON= autoplist concurrent distutils |
27 |
|
29 |
|
28 |
FFLAGS+= -std=legacy |
30 |
FFLAGS+= -std=legacy |
Lines 37-44
Link Here
|
37 |
OPTIONS_DEFINE= DOCS |
39 |
OPTIONS_DEFINE= DOCS |
38 |
|
40 |
|
39 |
post-patch: |
41 |
post-patch: |
40 |
# Syntax error with GCC 5 |
|
|
41 |
@${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f |
42 |
# This line help fix the plist error because autoplist list it as a file but it is a directory |
42 |
# This line help fix the plist error because autoplist list it as a file but it is a directory |
43 |
@${TOUCH} ${WRKSRC}/scipy/stats/tests/data/tmp |
43 |
@${TOUCH} ${WRKSRC}/scipy/stats/tests/data/tmp |
44 |
|
44 |
|