summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorsnehring <7978778+snehring@users.noreply.github.com>2022-08-15 13:40:36 -0500
committerGitHub <noreply@github.com>2022-08-15 20:40:36 +0200
commit01e80210be2569c2108c24cdfe3617d3a0e43193 (patch)
treea7ec181bd531353976ed145cd86f7393ea2a6bac /var
parentede6d2caac85d2433cd1c58fdff681a105f8dcc0 (diff)
downloadspack-01e80210be2569c2108c24cdfe3617d3a0e43193.tar.gz
spack-01e80210be2569c2108c24cdfe3617d3a0e43193.tar.bz2
spack-01e80210be2569c2108c24cdfe3617d3a0e43193.tar.xz
spack-01e80210be2569c2108c24cdfe3617d3a0e43193.zip
quantum-espresso: adding some missing build deps (#32109)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/quantum-espresso/package.py2
1 files changed, 2 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 a69afdee96..127d6e980f 100644
--- a/var/spack/repos/builtin/packages/quantum-espresso/package.py
+++ b/var/spack/repos/builtin/packages/quantum-espresso/package.py
@@ -208,6 +208,8 @@ class QuantumEspresso(CMakePackage):
depends_on("blas")
depends_on("lapack")
depends_on("fftw-api@3")
+ depends_on("git@2.13:", type="build")
+ depends_on("m4", type="build")
# CONFLICTS SECTION
# Omitted for now due to concretizer bug