10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 03:15:34 +02:00

Fixed gmp

This commit is contained in:
Travis 2020-12-29 01:27:40 +01:00
parent 6d33e6ce81
commit b4fce4c594

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