summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretiennemlb <72296335+etiennemlb@users.noreply.github.com>2024-09-19 23:00:34 +0200
committerGitHub <noreply@github.com>2024-09-19 14:00:34 -0700
commit098ad7ffc0d0a5ac308741f3d85d3736446648e2 (patch)
treed62bd66b482bf00b3a7e8084a277e70f38dc3da7
parentdb7aece1863757997626fd7aa1ce9cc59ae9552b (diff)
downloadspack-098ad7ffc0d0a5ac308741f3d85d3736446648e2.tar.gz
spack-098ad7ffc0d0a5ac308741f3d85d3736446648e2.tar.bz2
spack-098ad7ffc0d0a5ac308741f3d85d3736446648e2.tar.xz
spack-098ad7ffc0d0a5ac308741f3d85d3736446648e2.zip
quantum-espresso: ensure no space in HDF5 lib variable (#46089)
* Ensure no space in HDF5 lib variable. * QE patch fix
-rw-r--r--var/spack/repos/builtin/packages/quantum-espresso/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/quantum-espresso/package.py b/var/spack/repos/builtin/packages/quantum-espresso/package.py
index 23509f06c4..3e08ef60ec 100644
--- a/var/spack/repos/builtin/packages/quantum-espresso/package.py
+++ b/var/spack/repos/builtin/packages/quantum-espresso/package.py
@@ -333,6 +333,11 @@ class QuantumEspresso(CMakePackage, Package):
patch_checksum = "72564c168231dd4a1279a74e76919af701d47cee9a851db6e205753004fe9bb5"
patch(patch_url, sha256=patch_checksum, when="@6.7+qmcpack")
+ # 6.6
+ patch_url = "https://gitlab.com/QEF/q-e/-/commit/081409ea90cba0ddc07bea5ac29e3cd422c67d3d.diff"
+ patch_checksum = "f43b7411e535629d9ef564a2e1695359df2651ecbdbca563f7265412afc2228a"
+ patch(patch_url, sha256=patch_checksum, when="@6.6:7.3.1")
+
# 6.4.1
patch_url = "https://raw.githubusercontent.com/QMCPACK/qmcpack/v3.13.0/external_codes/quantum_espresso/add_pw2qmcpack_to_qe-6.4.1.diff"
patch_checksum = "57cb1b06ee2653a87c3acc0dd4f09032fcf6ce6b8cbb9677ae9ceeb6a78f85e2"