summaryrefslogtreecommitdiff
path: root/math/py-scipy
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-09-03 09:04:24 +0000
committerwiz <wiz@pkgsrc.org>2018-09-03 09:04:24 +0000
commit9181e34e85a5937622ac24eb74718810b57a9559 (patch)
treea7f3ded1419bf26939a67da70cd89049dc9c8fcb /math/py-scipy
parentf68da8e8a13314c12a7b2de713d6498dd45162b9 (diff)
downloadpkgsrc-9181e34e85a5937622ac24eb74718810b57a9559.tar.gz
py-scipy: add upstream bug reports
Diffstat (limited to 'math/py-scipy')
-rw-r--r--math/py-scipy/distinfo4
-rw-r--r--math/py-scipy/patches/patch-scipy_special___round.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo
index c13562dc9a2..c06a972e07d 100644
--- a/math/py-scipy/distinfo
+++ b/math/py-scipy/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2018/09/03 08:57:24 wiz Exp $
+$NetBSD: distinfo,v 1.19 2018/09/03 09:04:24 wiz Exp $
SHA1 (scipy-1.1.0.tar.gz) = 965e7ac23ac1bc2809a1fa13d429aea352bdd124
RMD160 (scipy-1.1.0.tar.gz) = 960b360b8499728a6d10a2421594ab5a81739b3a
SHA512 (scipy-1.1.0.tar.gz) = 72fe32c6c009613cb78202598e5db14f8e630b3218839cfe18d43d40550d94cc5aa100c6f5d41f40e86ae148e9b6a13431bb91b0f9be44b0569ccd7b725fe973
Size (scipy-1.1.0.tar.gz) = 15583560 bytes
-SHA1 (patch-scipy_special___round.h) = 1575cf7068fe52b78a039e437b6841c0e570ceb9
+SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422
diff --git a/math/py-scipy/patches/patch-scipy_special___round.h b/math/py-scipy/patches/patch-scipy_special___round.h
index 826f1446bbc..dbbc8194894 100644
--- a/math/py-scipy/patches/patch-scipy_special___round.h
+++ b/math/py-scipy/patches/patch-scipy_special___round.h
@@ -1,8 +1,13 @@
-$NetBSD: patch-scipy_special___round.h,v 1.2 2018/06/14 14:29:16 jperkin Exp $
+$NetBSD: patch-scipy_special___round.h,v 1.3 2018/09/03 09:04:24 wiz Exp $
+Chunk 1: SunOS fix
+https://github.com/scipy/scipy/issues/9214
+
+Chunk 2:
This conditional is just wrong, when built with c++, __STDC_VERSION__
is not defined. Make a cheezy fix which insists on <fenv.h> when
built with C++.
+https://github.com/scipy/scipy/issues/9213
--- scipy/special/_round.h.orig 2018-05-05 17:10:11.000000000 +0000
+++ scipy/special/_round.h