Commit Graph

6 Commits

Author SHA1 Message Date
Andrew J. Hesford 2cfd60fe4f common/build-helper/numpy.sh: update paths for python3-numpy>=2.0.0 2024-07-31 15:12:09 -04:00
Andrew J. Hesford 174deccefd common/build-helper/numpy.sh: only write meson cross-file once 2023-10-27 12:14:24 -04:00
Andrew J. Hesford 99d8d3e26f common/build-helper/numpy.sh: write meson cross file when needed 2023-09-23 12:49:44 -04:00
Evgeny Ermakov 1baf431894 build-helper/numpy: fix typo 2022-01-18 16:19:51 -03:00
Andrew J. Hesford 59ab2669e6 build-helper/numpy: add cross path for libnpyrandom to LDFLAGS 2021-06-22 12:02:17 -04:00
Andrew J. Hesford 8e6c1786d1 xbps-src: add numpy build_helper
Packages that link against python3-numpy require special consideration
to ensure that, in a cross-building environment, target libraries and
headers as well as the FORTRAN compiler and linker are properly
identifeid. Previously, this was done directly in the python3-scipy
template to support cross compilation. Now, a build_helper generalizes
these changes to support other package templates.
2020-07-12 22:45:32 -04:00