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: remove obsolete patch; HAVE_OP...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aeb8ebed9f23
branches: trunk
changeset: 384796:aeb8ebed9f23
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 03 08:57:24 2018 +0000
description:
py-scipy: remove obsolete patch; HAVE_OPEN_MEMSTREAM is defined to 1 nowadays.
diffstat:
math/py-scipy/distinfo | 3 +-
math/py-scipy/patches/patch-scipy___lib_src_messagestream.h | 15 -------------
2 files changed, 1 insertions(+), 17 deletions(-)
diffs (32 lines):
diff -r fb1bcde656c1 -r aeb8ebed9f23 math/py-scipy/distinfo
--- a/math/py-scipy/distinfo Mon Sep 03 08:36:44 2018 +0000
+++ b/math/py-scipy/distinfo Mon Sep 03 08:57:24 2018 +0000
@@ -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 -r fb1bcde656c1 -r aeb8ebed9f23 math/py-scipy/patches/patch-scipy___lib_src_messagestream.h
--- a/math/py-scipy/patches/patch-scipy___lib_src_messagestream.h Mon Sep 03 08:36:44 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index