mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-19 04:22:36 +01:00
Deleted debug prints in configure
This commit is contained in:
parent
e195d9572c
commit
87f57a1f79
6
configure
vendored
6
configure
vendored
@ -251,12 +251,6 @@ def checking(d_dependency):
|
|||||||
|
|
||||||
except (OSError,subprocess.CalledProcessError):
|
except (OSError,subprocess.CalledProcessError):
|
||||||
default_path = d_info[binary].default_path
|
default_path = d_info[binary].default_path
|
||||||
if binary == 'f77zmq':
|
|
||||||
print ' ------------------- '
|
|
||||||
print ' ------------------- '
|
|
||||||
print default_path
|
|
||||||
print ' ------------------- '
|
|
||||||
print ' ------------------- '
|
|
||||||
if os.path.exists(default_path):
|
if os.path.exists(default_path):
|
||||||
return default_path
|
return default_path
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user