forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "updated to package files for: cuda/mathematica/matlab/py-pycu…
…da/py-scipy" This reverts commit d980a06.
- Loading branch information
1 parent
d461502
commit 82e1f47
Showing
5 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ class PyScipy(PythonPackage): | |
# https://github.com/mesonbuild/meson-python/pull/167 | ||
depends_on("py-build", when="@1.9:", type="build") | ||
|
||
depends_on("[email protected]:", when="@1.10:", type="build") | ||
depends_on("[email protected]", when="@1.10:", type="build") | ||
depends_on("[email protected]:", when="@1.9.2:1.9", type="build") | ||
depends_on("[email protected]:", when="@1.9.1", type="build") | ||
depends_on("[email protected]", when="@1.9.0", type="build") | ||
|