pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: add upstream bug reports
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e94327e6d61
branches: trunk
changeset: 312422:8e94327e6d61
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 03 09:04:24 2018 +0000
description:
py-scipy: add upstream bug reports
diffstat:
math/py-scipy/distinfo | 4 ++--
math/py-scipy/patches/patch-scipy_special___round.h | 7 ++++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r b20fd941dc19 -r 8e94327e6d61 math/py-scipy/distinfo
--- a/math/py-scipy/distinfo Mon Sep 03 08:57:24 2018 +0000
+++ b/math/py-scipy/distinfo Mon Sep 03 09:04:24 2018 +0000
@@ -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 -r b20fd941dc19 -r 8e94327e6d61 math/py-scipy/patches/patch-scipy_special___round.h
--- a/math/py-scipy/patches/patch-scipy_special___round.h Mon Sep 03 08:57:24 2018 +0000
+++ b/math/py-scipy/patches/patch-scipy_special___round.h Mon Sep 03 09:04:24 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index