Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/env_macos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git
git clone --depth=1 -b v0.23.1 https://github.com/spack/spack.git

#replace the default configuration file of spack by a simpler one without hash, compiler versions, tags and so on
#cp /Users/runner/work/gmds/gmds/.github/workflows/misc/config-0.21.1.yaml /Users/runner/work/gmds/gmds/spack/etc/spack/defaults/config.yaml
Expand All @@ -12,4 +12,6 @@ spack repo add ./spack_recipes/meshing
spack repo add ./spack_recipes/meshing_supersede

spack external find cmake
spack install --only dependencies gmds+blocking~cgns+python
spack compiler find
spack compiler remove apple-clang
spack install --only dependencies gmds+python~blocking+cgns%gcc ^cgns~mpi ^hdf5~mpi
Loading