mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
26 lines
763 B
Plaintext
26 lines
763 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': 'GCC', 'version': '4.9.3'}
|
|
#toolchainopts = {'opt': True, 'pic': True, 'usempi': True}
|
|
|
|
source_urls = ['https://github.com/opencollab/arpack-ng/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
builddependencies = [('Autotools', '20150215', '', ('GCC', '4.9.3-2.25'))]
|
|
|
|
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'
|