9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-16 09:35:19 +02:00

Fix fortran mod file

This commit is contained in:
Anthony Scemama 2023-09-19 11:32:27 +02:00
parent 67906ed625
commit 1f14e707b4

2
configure vendored
View File

@ -238,7 +238,7 @@ EOF
tar -zxf qmckl-${VERSION}.tar.gz tar -zxf qmckl-${VERSION}.tar.gz
cd qmckl-${VERSION} cd qmckl-${VERSION}
./configure --prefix=\${QP_ROOT} --enable-hpc --disable-doc ./configure --prefix=\${QP_ROOT} --enable-hpc --disable-doc
make -j 4 && make -j 4 check && make install make && make -j 4 check && make install
EOF EOF