File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,27 +47,27 @@ jobs:
47
47
if : always()
48
48
run : |
49
49
sudo apt-get update
50
- sudo apt-get install -yq ccache bzip2 ca-certificates g++ gcc gfortran git gzip lsb-release patch python3 tar unzip xz-utils zstd
50
+ sudo apt-get install -yq ccache
51
51
52
52
- name : Get ccache config dir
53
53
if : always()
54
54
run : ccache --show-config
55
55
56
- - name : Clone spack
57
- if : always()
58
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
+ - name : Set up Spack
57
+ uses : spack/setup-spack@v2
59
58
with :
60
- repository : spack/spack
59
+ ref : releases/v0.23
60
+ buildcache : true
61
+ color : true
61
62
path : spack
62
63
63
- - name : Install
64
- if : always()
64
+ - name : Install PyNucleus
65
+ shell : spack-bash {0}
65
66
run : |
66
- source spack/share/spack/setup-env.sh
67
67
spack config add config:ccache:true
68
68
spack env create pynucleus
69
69
spack env activate pynucleus
70
- spack add py-pynucleus
70
+ spack add py-pynucleus ^openmpi
71
71
spack concretize
72
72
spack install
73
73
You can’t perform that action at this time.
0 commit comments