Skip to content
Snippets Groups Projects
Commit 6404f9fd authored by Ruth Schöbel's avatar Ruth Schöbel
Browse files

ARPACK-NG

parent 1f6d6cf4
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = "3.8.0"
homepage = 'https://github.com/opencollab/arpack-ng'
description = """ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems."""
toolchain = {'name': 'gpsmkl', 'version': '2022a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/opencollab/arpack-ng/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['ada5aeb3878874383307239c9235b716a8a170c6d096a6625bfd529844df003d']
builddependencies = [
('Autotools', '20220317'),
('pkg-config', '1.8.0'),
]
dependencies = [
('Eigen', '3.4.0')
]
preconfigopts = "sh bootstrap && "
configopts = '--enable-mpi --with-pic --with-blas="$LIBBLAS" --with-lapack="$LIBLAPACK"'
sanity_check_paths = {
'files': ["lib64/libarpack.la", "lib64/libarpack.%s" % SHLIB_EXT,
"lib64/libparpack.la", "lib64/libparpack.%s" % SHLIB_EXT],
'dirs': []
}
moduleclass = 'numlib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment