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

Merge pull request #23 from QuantumPackage/dev-stable

Fix fortran mod file
This commit is contained in:
AbdAmmar 2023-09-19 11:33:57 +02:00 committed by GitHub
commit 706686e379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
configure vendored
View File

@ -238,7 +238,7 @@ EOF
tar -zxf qmckl-${VERSION}.tar.gz
cd qmckl-${VERSION}
./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