Add missing dependency for glm
This commit is contained in:
parent
3c10e3b502
commit
8fc43046eb
@ -11,6 +11,8 @@ class Glm(Package):
|
|||||||
url = "https://github.com/g-truc/glm/archive/0.9.7.1.tar.gz"
|
url = "https://github.com/g-truc/glm/archive/0.9.7.1.tar.gz"
|
||||||
|
|
||||||
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user