mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +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
|
done
|
||||||
|
|
||||||
if [[ $? -ne 0 ]] ; then
|
if [[ $? -ne 0 ]] ; then
|
||||||
|
echo 'cp -- ${ALL_LIBS} ${MKL_LIBS} ${QPACKAGE_STATIC}/extra_lib'
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -- ${QPACKAGE_STATIC}/extra_lib/lib{[gi]omp*,mkl*,lapack*,blas*,z*,gfortran*,quad*} \
|
cp -- ${QPACKAGE_STATIC}/extra_lib/lib{[gi]omp*,mkl*,lapack*,blas*,z*,gfortran*,quad*} \
|
||||||
|
Loading…
Reference in New Issue
Block a user