View | Details | Raw Unified | Return to bug 251718
Collapse All | Expand All

(-)science/py-scipy/Makefile (-6 / +6 lines)
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
(-)science/py-scipy/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1562167398
1
TIMESTAMP = 1607564070
2
SHA256 (scipy-1.2.2.tar.gz) = a4331e0b8dab1ff75d2c67b5158a8bb9a83c799d7140094dda936d876c7cfbb1
2
SHA256 (scipy-1.5.4.tar.gz) = 4a453d5e5689de62e5d38edf40af3f17560bfd63c9c5bd228c18c1f99afa155b
3
SIZE (scipy-1.2.2.tar.gz) = 23140580
3
SIZE (scipy-1.5.4.tar.gz) = 25237512
4
SHA256 (scipy-ref-1.2.1.pdf) = 57161b57061976cc48c42eff8be7d60dbb4d0e9f099c3c70d8a17eed1b25c54f
4
SHA256 (scipy-ref-1.5.1.pdf) = 3171296406bf50db70dd398a22376a446332ffcd4b7409137dcdc9bbc0ac372e
5
SIZE (scipy-ref-1.2.1.pdf) = 36697229
5
SIZE (scipy-ref-1.5.1.pdf) = 33456480

Return to bug 251718