mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Bash to call irpf90 -v
This commit is contained in:
parent
c85a288605
commit
aeac23b6f4
2
configure
vendored
2
configure
vendored
@ -201,7 +201,7 @@ def checking(d_dependency):
|
||||
a = check_output(["which", binary])
|
||||
|
||||
if binary == "irpf90":
|
||||
version = check_output("irpf90 -v".split())
|
||||
version = check_output("bash irpf90 -v".split())
|
||||
|
||||
from distutils.version import LooseVersion
|
||||
if LooseVersion(version) < LooseVersion("1.6.7"):
|
||||
|
Loading…
Reference in New Issue
Block a user