modified: var/spack/repos/builtin/packages/libflame/package.py (#12379)

This commit is contained in:
Sajid Ali 2019-08-10 11:48:58 -05:00 committed by Adam J. Stewart
parent a4a30de8a1
commit 48016366c8

View file

@ -20,6 +20,7 @@ class Libflame(AutotoolsPackage):
git = "https://github.com/flame/libflame.git"
version('master', branch='master')
version('5.2.0', sha256='997c860f351a5c7aaed8deec00f502167599288fd0559c92d5bfd77d0b4d475c')
version('5.1.0', sha256='e7189b750890bd781fe773f366b374518dd1d89a6513d3d6261bf549826384d1')
provides('lapack', when='+lapack2flame')