mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix for libstdc++ error
This commit is contained in:
parent
8866d9addf
commit
cbd5267669
1 changed files with 6 additions and 0 deletions
|
|
@ -218,6 +218,12 @@ if [[ "$os" == "Linux" ]]; then
|
|||
if [[ "$USE_LIBXC" == "-1" ]]; then
|
||||
pkg_extra+=" libxc-dev"
|
||||
fi
|
||||
if [[ "$BUILD_PLUMED" == "1" ]]; then
|
||||
if [[ "${FC}" == *"-"* ]]; then
|
||||
gccver=$(echo ${FC} | cut -d - -f 2)
|
||||
pkg_extra+="gcc-${gccver} libstdc++-${gccver}-dev g++-${gccver}"
|
||||
fi
|
||||
fi
|
||||
echo "BLAS_ENV is" $BLAS_ENV
|
||||
if [[ "$BLAS_ENV" == lib*openblas* ]]; then
|
||||
pkg_extra+=" $BLAS_ENV"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue