pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: fix build on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/f091040135eb
branches: trunk
changeset: 376695:f091040135eb
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Apr 12 11:50:33 2022 +0000
description:
py-numpy: fix build on SunOS
diffstat:
math/py-numpy/distinfo | 4 ++--
math/py-numpy/patches/patch-numpy_core_setup.py | 18 +++++++++++++++---
2 files changed, 17 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r 54f8a719ee46 -r f091040135eb math/py-numpy/distinfo
--- a/math/py-numpy/distinfo Tue Apr 12 11:50:23 2022 +0000
+++ b/math/py-numpy/distinfo Tue Apr 12 11:50:33 2022 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.70 2022/04/10 13:15:47 tnn Exp $
+$NetBSD: distinfo,v 1.71 2022/04/12 11:50:33 tnn Exp $
BLAKE2s (numpy-1.22.3.zip) = 8add725a5f6a438218d1df65e832acf84264fcdf59eaf006b5f80c4b492f0905
SHA512 (numpy-1.22.3.zip) = fdeefd0ffad798a078376fe16ad840551309d3bbf551eca09d92a35048ee75c3739ab0becedb23448d82999da148827e69ded8842201c3dda72b46b4eb9be93f
Size (numpy-1.22.3.zip) = 11451867 bytes
-SHA1 (patch-numpy_core_setup.py) = 70db6193da36d31a085036e2b61b154e990f70de
+SHA1 (patch-numpy_core_setup.py) = 57659fe39504adc789a14016c5a43d7b898789b4
SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421
SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53
SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed
diff -r 54f8a719ee46 -r f091040135eb math/py-numpy/patches/patch-numpy_core_setup.py
--- a/math/py-numpy/patches/patch-numpy_core_setup.py Tue Apr 12 11:50:23 2022 +0000
+++ b/math/py-numpy/patches/patch-numpy_core_setup.py Tue Apr 12 11:50:33 2022 +0000
@@ -1,10 +1,14 @@
-$NetBSD: patch-numpy_core_setup.py,v 1.5 2021/05/03 17:15:22 adam Exp $
+$NetBSD: patch-numpy_core_setup.py,v 1.6 2022/04/12 11:50:34 tnn Exp $
Use C language (not F77 from blas_info); fixes library name on Darwin.
---- numpy/core/setup.py.orig 2021-04-22 17:50:58.000000000 +0000
+Don't redefine -D__STDC_VERSION__=0 on the command line. It is almost
+certainly the wrong thing to do and breaks the build completely on
+modern SunOS.
+
+--- numpy/core/setup.py.orig 2022-03-06 17:04:34.000000000 +0000
+++ numpy/core/setup.py
-@@ -760,6 +760,7 @@ def configuration(parent_package='',top_
+@@ -816,6 +816,7 @@ def configuration(parent_package='',top_
if have_blas:
extra_info = blas_info
@@ -12,3 +16,11 @@
# These files are also in MANIFEST.in so that they are always in
# the source distribution independently of HAVE_CBLAS.
common_src.extend([join('src', 'common', 'cblasfuncs.c'),
+@@ -1038,7 +1039,6 @@ def configuration(parent_package='',top_
+ extra_objects=svml_objs,
+ extra_info=extra_info,
+ extra_cxx_compile_args=['-std=c++11',
+- '-D__STDC_VERSION__=0',
+ '-fno-exceptions',
+ '-fno-rtti'])
+
Home |
Main Index |
Thread Index |
Old Index