pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pytables py-pytables: remove quick hack for ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2d1e48f8fc9
branches:  trunk
changeset: 354575:a2d1e48f8fc9
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Nov 03 00:07:52 2016 +0000

description:
py-pytables: remove quick hack for netbsds new compiler choice claiming
C11 support without the OS having the rest of it.

diffstat:

 math/py-pytables/distinfo                            |   3 +--
 math/py-pytables/patches/patch-c-blosc_blosc_blosc.c |  16 ----------------
 2 files changed, 1 insertions(+), 18 deletions(-)

diffs (33 lines):

diff -r 205fbf632612 -r a2d1e48f8fc9 math/py-pytables/distinfo
--- a/math/py-pytables/distinfo Wed Nov 02 21:09:02 2016 +0000
+++ b/math/py-pytables/distinfo Thu Nov 03 00:07:52 2016 +0000
@@ -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 -r 205fbf632612 -r a2d1e48f8fc9 math/py-pytables/patches/patch-c-blosc_blosc_blosc.c
--- a/math/py-pytables/patches/patch-c-blosc_blosc_blosc.c      Wed Nov 02 21:09:02 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index