easyconfigs-it4i/x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
Lukas Krupcik 123e29051e modified: a/AOCL/AOCL-3.0-6-GCCcore-10.2.0.eb
new file:   e/ELSI/ELSI-2.5.0-intel-2020b.eb
	new file:   f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb
	new file:   l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb
	new file:   l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb
	new file:   l/libxc/libxc-4.3.4-intel-2020b.eb
	new file:   p/PETSc/PETSc-3.12.4-intel-2020b.eb
	new file:   s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb
	new file:   s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb
	new file:   s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb
	new file:   t/TotalView/TotalView-2021.2.14.eb
	new file:   x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
2021-08-16 08:54:09 +02:00

27 lines
819 B
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'ConfigureMake'
name = 'xmlf90'
version = '1.5.4'
homepage = 'https://launchpad.net/xmlf90'
description = """xmlf90 is a basic XML parsing library written in Fortran."""
# can't move down to GCCcore and combine with Intel, gfortran modules are incompatible with ifort
toolchain = {'name': 'iccifort', 'version': '2020.4.304'}
source_urls = ['https://launchpad.net/xmlf90/trunk/%(version_major_minor)s/+download/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['a0b1324ff224d5b5ad1127a6ad4f90979f6b127f1a517f98253eea377237bbe4']
builddependencies = [('binutils', '2.35')]
sanity_check_paths = {
'files': ['include/xmlf90_%s.mod' % x for x in ['cml', 'dom', 'sax', 'wxml', 'xpath']] + ['lib/libxmlf90.a'],
'dirs': ['share/org.siesta-project'],
}
moduleclass = 'data'