mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scipy: drop patches, just ignore dependency checks
This commit is contained in:
parent
48e7411cbc
commit
ba48b44285
2 changed files with 2 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
SciPy imposes strict and unnecessary version restrictions on its dependencies.
|
|
||||||
|
|
||||||
--- a/pyproject.toml
|
|
||||||
+++ b/pyproject.toml
|
|
||||||
@@ -35,7 +35,7 @@
|
|
||||||
# and disabling build isolation.
|
|
||||||
# 3. The <2.3 upper bound is for matching the numpy deprecation policy,
|
|
||||||
# it should not be loosened.
|
|
||||||
- "numpy>=2.0.0rc1,<2.3",
|
|
||||||
+ "numpy",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project]
|
|
|
@ -4,7 +4,8 @@ version=1.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="meson numpy"
|
build_helper="meson numpy"
|
||||||
make_build_args="
|
# SciPy imposes strict and unnecessary restrictions on build dependencies
|
||||||
|
make_build_args="--skip-dependency-check
|
||||||
$(vopt_if openblas "" "-Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack")
|
$(vopt_if openblas "" "-Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack")
|
||||||
"
|
"
|
||||||
hostmakedepends="python3-meson-python python3-Cython python3-pybind11
|
hostmakedepends="python3-meson-python python3-Cython python3-pybind11
|
||||||
|
|
Loading…
Add table
Reference in a new issue