diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-11-17 21:33:43 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2022-11-17 21:33:43 +0100 |
commit | d4de105d84e2d097916152b6065b6736b795d187 (patch) | |
tree | 034524467e38f5a5650804413da09bb6355969fe /numpy/array_api/tests/test_asarray.py | |
parent | 9e144f7c1598221510d49d8c6b79c66dc000edf6 (diff) | |
download | numpy-d4de105d84e2d097916152b6065b6736b795d187.tar.gz |
MAINT: remove macOS specific long double handling in numpyconfig.h
This was put in place for universal builds (the old kind, PPC/Intel),
and then extended for arm64 support. It was only needed when building
for two architectures in a single build.
We no longer support i386/PPC/universal, and for producing universal2
wheels for those users that want that, the way to do it is to
take a x86-64 wheel and an arm64 wheel and fuse those with the
`delocate-fuse` utility from `delocate`.
Hence this code is no longer needed.
Diffstat (limited to 'numpy/array_api/tests/test_asarray.py')
0 files changed, 0 insertions, 0 deletions