-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ipolates variants to true/false
- Loading branch information
1 parent
be8ec01
commit 05e885a
Showing
2 changed files
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,6 @@ def url_for_version(self, version): | |
conflicts("+openmp", when="%apple-clang") | ||
|
||
depends_on("wget", type=("build"), when="@:3.1 +netcdf4") | ||
depends_on("ip@:3", when="@3.2 +ipolates") | ||
depends_on("[email protected]:", when="@develop +ipolates") | ||
depends_on("[email protected]:", when="@3.2: +aec") | ||
depends_on("netcdf-c", when="@3.2: +netcdf4") | ||
|