mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Show ldd output also for statically linked binaries
This commit is contained in:
parent
3d9e421291
commit
04652bb80a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue