mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CGAL/CGAL-4.11.1-intel-2020a.eb new file: c/CGAL/CGAL-5.0.2-intel-2020a.eb new file: d/DOLFIN/DOLFIN-2019.1.0-intel-2020a-Py-3.7.eb new file: f/FFC/FFC-2019.1.0-conda.eb new file: m/MATIO/MATIO-1.5.12-intel-2020a.eb new file: m/mshr/mshr-2019.1.0-conda.eb modified: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27-noPBS.eb new file: o/OpenMPI/OpenMPI-3.1.6-GCCcore-8.3.0-noPBS.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a.eb new file: s/SLEPc/SLEPc-3.9.2-intel-2020a.eb new file: t/Trilinos/Trilinos-12.12.1-intel-2020a-Py-3.7.eb
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'MATIO'
|
|
version = '1.5.12'
|
|
|
|
homepage = 'http://sourceforge.net/projects/matio/'
|
|
description = """matio is an C library for reading and writing Matlab MAT files."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_ZIP]
|
|
|
|
dependencies = [('zlib', '1.2.11')]
|
|
|
|
moduleclass = 'lib'
|