mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Fix hint message
This commit is contained in:
parent
1661aba86b
commit
7e97e3de77
1 changed files with 7 additions and 5 deletions
12
make_cp2k.sh
12
make_cp2k.sh
|
|
@ -540,11 +540,13 @@ if [[ ! -d "${SPACK_BUILD_PATH}" ]]; then
|
|||
|
||||
# Concretize CP2K dependencies
|
||||
if ! spack -e "${CP2K_ENV}" --no-user-config --no-system-config concretize --fresh; then
|
||||
echo ""
|
||||
echo "HINT: The --no_externals flag can help to resolve conflicts with outdated"
|
||||
echo " packages on the host system, e.g. old python or gcc versions"
|
||||
echo ""
|
||||
${EXIT_CMD} 1
|
||||
if [[ "${USE_EXTERNALS}" == "yes" ]]; then
|
||||
echo ""
|
||||
echo "HINT: The (-ue | --use_externals) flags can cause conflicts with outdated"
|
||||
echo " packages on the host system, e.g. old python or gcc versions"
|
||||
echo ""
|
||||
${EXIT_CMD} 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Create spack makefile for all dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue