Skip to content

Commit

Permalink
Move openblas into direct package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Nov 7, 2024
1 parent 4315931 commit 0c1e55f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
strategy:
matrix:
spack_spec:
- hiop@develop+mpi~raja~shared~kron~sparse ^openmpi
- hiop@develop~mpi~raja~shared~kron~sparse
- hiop@develop~mpi+raja~shared~kron~sparse
- hiop@develop+mpi~raja~shared~kron~sparse ^openblas ^openmpi
- hiop@develop~mpi~raja~shared~kron~sparse ^openblas
- hiop@develop~mpi+raja~shared~kron~sparse ^openblas

# We will need coinhsl for this, but what are the rules for using
# a coinhsl tarball?
Expand Down Expand Up @@ -146,8 +146,6 @@ jobs:
all:
require: "%gcc"
# https://spack.readthedocs.io/en/latest/packages_yaml.html#setting-requirements-on-virtual-specs
blas:
require: "openblas"
cmake:
require: "~qtgui~ncurses"
EOF
Expand Down

0 comments on commit 0c1e55f

Please sign in to comment.