mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-25 04:53:32 +01:00
Default rc
This commit is contained in:
parent
656d8c2365
commit
d2f09a7464
@ -1,6 +1,6 @@
|
||||
# Configuration of IRPF90 package
|
||||
|
||||
IRPF90=$(command -v irpf90)
|
||||
IRPF90=${IRPF90:-$(command -v irpf90)}
|
||||
|
||||
if [[ ${IRPF90}.x == ".x" ]] ; then
|
||||
IRPF90=${IRPF90_PATH}/bin/irpf90
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Configuration for the Ninja package
|
||||
|
||||
NINJA=$(command -v ninja)
|
||||
NINJA=${NINJA:-$(command -v ninja)}
|
||||
|
||||
if [[ ${NINJA}.x == ".x" ]] ; then
|
||||
NINJA=${QP_ROOT}/bin/ninja
|
||||
|
Loading…
Reference in New Issue
Block a user