diff options
| author | Xin LI <delphij@FreeBSD.org> | 2025-10-14 05:42:16 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2025-10-14 06:18:33 +0000 |
| commit | 1bcf545661ba786deaae3052208465a4fddc6e33 (patch) | |
| tree | bd34b1ca5e8ebb866ce3a3c71ac3c6830960b335 /math/py-numpy/files/patch-numpy_core_setup.py | |
| parent | bb46c6c4cdac5846ede5caea2bd874287e33039c (diff) | |
Diffstat (limited to 'math/py-numpy/files/patch-numpy_core_setup.py')
| -rw-r--r-- | math/py-numpy/files/patch-numpy_core_setup.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/math/py-numpy/files/patch-numpy_core_setup.py b/math/py-numpy/files/patch-numpy_core_setup.py deleted file mode 100644 index 7502a4df93fb..000000000000 --- a/math/py-numpy/files/patch-numpy_core_setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- numpy/core/setup.py.orig 2024-02-05 21:17:48 UTC -+++ numpy/core/setup.py -@@ -9,7 +9,6 @@ from numpy.distutils import log - from os.path import join - - from numpy.distutils import log --from numpy.distutils.msvccompiler import lib_opts_if_msvc - from distutils.dep_util import newer - from sysconfig import get_config_var - from numpy.compat import npy_load_module -@@ -688,7 +687,7 @@ def configuration(parent_package='',top_path=None): - install_dir='lib', - build_info={ - 'include_dirs' : [], # empty list required for creating npy_math_internal.h -- 'extra_compiler_args': [lib_opts_if_msvc], -+ 'extra_compiler_args': [], - }) - config.add_npy_pkg_config("npymath.ini.in", "lib/npy-pkg-config", - subst_dict) |
