mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
Macos: use otool instead of ldd
This commit is contained in:
parent
06fb8426c5
commit
efe9025105
1 changed files with 5 additions and 1 deletions
|
|
@ -122,7 +122,11 @@ echo "$FOPT$FDOPT"
|
|||
cd $TRAVIS_BUILD_DIR/src
|
||||
$TRAVIS_BUILD_DIR/contrib/getmem.nwchem 1000
|
||||
echo === ldd ====
|
||||
ldd ../bin/LINUX*/nwchem
|
||||
if [[ "$os" == "Darwin" ]]; then
|
||||
otool -L ../bin/MACX*/nwchem
|
||||
else
|
||||
ldd ../bin/LINUX*/nwchem
|
||||
fi
|
||||
#caching
|
||||
mkdir -p $TRAVIS_BUILD_DIR/.cachedir/binaries/$NWCHEM_TARGET $TRAVIS_BUILD_DIR/.cachedir/files
|
||||
cp $TRAVIS_BUILD_DIR/bin/$NWCHEM_TARGET/nwchem $NWCHEM_EXECUTABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue