Add missing dependency for glm

This commit is contained in:
Jean-Paul Pelteret 2016-04-30 12:11:10 +02:00
parent 3c10e3b502
commit 8fc43046eb

View file

@ -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):