easyconfigs-it4i/a/arpack-ng/arpack-ng-3.3.0-intel-2017.00.eb
2017-03-09 11:57:40 +01:00

26 lines
765 B
Plaintext

easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.3.0'
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': 'intel', 'version': '2017.00'}
toolchainopts = {'opt': True, 'pic': True, 'usempi': True}
source_urls = ['https://github.com/opencollab/arpack-ng/archive/']
sources = ['%(version)s.tar.gz']
builddependencies = [('Autotools', '20150215', '', ('intel', '2017.00'))]
preconfigopts = "sh bootstrap && "
configopts = '--with-pic --with-blas="$LIBBLAS" --with-lapack="$LIBLAPACK"'
sanity_check_paths = {
'files': ["lib/libarpack.a", "lib/libarpack.so"],
'dirs': []
}
moduleclass = 'numlib'