Skip to content

Commit

Permalink
update ipolates variants to true/false
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jul 29, 2024
1 parent be8ec01 commit 05e885a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
variants: ["ipolates=0", "ipolates=1"]
variants: ["~ipolates", "+ipolates"]

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 05e885a

Please sign in to comment.