Skip to content
Snippets Groups Projects
Commit 5d8fefac authored by Wen Heping's avatar Wen Heping
Browse files

science/py-scipy: Update to 1.9.0

PR:		265716
Reported by:	wen@
Exp-run by:	antoine@
parent bb505051
No related branches found
No related tags found
No related merge requests found
PORTNAME= scipy
DISTVERSION= 1.8.1
DISTVERSION= 1.9.0
CATEGORIES= science python
MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION}/:doc \
MASTER_SITES= https://docs.scipy.org/doc/scipy-1.8.1/:doc \
CHEESESHOP:source \
SF:source
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \
scipy-ref-${PORTVERSION}.pdf:doc
scipy-ref-1.8.1.pdf:doc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= python@FreeBSD.org
......@@ -31,7 +31,7 @@ LDFLAGS+= -shared
PYDISTUTILS_BUILDARGS= --fcompiler=gnu95
PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95
PORTDOCS= scipy-ref-${PORTVERSION}.pdf
PORTDOCS= scipy-ref-1.8.1.pdf
OPTIONS_DEFINE= DOCS
......
TIMESTAMP = 1653464389
SHA256 (scipy-1.8.1.tar.gz) = 9e3fb1b0e896f14a85aa9a28d5f755daaeeb54c897b746df7a55ccb02b340f33
SIZE (scipy-1.8.1.tar.gz) = 38196215
TIMESTAMP = 1659931615
SHA256 (scipy-1.9.0.tar.gz) = c0dfd7d2429452e7e94904c6a3af63cbaa3cf51b348bd9d35b42db7e9ad42791
SIZE (scipy-1.9.0.tar.gz) = 42016757
SHA256 (scipy-ref-1.8.1.pdf) = b7cb6a203a7bafc97bd643122ad7d23d7b7f9df9d9634ba2156d0c7256d81c88
SIZE (scipy-ref-1.8.1.pdf) = 35035765
--- scipy/_lib/boost/boost/math/tools/config.hpp.orig 2021-11-01 02:28:55 UTC
+++ scipy/_lib/boost/boost/math/tools/config.hpp
@@ -28,7 +28,7 @@
#include <boost/math/tools/user.hpp>
-#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
+#if (defined(__CYGWIN__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
|| (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \
&& !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
# define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
--- scipy/linalg/setup.py.orig 2022-08-08 07:24:08 UTC
+++ scipy/linalg/setup.py
@@ -160,7 +160,7 @@ def configuration(parent_package='', top_path=None):
# Add any license files
config.add_data_files('src/id_dist/doc/doc.tex')
- config.add_data_files('src/lapack_deprecations/LICENSE')
+ #config.add_data_files('src/lapack_deprecations/LICENSE')
# Type stubs
config.add_data_files('*.pyi')
--- scipy/sparse/tests/test_base.py.orig 2022-03-02 10:42:47 UTC
--- scipy/sparse/tests/test_base.py.orig 1970-01-01 00:00:00 UTC
+++ scipy/sparse/tests/test_base.py
@@ -4758,19 +4758,19 @@ class TestCSCNonCanonical(_NonCanonicalCSMixin, TestCS
@@ -4774,19 +4774,19 @@ class TestCSCNonCanonical(_NonCanonicalCSMixin, TestCS
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment