Skip to content

Commit

Permalink
Specify openblas in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Nov 7, 2024
1 parent 0c1e55f commit a486ada
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 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 ^openblas ^openmpi
- hiop@develop~mpi~raja~shared~kron~sparse ^openblas
- hiop@develop~mpi+raja~shared~kron~sparse ^openblas
- hiop@develop+mpi~raja~shared~kron~sparse ^openmpi
- hiop@develop~mpi~raja~shared~kron~sparse
- hiop@develop~mpi+raja~shared~kron~sparse

# We will need coinhsl for this, but what are the rules for using
# a coinhsl tarball?
Expand Down Expand Up @@ -129,9 +129,12 @@ jobs:
cat << EOF > spack.yaml
spack:
specs:
- ${{ matrix.spack_spec }} ^libevent~openssl target=x86_64_v2
- ${{ matrix.spack_spec }} target=x86_64_v2
- openblas
- libevent~openssl
concretizer:
reuse: dependencies
reuse: false
unify: true
config:
source_cache: $SPACK_CACHE/source_cache
misc_cache: $SPACK_CACHE/misc_cache
Expand Down

0 comments on commit a486ada

Please sign in to comment.