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

Merge branch 'dev' into csf

This commit is contained in:
Anthony Scemama 2020-12-29 01:37:48 +01:00
commit 6377f4df63

2
configure vendored
View File

@ -225,7 +225,7 @@ EOF
execute << EOF
cd "\${QP_ROOT}"/external
tar --bzip2 --extract --file gmp-6.1.2.tar.bz2
cd gmp*
cd gmp-6.1.2
./configure --prefix=$QP_ROOT && make -j 8
make install
EOF