mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
Fixing qp_export
This commit is contained in:
parent
2c4aa08edb
commit
32d0d5eb1c
@ -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*} \
|
||||
|
Loading…
Reference in New Issue
Block a user