View | Details | Raw Unified | Return to bug 259584 | Differences between
and this patch

Collapse All | Expand All

(-)b/science/py-scipy/Makefile (-3 / +4 lines)
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
(-)b/science/py-scipy/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1611377424
1
TIMESTAMP = 1635734688
2
SHA256 (scipy-1.6.0.tar.gz) = cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566
2
SHA256 (scipy-1.7.1.tar.gz) = 6b47d5fa7ea651054362561a28b1ccc8da9368a39514c1bbf6c0977a1c376764
3
SIZE (scipy-1.6.0.tar.gz) = 27275413
3
SIZE (scipy-1.7.1.tar.gz) = 36102628
4
SHA256 (scipy-ref-1.6.0.pdf) = 7091ef452ac5864be231d0ca3a6ccff9cdba7c03f92e867a76215de3033ff726
4
SHA256 (scipy-ref-1.7.1.pdf) = 6b774337060474ca74c47dfe77f88bd5f39cdc00a6649bb29df071fb720d810e
5
SIZE (scipy-ref-1.6.0.pdf) = 34332184
5
SIZE (scipy-ref-1.7.1.pdf) = 33542025
(-)b/science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp (+11 lines)
Added Link Here
1
--- scipy/_lib/boost/boost/math/tools/config.hpp.orig	2021-11-01 02:28:55 UTC
2
+++ scipy/_lib/boost/boost/math/tools/config.hpp
3
@@ -28,7 +28,7 @@
4
 
5
 #include <boost/math/tools/user.hpp>
6
 
7
-#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
8
+#if (defined(__CYGWIN__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
9
    || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \
10
    && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
11
 #  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS

Return to bug 259584