Add missing dependency for glm
This commit is contained in:
parent
3c10e3b502
commit
8fc43046eb
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class Glm(Package):
|
|||
url = "https://github.com/g-truc/glm/archive/0.9.7.1.tar.gz"
|
||||
|
||||
version('0.9.7.1', '61af6639cdf652d1cdd7117190afced8')
|
||||
|
||||
depends_on ("cmake")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
with working_dir('spack-build', create=True):
|
||||
|
|
Loading…
Reference in a new issue