Add Allinea to cray-libsci (#19232)

This commit is contained in:
Chris Richardson 2020-10-21 16:06:31 +01:00 committed by GitHub
parent 35ad3bb0fc
commit f0712bde48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ class CrayLibsci(Package):
homepage = "https://docs.nersc.gov/development/libraries/libsci/"
has_code = False # Skip attempts to fetch source that is not available
version("20.06.1")
version("19.06.1")
version("18.12.1")
version("18.11.1.2")
version("16.11.1")
version("16.09.1")
@ -32,6 +35,7 @@ class CrayLibsci(Package):
'gcc': 'GNU',
'cce': 'CRAY',
'intel': 'INTEL',
'clang': 'ALLINEA'
}
@property