mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Toolchain: Fix install_spglib.sh on Fedora
This commit is contained in:
parent
706cceae3d
commit
f7ce24c35e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ case "$with_spglib" in
|
|||
make -j $(get_nprocs) symspg > make.log 2>&1
|
||||
make install >> make.log 2>&1
|
||||
# Despite -DBUILD_SHARED_LIBS=NO the shared library gets build and installed.
|
||||
rm "${pkg_install_dir}"/lib/*.so*
|
||||
rm "${pkg_install_dir}"/lib*/*.so*
|
||||
write_checksums "${install_lock_file}" "${SCRIPT_DIR}/stage7/$(basename ${SCRIPT_NAME})"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue