Atlas: add 3.11.39 (#6375)

This commit is contained in:
BenBrands 2017-11-20 19:57:34 +01:00 committed by Christoph Junghans
parent 9040f34aba
commit 83db25967e

View File

@ -37,6 +37,12 @@ class Atlas(Package):
""" """
homepage = "http://math-atlas.sourceforge.net/" homepage = "http://math-atlas.sourceforge.net/"
version('3.11.39', '5f3252fa980f5f060f93edd4669321e2',
url='http://sourceforge.net/projects/math-atlas/files/Developer%20%28unstable%29/3.11.39/atlas3.11.39.tar.bz2')
version('3.11.34', '0b6c5389c095c4c8785fd0f724ec6825',
url='http://sourceforge.net/projects/math-atlas/files/Developer%20%28unstable%29/3.11.34/atlas3.11.34.tar.bz2')
version('3.10.3', 'd6ce4f16c2ad301837cfb3dade2f7cef', version('3.10.3', 'd6ce4f16c2ad301837cfb3dade2f7cef',
url='https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/atlas3.10.3.tar.bz2') url='https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/atlas3.10.3.tar.bz2')
@ -50,9 +56,6 @@ class Atlas(Package):
destination='spack-resource-lapack', destination='spack-resource-lapack',
when='@3:') when='@3:')
version('3.11.34', '0b6c5389c095c4c8785fd0f724ec6825',
url='http://sourceforge.net/projects/math-atlas/files/Developer%20%28unstable%29/3.11.34/atlas3.11.34.tar.bz2')
variant('shared', default=True, description='Builds shared library') variant('shared', default=True, description='Builds shared library')
variant( variant(