mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'arpack-ng'
|
|
version = '3.1.5'
|
|
|
|
homepage = 'http://forge.scilab.org/index.php/p/arpack-ng/'
|
|
description = """ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems."""
|
|
|
|
toolchain = {'name': 'ictce', 'version': '7.1.2'}
|
|
toolchainopts = {'opt': True, 'optarch': True, 'pic': True, 'usempi': True}
|
|
|
|
source_urls = ['http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/']
|
|
sources = ['%(name)s_%(version)s.tar.gz']
|
|
|
|
configopts = '--with-pic --with-blas="$LIBBLAS_MT" --with-lapack="$LIBLAPACK_MT"'
|
|
|
|
sanity_check_paths = {
|
|
'files': ["lib/libarpack.a", "lib/libarpack.%s" % SHLIB_EXT],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'numlib'
|