IRPF90 version

This commit is contained in:
Anthony Scemama 2020-12-05 17:03:04 +01:00
parent dd384764f0
commit faa66ecb35
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -428,7 +428,7 @@ fi
IRPF90=$(find_exe irpf90)
if [[ ${IRPF90} = $(not_found) ]] ; then
error "IRPf90 (irpf90) is not installed."
error "IRPF90 (irpf90) is not installed."
fail
fi

View File

@ -1,7 +1,7 @@
# Configuration of IRPF90 package
# Set the path of IRPF90 here:
export IRPF90_PATH=${QP_ROOT}/external/irpf90-v2.0.0
export IRPF90_PATH=${QP_ROOT}/external/irpf90-v2.0.3
export PATH=${PATH}:${IRPF90_PATH}/bin
export IRPF90=${IRPF90_PATH}/bin/irpf90