Files
macports-ports/python/py-numpy/files/patch_meson-python-version_pyproject.toml.diff
T
Renee Otten b9b76200f4 py-numpy: add variants for BLAS/LAPACK libraries
- add py313 subport
- switch to PyPI
- drop MKL variant; upstream no longer supports macOS and there is an
  error during linking (i.e., it cannot find the library) that I cannot
  get resolved
- only add 'accelerate' variant on systems where NumPy supports it
- add myself as co-maintainer

Closes: https://trac.macports.org/ticket/69326
See: https://trac.macports.org/ticket/69538
2024-11-06 10:02:22 -05:00

12 lines
251 B
Diff

--- pyproject.toml.orig 2024-10-31 23:11:57
+++ pyproject.toml 2024-10-31 23:12:07
@@ -2,7 +2,7 @@
build-backend = "mesonpy"
requires = [
"Cython>=0.29.34,<3.1",
- "meson-python>=0.15.0,<0.16.0",
+ "meson-python>=0.15.0",
]
[project]