diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-16 19:04:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 19:04:08 -0400 |
| commit | 22e515adc77880618f80c6fe0d8326ffb8d88ce0 (patch) | |
| tree | 8857d8363a6190e3016434a98b9f9e2eaa9995c7 /numpy | |
| parent | 7e86c2aadfc6dcee12274db698407275cede1b63 (diff) | |
| parent | 0a0240bcdad5daa0b84781719b3f8a002ef0f82b (diff) | |
| download | numpy-22e515adc77880618f80c6fe0d8326ffb8d88ce0.tar.gz | |
Merge pull request #23601 from rgommers/cpp-linker
BLD: use the C++ linker to link `_multiarray_umath.so`
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 680c2a5f6..b3ca1557b 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1010,9 +1010,6 @@ def configuration(parent_package='',top_path=None): svml_objs.sort() config.add_extension('_multiarray_umath', - # Forcing C language even though we have C++ sources. - # It forces the C linker and don't link C++ runtime. - language = 'c', sources=multiarray_src + umath_src + common_src + [generate_config_h, |
