easyconfigs-it4i/a/arpack-ng/arpack-ng-3.1.5-ictce-7.1.2-mt.eb
2017-03-09 11:57:40 +01:00

24 lines
732 B
Plaintext

easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.1.5'
versionsuffix = '-mt'
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': False}
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'