summaryrefslogtreecommitdiff
path: root/math/py-scipy
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-09-03 08:57:24 +0000
committerwiz <wiz@pkgsrc.org>2018-09-03 08:57:24 +0000
commitf68da8e8a13314c12a7b2de713d6498dd45162b9 (patch)
tree13d303edf625ee8193e971eef25ca3fdc4ff5df1 /math/py-scipy
parenta688457ac25e23cf2b803f500d690e37e56e831b (diff)
downloadpkgsrc-f68da8e8a13314c12a7b2de713d6498dd45162b9.tar.gz
py-scipy: remove obsolete patch; HAVE_OPEN_MEMSTREAM is defined to 1 nowadays.
Diffstat (limited to 'math/py-scipy')
-rw-r--r--math/py-scipy/distinfo3
-rw-r--r--math/py-scipy/patches/patch-scipy___lib_src_messagestream.h15
2 files changed, 1 insertions, 17 deletions
diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo
index 9b8de2678e5..c13562dc9a2 100644
--- a/math/py-scipy/distinfo
+++ b/math/py-scipy/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.17 2018/06/14 14:29:16 jperkin Exp $
+$NetBSD: distinfo,v 1.18 2018/09/03 08:57: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___lib_src_messagestream.h) = 83305b780379eafcd5063b757de6b8c3f224b4f0
SHA1 (patch-scipy_special___round.h) = 1575cf7068fe52b78a039e437b6841c0e570ceb9
diff --git a/math/py-scipy/patches/patch-scipy___lib_src_messagestream.h b/math/py-scipy/patches/patch-scipy___lib_src_messagestream.h
deleted file mode 100644
index d0d32660eaa..00000000000
--- a/math/py-scipy/patches/patch-scipy___lib_src_messagestream.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-scipy___lib_src_messagestream.h,v 1.1 2018/06/14 14:29:16 jperkin Exp $
-
-HAVE_OPEN_MEMSTREAM is defined/not defined, not 0/1.
-
---- scipy/_lib/src/messagestream.h.orig 2018-05-05 17:10:05.000000000 +0000
-+++ scipy/_lib/src/messagestream.h
-@@ -5,7 +5,7 @@
-
- #include "messagestream_config.h"
-
--#if HAVE_OPEN_MEMSTREAM
-+#ifdef HAVE_OPEN_MEMSTREAM
- FILE *messagestream_open_memstream(char **ptr, size_t *sizeloc)
- {
- return open_memstream(ptr, sizeloc);