Skip to content

Commit

Permalink
Toolchain: Fix install_spglib.sh on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jun 10, 2021
1 parent 706ccea commit f7ce24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/stage7/install_spglib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7ce24c

Please sign in to comment.