Skip to content

Commit a37e2be

Browse files
committed
Fixes: Mgard, /usr/bin/cmake
1 parent 5b647da commit a37e2be

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/ci/spack-envs/clang14_py311_nompi_h5_ad2/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spack:
1313
hdf5:
1414
variants: ~mpi
1515
adios2:
16-
variants: ~mpi ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2
16+
variants: ~mpi ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~mgard
1717
cmake:
1818
externals:
1919

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
mpiexec --version
6464
perl --version
6565
python --version
66+
ln -s "$(which cmake)" /usr/bin/cmake
6667
eval $(spack env activate --sh .github/ci/spack-envs/clang7_nopy_ompi_h5_ad2_libcpp/)
6768
spack install
6869
@@ -99,6 +100,7 @@ jobs:
99100
- name: Build
100101
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror}
101102
run: |
103+
ln -s "$(which cmake)" /usr/bin/cmake
102104
eval $(spack env activate --sh .github/ci/spack-envs/clang7_nopy_ompi_h5_ad2/)
103105
spack install
104106
@@ -184,6 +186,7 @@ jobs:
184186
mpiexec --version
185187
perl --version
186188
python --version
189+
ln -s "$(which cmake)" /usr/bin/cmake
187190
eval $(spack env activate --sh .github/ci/spack-envs/clang8_py38_mpich_h5_ad2/)
188191
spack install
189192
@@ -235,6 +238,7 @@ jobs:
235238
- name: Build
236239
env: {CC: gcc-7, CXX: g++-7, CXXFLAGS: -Werror}
237240
run: |
241+
ln -s "$(which cmake)" /usr/bin/cmake
238242
eval $(spack env activate --sh .github/ci/spack-envs/gcc7_py36_ompi_h5_ad2/)
239243
spack install
240244

.github/workflows/tooling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Build
2525
env: {CC: clang, CXX: clang++}
2626
run: |
27+
ln -s "$(which cmake)" /usr/bin/cmake
2728
eval $(spack env activate --sh .github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/)
2829
spack install
2930
@@ -54,6 +55,7 @@ jobs:
5455
- name: Build
5556
env: {CC: mpicc, CXX: mpic++, OMPI_CC: clang-10, OMPI_CXX: clang++-10, CXXFLAGS: -Werror, OPENPMD_HDF5_CHUNKS: none, OPENPMD_TEST_NFILES_MAX: 100}
5657
run: |
58+
ln -s "$(which cmake)" /usr/bin/cmake
5759
eval $(spack env activate --sh .github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/)
5860
spack install
5961
SOURCEPATH="$(pwd)"

0 commit comments

Comments
 (0)