mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
strip-debug only on linux
This commit is contained in:
parent
df93879f41
commit
7e4ea3c5cd
1 changed files with 1 additions and 3 deletions
|
|
@ -245,9 +245,7 @@ cd ../..
|
|||
echo ln -sf simint.l${SIMINT_MAXAM}_p${PERMUTE_SLOW}_d${DERIV}.install simint_install
|
||||
ln -sf simint.l${SIMINT_MAXAM}_p${PERMUTE_SLOW}_d${DERIV}.install simint_install
|
||||
cd simint_install/lib
|
||||
if [[ $(uname -s) == "Linux" ]]; then
|
||||
strip --strip-debug libsimint.a
|
||||
fi
|
||||
strip --strip-debug libsimint.a
|
||||
ln -sf libsimint.a libnwc_simint.a
|
||||
export SIMINT_HOME=${SRC_HOME}/simint.l${SIMINT_MAXAM}_p${PERMUTE_SLOW}_d${DERIV}.install
|
||||
echo 'SIMINT library built with maximum angular momentum='${SIMINT_MAXAM}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue