mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Toolchain: Add cmake dependency to spglib
This commit is contained in:
parent
3ffb78d71a
commit
bef87870d5
1 changed files with 6 additions and 1 deletions
|
|
@ -723,13 +723,18 @@ else
|
|||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# ParMETIS requires cmake, it also installs METIS if it is chosen
|
||||
# __INSTALL__ option
|
||||
if [ "$with_parmetis" = "__INSTALL__" ] ; then
|
||||
[ "$with_cmake" = "__DONTUSE__" ] && with_cmake="__INSTALL__"
|
||||
with_metis="__INSTALL__"
|
||||
fi
|
||||
|
||||
# spg library requires cmake.
|
||||
if [ "$with_spglib" = "__INSTALL__" ] ; then
|
||||
[ "$with_cmake" = "__DONTUSE__" ] && with_cmake="__INSTALL__"
|
||||
fi
|
||||
|
||||
# SIRIUS dependencies. Remove the gsl library from the dependencies if SIRIUS is not activated
|
||||
if [ "$with_sirius" = "__INSTALL__" ] ; then
|
||||
if [ "$with_gsl" = "__DONTUSE__" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue