mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
Merge pull request #23 from QuantumPackage/dev-stable
Fix fortran mod file
This commit is contained in:
commit
706686e379
2
configure
vendored
2
configure
vendored
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user