From ac20b3d943ed6b8991e3e98181455e8996d9dcb2 Mon Sep 17 00:00:00 2001 From: Cameron Rutherford Date: Wed, 6 Nov 2024 15:00:48 -0500 Subject: [PATCH] Update spack_build.yml to fix cmake pulling llvm --- .github/workflows/spack_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spack_build.yml b/.github/workflows/spack_build.yml index bc7af238..9a2bd727 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 ^libevent~openssl - - hiop@develop~mpi~raja~shared~kron~sparse ^openblas ^libevent~openssl - - hiop@develop~mpi+raja~shared~kron~sparse ^openblas ^libevent~openssl + - 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,7 +129,7 @@ jobs: cat << EOF > spack.yaml spack: specs: - - ${{ matrix.spack_spec }} target=x86_64_v2 + - ${{ matrix.spack_spec }} ^openblas ^cmake~qtgui~ncurses ^libevent~openssl target=x86_64_v2 concretizer: reuse: dependencies config: