quantum-espresso: ensure no space in HDF5 lib variable (#46089)
* Ensure no space in HDF5 lib variable. * QE patch fix
This commit is contained in:
parent
db7aece186
commit
098ad7ffc0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user