From faa66ecb35f1eb8d31892fa6f1fc011e5bef18cf Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 5 Dec 2020 17:03:04 +0100 Subject: [PATCH] IRPF90 version --- configure | 2 +- etc/irpf90.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b7069b5d..0a8fc176 100755 --- a/configure +++ b/configure @@ -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 diff --git a/etc/irpf90.rc b/etc/irpf90.rc index 8016edf6..6445b803 100644 --- a/etc/irpf90.rc +++ b/etc/irpf90.rc @@ -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