mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Toolchain: Move libtorch from stage7 to stage6
This commit is contained in:
parent
6fe2fc105b
commit
0e646805cf
3 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ case "${with_libtorch}" in
|
|||
unzip -q ${archive_file}
|
||||
mv libtorch ${pkg_install_dir}
|
||||
|
||||
write_checksums "${install_lock_file}" "${SCRIPT_DIR}/stage7/$(basename "${SCRIPT_NAME}")"
|
||||
write_checksums "${install_lock_file}" "${SCRIPT_DIR}/stage6/$(basename "${SCRIPT_NAME}")"
|
||||
fi
|
||||
LIBTORCH_CXXFLAGS="-I${pkg_install_dir}/include"
|
||||
LIBTORCH_LDFLAGS="-L'${pkg_install_dir}/lib' -Wl,-rpath='${pkg_install_dir}/lib'"
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
./scripts/stage6/install_gsl.sh
|
||||
./scripts/stage6/install_plumed.sh
|
||||
./scripts/stage6/install_libtorch.sh
|
||||
./scripts/stage6/install_deepmd.sh
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
./scripts/stage7/install_libvdwxc.sh
|
||||
./scripts/stage7/install_spglib.sh
|
||||
./scripts/stage7/install_libvori.sh
|
||||
./scripts/stage7/install_libtorch.sh
|
||||
./scripts/stage7/install_libsmeagol.sh
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue