File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 shell : bash
2121 run : |
2222 . /entrypoint.sh
23- spack uninstall --force --yes-to-all gcc-runtime # prevents CMake config warnings
2423 ############################
2524 ## Modify Spack installation, if needed
2625 ##
3736 #spack concretize --fresh
3837 #spack install --only-concrete
3938 ############################
39+ spack uninstall --force --yes-to-all gcc-runtime # prevents CMake config warnings
4040 export CC=mpicc
4141 export FC=mpif90
4242 cmake -S ufs_utils -B build -DCMAKE_INSTALL_PREFIX=install
Original file line number Diff line number Diff line change 3131 shell : bash
3232 run : |
3333 . /entrypoint.sh
34- spack uninstall --force --yes-to-all gcc-runtime intel-oneapi-runtime # prevents CMake config warnings
3534 ############################
3635 ## Modify Spack installation, if needed
3736 ##
4847 #spack concretize --fresh
4948 #spack install --only-concrete
5049 ############################
50+ spack uninstall --force --yes-to-all gcc-runtime intel-oneapi-runtime # prevents CMake config warnings
5151 cmake -S ufs_utils -B build -DCMAKE_INSTALL_PREFIX=install
5252 cmake --build build --parallel 4 --verbose
5353 ctest --test-dir build --parallel 4 --output-on-failure
You can’t perform that action at this time.
0 commit comments