Update profile name of 3rd party tests due to #4134

This commit is contained in:
Matthias Krack 2025-04-12 10:29:14 +02:00
parent 582ec76049
commit 349f45176d
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# author: Ole Schuett
# Compile CP2K.
./build_cp2k_cmake.sh "toolchain" "ssmp" || exit 0
./build_cp2k_cmake.sh "toolchain_all" "ssmp" || exit 0
echo -e "\n========== Installing Dependencies =========="
apt-get update -qq

View file

@ -3,7 +3,7 @@
# author: Ole Schuett
# Compile CP2K.
./build_cp2k_cmake.sh "toolchain" "ssmp" || exit 0
./build_cp2k_cmake.sh "toolchain_all" "ssmp" || exit 0
# Fake installation of data files.
mkdir -p ./share/cp2k

View file

@ -6,7 +6,7 @@
source /opt/cp2k-toolchain/install/setup
# Compile and install CP2K.
./build_cp2k_cmake.sh "toolchain" "ssmp" || exit 0
./build_cp2k_cmake.sh "toolchain_all" "ssmp" || exit 0
cd build
ninja install &> install.log

View file

@ -6,7 +6,7 @@
source /opt/cp2k-toolchain/install/setup
# Compile CP2K.
./build_cp2k_cmake.sh "toolchain" "ssmp" || exit 0
./build_cp2k_cmake.sh "toolchain_all" "ssmp" || exit 0
echo -e "\n========== Installing Dependencies =========="
apt-get update -qq