summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-03-30 15:13:17 -0500
committerGitHub <noreply@github.com>2023-03-30 16:13:17 -0400
commite544bb6271163dfcf1e781024bd4a48c061c4084 (patch)
treef4595fe26406d0fe900f0d02ffc2992eff43b5a6 /var
parente1a104e3a2ba3e6b7daf71f221ea983c69da99d1 (diff)
downloadspack-e544bb6271163dfcf1e781024bd4a48c061c4084.tar.gz
spack-e544bb6271163dfcf1e781024bd4a48c061c4084.tar.bz2
spack-e544bb6271163dfcf1e781024bd4a48c061c4084.tar.xz
spack-e544bb6271163dfcf1e781024bd4a48c061c4084.zip
py-scipy: py-pythan is only a build dep (#36528)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-scipy/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-scipy/package.py b/var/spack/repos/builtin/packages/py-scipy/package.py
index e89d7102e7..a094b0d280 100644
--- a/var/spack/repos/builtin/packages/py-scipy/package.py
+++ b/var/spack/repos/builtin/packages/py-scipy/package.py
@@ -15,7 +15,7 @@ class PyScipy(PythonPackage):
as routines for numerical integration and optimization."""
homepage = "https://www.scipy.org/"
- pypi = "scipy/scipy-1.5.4.tar.gz"
+ pypi = "scipy/scipy-1.10.1.tar.gz"
git = "https://github.com/scipy/scipy.git"
maintainers("adamjstewart", "rgommers")
@@ -75,12 +75,12 @@ class PyScipy(PythonPackage):
depends_on("py-pybind11@2.4.3:", when="@1.5:1.6.1", type=("build", "link"))
depends_on("py-pybind11@2.4.0:", when="@1.4.1:1.4", type=("build", "link"))
depends_on("py-pybind11@2.2.4:", when="@1.4.0", type=("build", "link"))
- depends_on("py-pythran@0.12", when="@1.10:", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.12", when="@1.9.2:1.9", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.11", when="@1.9.0:1.9.1", type=("build", "link"))
- depends_on("py-pythran@0.10", when="@1.8", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.9", when="@1.7.2:1.7", type=("build", "link"))
- depends_on("py-pythran@0.9.11", when="@1.7.0:1.7.1", type=("build", "link"))
+ depends_on("py-pythran@0.12", when="@1.10:", type="build")
+ depends_on("py-pythran@0.9.12:0.12", when="@1.9.2:1.9", type="build")
+ depends_on("py-pythran@0.9.12:0.11", when="@1.9.0:1.9.1", type="build")
+ depends_on("py-pythran@0.10", when="@1.8", type="build")
+ depends_on("py-pythran@0.9.12:0.9", when="@1.7.2:1.7", type="build")
+ depends_on("py-pythran@0.9.11", when="@1.7.0:1.7.1", type="build")
depends_on("py-wheel@:0.38", when="@1.10:", type="build")
depends_on("py-wheel@:0.37", when="@:1.9", type="build")
depends_on("pkgconfig", when="@1.9:", type="build")