easyconfigs-it4i/a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
Lukáš Krupčík 37a401dc65 new file: a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
new file:   d/DFTB+/DFTB+-17.1_test_dptools.patch
	new file:   d/DFTB+/DFTB+-19.1-intel-2020a-Py-3.7.eb
	new file:   p/Py/Py-3.6.old.eb
2020-03-20 07:49:40 +01:00

29 lines
917 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', '', True)]
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'