diff --git a/configure b/configure index 6ea4c5bd..54bf70ae 100755 --- a/configure +++ b/configure @@ -22,7 +22,7 @@ BUBBLE_URL="https://github.com/projectatomic/bubblewrap/releases/download/v0.3.3 DOCOPT_URL="https://github.com/docopt/docopt/archive/0.6.2.tar.gz" BSE_URL="https://github.com/MolSSI-BSE/basis_set_exchange/archive/v0.8.11.tar.gz" F77ZMQ_URL="https://github.com/scemama/f77_zmq/archive/v4.2.5.tar.gz" -IRPF90_URL="https://gitlab.com/scemama/irpf90/-/archive/v2.0.3/irpf90-v2.0.3.tar.gz" +IRPF90_URL="https://gitlab.com/scemama/irpf90/-/archive/v2.0.4/irpf90-v2.0.4.tar.gz" LIBCAP_URL="https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/snapshot/libcap-2.25.tar.gz" NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" OCAML_URL="https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh" @@ -265,7 +265,8 @@ EOF cd "\${QP_ROOT}"/external tar --gunzip --extract --file irpf90.tar.gz rm irpf90.tar.gz - cd irpf90-* + mv irpf90-* irpf90 + cd irpf90 make EOF diff --git a/etc/irpf90.rc b/etc/irpf90.rc index 6445b803..01a8c8a2 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.3 +export IRPF90_PATH=${QP_ROOT}/external/irpf90 export PATH=${PATH}:${IRPF90_PATH}/bin export IRPF90=${IRPF90_PATH}/bin/irpf90