From a563666c80665dcb70cbf748bf5f487788db3dc0 Mon Sep 17 00:00:00 2001 From: crivella Date: Fri, 10 May 2024 16:38:40 +0200 Subject: [PATCH] QE-gipaw_fix --- .../q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-foss-2023a.eb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/easybuild/easyconfigs/q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-foss-2023a.eb b/easybuild/easyconfigs/q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-foss-2023a.eb index 58193947e6c..ff3277e87b3 100644 --- a/easybuild/easyconfigs/q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-foss-2023a.eb +++ b/easybuild/easyconfigs/q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-foss-2023a.eb @@ -22,7 +22,9 @@ local_fox_hash = "3453648e6837658b747b895bb7bef4b1ed2eac40" # Different from the one at tag qe-7.3.1 because of: # https://gitlab.com/QEF/q-e/-/issues/666 local_d3q_hash = "de4718351e7bbb9d1d12aad2b7ca232d06775b83" -local_qe_gipaw_hash = "75b01b694c9ba4df55d294cacc27cf28591b2161" +# Different from the one at tag qe-7.3.1 because of: +# https://github.com/dceresoli/qe-gipaw/issues/19 +local_qe_gipaw_hash = "79d3a03b7bdc4325e66f3fad02a24c6e6e3e5806" local_qmcpack_hash = "f72ab25fa4ea755c1b4b230ae8074b47d5509c70" local_w90_hash = "1d6b187374a2d50b509e5e79e2cab01a79ff7ce1" @@ -134,7 +136,8 @@ dependencies = [ # https://github.com/anharmonic/d3q/issues/15 build_shared_libs = False with_scalapack = True -with_gipaw = False # https://github.com/dceresoli/qe-gipaw/issues/19 +with_fox = True +with_gipaw = True with_d3q = True with_qmcpack = True