summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Payerle <payerle@umd.edu>2020-09-08 21:59:22 -0400
committerGitHub <noreply@github.com>2020-09-08 20:59:22 -0500
commit7165795c4a5f43af13409cd4a1b3ad75c88cb7d3 (patch)
tree94f9aa03fabb861a377712491091a4468904c5fd
parent017331684e4c116274c6836915b5d5c21681d177 (diff)
downloadspack-7165795c4a5f43af13409cd4a1b3ad75c88cb7d3.tar.gz
spack-7165795c4a5f43af13409cd4a1b3ad75c88cb7d3.tar.bz2
spack-7165795c4a5f43af13409cd4a1b3ad75c88cb7d3.tar.xz
spack-7165795c4a5f43af13409cd4a1b3ad75c88cb7d3.zip
libxmms: add python build dependency (#18566) (#18568)
Build of libxmms requires python, but not in spack dependency list. See #18566
-rw-r--r--var/spack/repos/builtin/packages/libxsmm/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libxsmm/package.py b/var/spack/repos/builtin/packages/libxsmm/package.py
index e06971fe4f..b6296648a6 100644
--- a/var/spack/repos/builtin/packages/libxsmm/package.py
+++ b/var/spack/repos/builtin/packages/libxsmm/package.py
@@ -60,6 +60,7 @@ class Libxsmm(MakefilePackage):
description='With generator executable(s)')
conflicts('+header-only', when='@:1.6.2',
msg='Header-only is available since v1.6.2!')
+ depends_on('python', type='build')
@property
def libs(self):