10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Minor change in static

This commit is contained in:
Anthony Scemama 2018-10-24 12:14:49 +02:00
parent 08ab6fab22
commit cadb6a74dc

View File

@ -127,7 +127,11 @@ then
fi
ALL_LIBS=$(find_libs ${OCAML_EXEC} ${FORTRAN_EXEC})
cp -- ${ALL_LIBS} ${MKL_LIBS} ${QPACKAGE_STATIC}/extra_lib
for i in ${ALL_LIBS} ${MKL_LIBS}
do
cp -- ${i} ${QPACKAGE_STATIC}/extra_lib
done
if [[ $? -ne 0 ]] ;
then
echo 'cp -- ${ALL_LIBS} ${MKL_LIBS} ${QPACKAGE_STATIC}/extra_lib'