diff --git a/easybuild/easyconfigs/s/SuperLU/SuperLU-5.3.0-foss-2021a.eb b/easybuild/easyconfigs/s/SuperLU/SuperLU-5.3.0-foss-2021a.eb new file mode 100644 index 000000000000..aeb5519f77e5 --- /dev/null +++ b/easybuild/easyconfigs/s/SuperLU/SuperLU-5.3.0-foss-2021a.eb @@ -0,0 +1,21 @@ +name = 'SuperLU' +version = '5.3.0' + +homepage = 'https://crd-legacy.lbl.gov/~xiaoye/SuperLU/' +description = """SuperLU is a general purpose library for the +direct solution of large, sparse, nonsymmetric systems + of linear equations on high performance machines.""" + +toolchain = {'name': 'foss', 'version': '2021a'} +toolchainopts = {'pic': True, 'openmp': True} + +github_account = 'xiaoyeli' +source_urls = [GITHUB_LOWER_SOURCE] +sources = ["v%(version)s.tar.gz"] +checksums = ['3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350'] + +builddependencies = [('CMake', '3.20.1')] + +runtest = " test" + +moduleclass = 'numlib'