mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Exclude unused lib from toolchain build
This commit is contained in:
parent
719a8cd66f
commit
d479bf3cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
# Usage: Source this arch file and then run make as instructed.
|
||||
#
|
||||
# Author: Matthias Krack (09.01.2023)
|
||||
# Author: Matthias Krack (11.01.2023)
|
||||
#
|
||||
# \
|
||||
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
this_file=${BASH_SOURCE##*/}; \
|
||||
cd tools/toolchain; \
|
||||
[[ -z "${target_cpu}" ]] && target_cpu="native"; \
|
||||
./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} --with-gcc=system --with-cmake=system; \
|
||||
./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} --with-cmake=system --with-gcc=system --with-libxsmm=no; \
|
||||
source ./install/setup; \
|
||||
cd ../..; \
|
||||
echo; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue