easyconfigs-it4i/m/Mono/Mono-5.18.1.0.eb
Lukáš Krupčík 5fc33bbb1a new file: m/MPI.NET/MPI.NET-1.2.0-gompi-2017c.eb
new file:   m/MPI.NET/MPI.NET-1.2.0-intel-2017c.eb
	new file:   m/MPI.NET/configure.ac.patch
	new file:   m/MPI.NET/mpi.net-1.2.0-unsafe.patch
	modified:   m/Mono/Mono-5.0.0.100.eb
	new file:   m/Mono/Mono-5.18.1.0.eb
2019-03-22 12:15:09 +01:00

25 lines
568 B
Plaintext

# IT4Innovations 2019
name = 'Mono'
version = '5.18.1.0'
homepage = 'http://mono-framework.com'
description = """An open source, cross-platform, implementation of C# and the CLR that is
binary compatible with Microsoft.NET."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://download.mono-project.com/sources/mono/']
sources = [SOURCELOWER_TAR_BZ2]
builddependencies = [
('Autotools', '20180311'),
('Bison', '3.0.4'),
('gettext', '0.19.8.1'),
('CMake', '3.13.1'),
]
configopts = "--with-large-heap=yes"
moduleclass = 'lang'