mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-18 11:23:38 +01:00
Fixed gmp
This commit is contained in:
parent
6d33e6ce81
commit
b4fce4c594
2
configure
vendored
2
configure
vendored
@ -225,7 +225,7 @@ EOF
|
|||||||
execute << EOF
|
execute << EOF
|
||||||
cd "\${QP_ROOT}"/external
|
cd "\${QP_ROOT}"/external
|
||||||
tar --bzip2 --extract --file gmp-6.1.2.tar.bz2
|
tar --bzip2 --extract --file gmp-6.1.2.tar.bz2
|
||||||
cd gmp*
|
cd gmp-6.1.2
|
||||||
./configure --prefix=$QP_ROOT && make -j 8
|
./configure --prefix=$QP_ROOT && make -j 8
|
||||||
make install
|
make install
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user