mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Add g++ dependency for Ninja in configure
This commit is contained in:
parent
3916394328
commit
f82605fb8a
3
configure
vendored
3
configure
vendored
@ -62,8 +62,9 @@ d_dependency = {
|
|||||||
"resultsFile": ["python"],
|
"resultsFile": ["python"],
|
||||||
"emsl": ["python"],
|
"emsl": ["python"],
|
||||||
"gcc": [],
|
"gcc": [],
|
||||||
|
"g++": [],
|
||||||
"python": [],
|
"python": [],
|
||||||
"ninja": ["gcc", "python"],
|
"ninja": ["g++", "python"],
|
||||||
"make": [],
|
"make": [],
|
||||||
"p_graphviz": ["python"]
|
"p_graphviz": ["python"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user