Skip to content
Snippets Groups Projects
Commit 731ec008 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch '2023' into '2023'

SuperLU 5.3.0

See merge request software-team/easybuild!1651
parents eda17533 0f188eb3
No related branches found
No related tags found
No related merge requests found
easyblock = "EB_SuperLU"
name = 'SuperLU'
version = '5.3.0'
homepage = 'https://portal.nersc.gov/project/sparse/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': 'gpsmkl', 'version': '2022a'}
toolchainopts = {'pic': True, 'openmp': True}
github_account = 'xiaoyeli'
source_urls = [GITHUB_LOWER_SOURCE]
sources = ["v%(version)s.tar.gz"]
checksums = ['3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350']
builddependencies = [('CMake', '3.23.1')]
configopts = "-DUSE_XSDK_DEFAULTS=true"
sanity_check_paths = {
'files': ['lib64/libsuperlu.a'],
'dirs': ['include']
}
moduleclass = 'numlib'
...@@ -1100,9 +1100,6 @@ software: ...@@ -1100,9 +1100,6 @@ software:
- name: 'Scalasca' - name: 'Scalasca'
owner: 'feld1' owner: 'feld1'
mpi: True mpi: True
- name: 'SuperLU'
owner: 'guimaraes1'
mpi: True
- name: 'Graphviz' - name: 'Graphviz'
owner: 'strube1' owner: 'strube1'
base: True base: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment