9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 02:05:18 +02:00

Fixing qp_export

This commit is contained in:
Anthony Scemama 2019-01-26 01:51:22 +01:00
parent 2c4aa08edb
commit 32d0d5eb1c

View File

@ -175,6 +175,8 @@ for i in ${ALL_LIBS} ${MKL_LIBS} ; do
done
if [[ $? -ne 0 ]] ; then
echo 'cp -- ${ALL_LIBS} ${MKL_LIBS} ${QPACKAGE_STATIC}/extra_lib'
exit 1
fi
cp -- ${QPACKAGE_STATIC}/extra_lib/lib{[gi]omp*,mkl*,lapack*,blas*,z*,gfortran*,quad*} \