Add missing dependency for glm
This commit is contained in:
parent
3c10e3b502
commit
8fc43046eb
@ -12,6 +12,8 @@ class Glm(Package):
|
|||||||
|
|
||||||
version('0.9.7.1', '61af6639cdf652d1cdd7117190afced8')
|
version('0.9.7.1', '61af6639cdf652d1cdd7117190afced8')
|
||||||
|
|
||||||
|
depends_on ("cmake")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
cmake('..', *std_cmake_args)
|
cmake('..', *std_cmake_args)
|
||||||
|
Loading…
Reference in New Issue
Block a user