easyconfigs-it4i/a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
Lukáš Krupčík 2e84da0024 modified: a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
new file:   g/gperftools/gperftools-2.8-GCCcore-9.3.0.eb
	modified:   l/LAMMPS/LAMMPS-20200505-intel-2020a.eb
	modified:   n/netCDF/netCDF-4.7.3-intel-2020a.eb
	new file:   p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb
	deleted:    c/CGAL/CGAL-4.11.1-intel-2020a.eb
	deleted:    p/pytest/pytest-6.0.1-Python-3.8.2.eb
2020-09-02 08:35:15 +02:00

29 lines
907 B
Plaintext

# IT4Innovations 2020a
easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.5.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': '2020a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/opencollab/arpack-ng/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239']
builddependencies = [('Autotools', '20180311')]
preconfigopts = "sh bootstrap && "
configopts = '--enable-mpi --with-pic --with-blas="$LIBBLAS" --with-lapack="$LIBLAPACK"'
sanity_check_paths = {
'files': ["lib/libarpack.a", "lib/libarpack.%s" % SHLIB_EXT, "lib/libparpack.a", "lib/libparpack.%s" % SHLIB_EXT],
'dirs': []
}
moduleclass = 'numlib'