summaryrefslogtreecommitdiff
path: root/.github/workflows/install_spack.sh
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-01-28 14:17:59 +0100
committerGitHub <noreply@github.com>2022-01-28 14:17:59 +0100
commit4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558 (patch)
treeb7210943e8555b184f845c060f235fbfacbc9b8c /.github/workflows/install_spack.sh
parent02b48f5206e7e71236024ad73668114cc66969d4 (diff)
downloadspack-4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558.tar.gz
spack-4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558.tar.bz2
spack-4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558.tar.xz
spack-4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558.zip
Update actions/setup-python to latest version (#28634)
Diffstat (limited to '.github/workflows/install_spack.sh')
-rwxr-xr-x.github/workflows/install_spack.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/.github/workflows/install_spack.sh b/.github/workflows/install_spack.sh
index bc1c5f43ec..be8ec8af21 100755
--- a/.github/workflows/install_spack.sh
+++ b/.github/workflows/install_spack.sh
@@ -2,19 +2,7 @@
. share/spack/setup-env.sh
echo -e "config:\n build_jobs: 2" > etc/spack/config.yaml
spack config add "packages:all:target:[x86_64]"
-# TODO: remove this explicit setting once apple-clang detection is fixed
-cat <<EOF > etc/spack/compilers.yaml
-compilers:
-- compiler:
- spec: apple-clang@11.0.3
- paths:
- cc: /usr/bin/clang
- cxx: /usr/bin/clang++
- f77: /usr/local/bin/gfortran-9
- fc: /usr/local/bin/gfortran-9
- modules: []
- operating_system: catalina
- target: x86_64
-EOF
+spack compiler find
spack compiler info apple-clang
spack debug report
+spack solve zlib