Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/s/SuperLU/SuperLU-5.3.0-foss-2021b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

# easybuild easyconfig
#
# John Dey <[email protected]>
# Fred Hutchinson Cancer Center - Seattle Washington - US
#
easyblock = 'CMakeMake'

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': '2021b'}
toolchainopts = {'pic': True, 'openmp': True}

github_account = 'xiaoyeli'
source_urls = [GITHUB_LOWER_SOURCE]
sources = ["v%(version)s.tar.gz"]
checksums = ['3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350']

builddependencies = [
('CMake', '3.22.1'),
('pkg-config', '0.29.2'),
]

separate_build_dir = True
configopts = '-Denable_internal_blaslib=off'

sanity_check_paths = {
'files': ['lib/libsuperlu.a'],
'dirs': ['lib', 'include'],
}

moduleclass = 'numlib'