Merge pull request #870 from jppelteret/bugfix/glm

Add missing dependency for glm
This commit is contained in:
Todd Gamblin 2016-05-02 09:57:11 -07:00
commit aa7444cd3d

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