mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: e/ELPA/ELPA-2018.05.001-foss-2022b.eb modified: m/MRCC/MRCC-2023-08-intel-2021b.eb modified: o/OpenMX/OpenMX-3.9-foss-2022b.eb
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
#
|
|
# Authors:: Inge Gutheil <i.gutheil@fz-juelich.de>, Alan O'Cais <a.ocais@fz-juelich.de>
|
|
# License:: MIT/GPL
|
|
#
|
|
##
|
|
|
|
name = 'ELPA'
|
|
version = '2018.05.001'
|
|
|
|
homepage = 'https://elpa.rzg.mpg.de'
|
|
description = """Eigenvalue SoLvers for Petaflop-Applications ."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2022b'}
|
|
toolchainopts = {'openmp': True, 'usempi': True}
|
|
|
|
source_urls = ['https://elpa.rzg.mpg.de/software/tarball-archive/Releases/%(version)s/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['a76c3402eb9d1c19b183aedabde8c20f4cfa4692e73e529384207926aec04985']
|
|
|
|
builddependencies = [
|
|
('Autotools', '20220317'),
|
|
# remove_xcompiler script requires 'python' command,
|
|
('Python', '3.10.8'),
|
|
]
|
|
|
|
buildopts = 'FCFLAGS="-fallow-argument-mismatch"'
|
|
|
|
|
|
# When building in parallel, the file test_setup_mpi.mod is sometimes
|
|
# used before it is built, leading to an error. This must be a bug in
|
|
# the makefile affecting parallel builds.
|
|
maxparallel = 1
|
|
|
|
moduleclass = 'math'
|