10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-22 10:47:38 +02:00

Default rc

This commit is contained in:
Anthony Scemama 2020-02-24 20:02:09 +01:00
parent 656d8c2365
commit d2f09a7464
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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