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