easyconfigs-it4i/d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb
Lukáš Krupčík 51d5618201 new file: d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.0.7.eb
new file:   d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb
	modified:   p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb
	deleted:    d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb
	deleted:    d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb


Former-commit-id: 5e7845c56ac8b25ce0af3fabf4453856cf64ecd0
2018-06-04 09:20:16 +02:00

30 lines
852 B
Plaintext

easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
name = 'dotNET-Core-Runtime'
version = '2.0.7'
homepage = 'https://www.microsoft.com/net/'
description = """.NET is a free, cross-platform, open source developer platform for building many different types
of applications."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/']
sources = ['dotnet-runtime-%(version)s-linux-x64.tar.gz']
checksums = ['680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71']
dependencies = [
('libunwind', '1.2'),
('glibc', '2.14')
]
sanity_check_paths = {
'files': ['dotnet'],
'dirs': ['shared/Microsoft.NETCore.App/%(version)s'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'