From a486ada29920ef803a2147eed94f6d375bf3070d Mon Sep 17 00:00:00 2001 From: Cameron Rutherford Date: Thu, 7 Nov 2024 14:44:47 -0500 Subject: [PATCH] Specify openblas in a different way --- .github/workflows/spack_build.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spack_build.yml b/.github/workflows/spack_build.yml index 97c874a0..00c5f817 100644 --- a/.github/workflows/spack_build.yml +++ b/.github/workflows/spack_build.yml @@ -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? @@ -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