Skip to content

Commit

Permalink
Setting ipopt spec in Gridkit Spack package should be sufficient if c…
Browse files Browse the repository at this point in the history
…orrectly updated.
  • Loading branch information
nkoukpaizan authored and pelesh committed Dec 12, 2024
1 parent 2c82da2 commit 8e3fa91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
# Minimal Build(s) - GHCR mirror speeds these up a lot!
spack_spec:
- gridkit@develop ^ipopt+mumps~coinhsl
- gridkit@develop

name: Build gridkit with Spack
steps:
Expand Down Expand Up @@ -139,10 +139,6 @@ jobs:
- name: Spack develop gridkit
run: spack -e . develop --path=$(pwd) gridkit@develop

# Remove before merging
- name: Spack clean ipopt spec
run: spack -e . clean ipopt

- name: Concretize
run: spack -e . concretize

Expand Down

0 comments on commit 8e3fa91

Please sign in to comment.