mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Update profile name of 3rd party tests due to #4134
This commit is contained in:
parent
582ec76049
commit
349f45176d
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue