easyconfigs-it4i/d/dotNET-Core-Runtime/dotNET-Core-Runtime-3.0.0.eb
Josef Hrabal 48be8855d5 new file: d/dotNET-Core-Runtime/dotNET-Core-Runtime-3.0.0.eb
new file:   d/dotNET-Core-SDK/dotNET-Core-SDK-3.0.100.eb
	new file:   v/Valgrind/Valgrind-3.15.0-foss-2019a.eb
2019-10-11 09:48:49 +02:00

29 lines
797 B
Plaintext

easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14
# or newer)
name = 'dotNET-Core-Runtime'
version = '3.0.0'
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': 'system', 'version': ''}
source_urls = ['https://download.visualstudio.microsoft.com/download/pr/a5ff9cbb-d558-49d1-9fd2-410cb1c8b095/a940644f4133b81446cb3733a620983a/']
sources = ['dotnet-runtime-%(version)s-linux-x64.tar.gz']
dependencies = [
('libunwind', '1.2'),
]
sanity_check_paths = {
'files': ['dotnet'],
'dirs': ['shared/Microsoft.NETCore.App/%(version)s'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'