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

new file: n/netCDF-Fortran/netCDF-Fortran-4.5.3-intel-2020b.eb new file: y/Yambo/Yambo-5.0.0-intel-2020a.eb
39 lines
801 B
Plaintext
39 lines
801 B
Plaintext
# IT4Innovations
|
|
# LK
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'IOTK'
|
|
version = '1.2.2'
|
|
|
|
homepage = 'https://github.com/QEF/iotk/tree/master/iotk'
|
|
description = """The input/output tool kit (IOTK) is a Fortran90 library intended to provide a
|
|
simplified access to tagged files formatted using some specific rule."""
|
|
|
|
source_urls = ['https://github.com/yambo-code/yambo/files/962173']
|
|
sources = ['iotk-y1.2.2.tar.gz']
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
|
|
patches = ['IOTK-intel-2020a.patch']
|
|
|
|
with_configure = True
|
|
|
|
buildopts = 'all'
|
|
|
|
maxparallel = 1
|
|
|
|
files_to_copy = [
|
|
(['include/*'], 'include'),
|
|
(['src/*.x'], 'bin'),
|
|
(['src/*.a'], 'lib'),
|
|
(['src/*'], 'src'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin', 'include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|