mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scipy: fix build.
This commit is contained in:
parent
f26be6ab5d
commit
fec1a6cd29
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@ causes build failures against more up-to-date Void packages.
|
||||||
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
|
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
|
||||||
# `wheel` is needed for non-isolated builds, given that `meson-python`
|
# `wheel` is needed for non-isolated builds, given that `meson-python`
|
||||||
# doesn't list it as a runtime requirement (at least in 0.5.0)
|
# doesn't list it as a runtime requirement (at least in 0.5.0)
|
||||||
|
@@ -16,7 +16,7 @@
|
||||||
|
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
|
||||||
|
# `wheel` is needed for non-isolated builds, given that `meson-python`
|
||||||
|
# doesn't list it as a runtime requirement (at least in 0.5.0)
|
||||||
|
- "wheel<0.41.0",
|
||||||
|
+ "wheel",
|
||||||
|
|
||||||
|
# NumPy dependencies - to update these, sync from
|
||||||
|
# https://github.com/scipy/oldest-supported-numpy/, and then
|
||||||
@@ -40,7 +40,7 @@
|
@@ -40,7 +40,7 @@
|
||||||
# however macOS was broken and it's safe C API/ABI-wise to build against 1.21.6
|
# however macOS was broken and it's safe C API/ABI-wise to build against 1.21.6
|
||||||
# (see oldest-supported-numpy issues gh-28 and gh-45)
|
# (see oldest-supported-numpy issues gh-28 and gh-45)
|
||||||
|
|
Loading…
Add table
Reference in a new issue