Build of libxmms requires python, but not in spack dependency list. See #18566
This commit is contained in:
parent
017331684e
commit
7165795c4a
@ -60,6 +60,7 @@ class Libxsmm(MakefilePackage):
|
|||||||
description='With generator executable(s)')
|
description='With generator executable(s)')
|
||||||
conflicts('+header-only', when='@:1.6.2',
|
conflicts('+header-only', when='@:1.6.2',
|
||||||
msg='Header-only is available since v1.6.2!')
|
msg='Header-only is available since v1.6.2!')
|
||||||
|
depends_on('python', type='build')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user