From 04652bb80ae2d82baf8bac8de2d3a1a6e819416c Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 13 Feb 2026 17:12:42 +0100 Subject: [PATCH] Show ldd output also for statically linked binaries --- make_cp2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_cp2k.sh b/make_cp2k.sh index cb9fb277d0..ae293746ee 100755 --- a/make_cp2k.sh +++ b/make_cp2k.sh @@ -1064,7 +1064,7 @@ chmod 750 "${LAUNCH_SCRIPT}" # Create shortcut for launching the regression tests cat << *** > "${INSTALL_PREFIX}"/bin/run_tests -ldd -- ${INSTALL_PREFIX}/bin/cp2k.${VERSION} 2>&1 | grep -E '\s=>\snot found' | sort | uniq +ldd -- ${INSTALL_PREFIX}/bin/cp2k.${VERSION} 2>&1 | grep -E 'not ' | sort | uniq ${CP2K_ROOT}/tests/do_regtest.py ${TESTOPTS} \$* ${INSTALL_PREFIX}/bin ${VERSION} *** chmod 750 "${INSTALL_PREFIX}"/bin/run_tests