pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  3 09:04:24 UTC 2018

Modified Files:
        pkgsrc/math/py-scipy: distinfo
        pkgsrc/math/py-scipy/patches: patch-scipy_special___round.h

Log Message:
py-scipy: add upstream bug reports


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/py-scipy/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.18 pkgsrc/math/py-scipy/distinfo:1.19
--- pkgsrc/math/py-scipy/distinfo:1.18  Mon Sep  3 08:57:24 2018
+++ pkgsrc/math/py-scipy/distinfo       Mon Sep  3 09:04:24 2018
@@ -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

Index: pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h
diff -u pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h:1.2 pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h:1.3
--- pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h:1.2      Thu Jun 14 14:29:16 2018
+++ pkgsrc/math/py-scipy/patches/patch-scipy_special___round.h  Mon Sep  3 09:04:24 2018
@@ -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