Quantum espresso (#8183)

Changed the name from espresso to more appropriate quantum-espresso. Added github mirror.
This commit is contained in:
nvarini
2018-05-29 17:27:05 +02:00
committed by Massimiliano Culpo
parent 80564fae5d
commit ff4f92fec7
3 changed files with 20 additions and 9 deletions

View File

@@ -107,11 +107,11 @@ class Qmcpack(CMakePackage):
# Quantum Espresso 5.3.0 (see QMCPACK manual)
patch_url = 'https://raw.githubusercontent.com/QMCPACK/qmcpack/develop/external_codes/quantum_espresso/add_pw2qmcpack_to_espresso-5.3.0.diff'
patch_checksum = '0d8d7ba805313ddd4c02ee32c96d2f12e7091e9e82e22671d3ad5a24247860c4'
depends_on('espresso@5.3.0~elpa',
depends_on('quantum-espresso@5.3.0~elpa',
patches=patch(patch_url, sha256=patch_checksum, when='+qe'),
when='+qe+mpi')
depends_on('espresso@5.3.0~elpa~scalapack~mpi',
depends_on('quantum-espresso@5.3.0~elpa~scalapack~mpi',
patches=patch(patch_url, sha256=patch_checksum, when='+qe'),
when='+qe~mpi')