qmcpack: new package (#4907)

This adds QMCPACK along with patches to Quantum Espresso for using Quantum Espresso in QMCPACK workflows.
This commit is contained in:
William Scullin
2017-10-06 15:51:18 -05:00
committed by Todd Gamblin
parent d05f98d405
commit 3d8d3e8882
3 changed files with 253 additions and 8 deletions

View File

@@ -104,7 +104,9 @@ def install(self, spec, prefix):
options = ['-prefix={0}'.format(prefix_path)]
if '+mpi' in spec:
options.append('--enable-parallel')
options.append('--enable-parallel=yes')
else:
options.append('--enable-parallel=no')
if '+openmp' in spec:
options.append('--enable-openmp')