summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-11-03 00:07:52 +0000
committermaya <maya@pkgsrc.org>2016-11-03 00:07:52 +0000
commitaf381796f3555cad3f6c4de5e71ffc518fa092d9 (patch)
treecc089304ac2d57a773264ca5f6f5444f57810d69 /math
parentac7f4c0d32e69d624915d9eac62f89f437cab8b0 (diff)
downloadpkgsrc-af381796f3555cad3f6c4de5e71ffc518fa092d9.tar.gz
py-pytables: remove quick hack for netbsds new compiler choice claiming
C11 support without the OS having the rest of it.
Diffstat (limited to 'math')
-rw-r--r--math/py-pytables/distinfo3
-rw-r--r--math/py-pytables/patches/patch-c-blosc_blosc_blosc.c16
2 files changed, 1 insertions, 18 deletions
diff --git a/math/py-pytables/distinfo b/math/py-pytables/distinfo
index 9407955672e..9a4bbddb349 100644
--- a/math/py-pytables/distinfo
+++ b/math/py-pytables/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.15 2016/08/18 20:30:02 wiz Exp $
+$NetBSD: distinfo,v 1.16 2016/11/03 00:07:52 maya Exp $
SHA1 (tables-3.2.3.tar.gz) = d7a2965821f436aabcf97e2851fe857c40e71cca
RMD160 (tables-3.2.3.tar.gz) = b0eaa61390a65d4e23f0499ca64409c20fd23bae
SHA512 (tables-3.2.3.tar.gz) = 565ae648a81daa6e9eb7d8dfbecef4f0b195122dd2c60a99f89f903f7366515997c302e649441f68b20c13b0f7ccff1e97971cc16b4bd56b579a069d92247e9a
Size (tables-3.2.3.tar.gz) = 3821258 bytes
-SHA1 (patch-c-blosc_blosc_blosc.c) = 53751c1242e9d2e3057bb1eef0f075f2fdd97c3f
SHA1 (patch-setup.py) = 51e92744674fbc8b64e3dc150fcf9927efebc821
diff --git a/math/py-pytables/patches/patch-c-blosc_blosc_blosc.c b/math/py-pytables/patches/patch-c-blosc_blosc_blosc.c
deleted file mode 100644
index 3e5d241d28b..00000000000
--- a/math/py-pytables/patches/patch-c-blosc_blosc_blosc.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-c-blosc_blosc_blosc.c,v 1.1 2016/08/16 02:42:48 maya Exp $
-
-Workaround NetBSD-7.99.35 missing C11 includes and having C11 support
-PR standards/51416
-
---- c-blosc/blosc/blosc.c.orig 2016-07-03 11:46:48.000000000 +0000
-+++ c-blosc/blosc/blosc.c
-@@ -59,7 +59,7 @@
- #endif
-
- /* If C11 is supported, use it's built-in aligned allocation. */
--#if __STDC_VERSION__ >= 201112L
-+#if 0
- #include <stdalign.h>
- #endif
-