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

new file: m/MPI_NET/MPI_NET-1.3.0-intel-2020b.eb new file: m/Mono/Mono-6.12.0.122.eb new file: m/mpi4py/mpi4py-3.1.1-gompi-2020b-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.1.1-intel-2020b-Python-3.8.6.eb new file: p/phono3py/phono3py-2.0.0-intel-2020a-Python-3.8.2.eb new file: p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb deleted: p/pkgconfig/pkgconfig-1.5.1-GCCcore-10.2.0-python.eb
26 lines
550 B
Plaintext
26 lines
550 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'Mono'
|
|
version = '6.12.0.122'
|
|
|
|
homepage = 'http://mono-framework.com'
|
|
description = """An open source, cross-platform, implementation of C# and the CLR that is
|
|
binary local_compatible with Microsoft.NET."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://download.mono-project.com/sources/mono/']
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
builddependencies = [
|
|
('Autotools', '20180311'),
|
|
('Bison', '3.7.6'),
|
|
('gettext', '0.21'),
|
|
('CMake', '3.20.1')
|
|
]
|
|
|
|
configopts = "--with-large-heap=yes"
|
|
|
|
moduleclass = 'lang'
|