Skip to content

Commit

Permalink
QE-gipaw_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed May 10, 2024
1 parent 0781213 commit a563666
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a563666

Please sign in to comment.