mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
776 B
Plaintext
29 lines
776 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
# note: only works on recent OSs, required local_sufficiently recent glibc (2.14
|
|
# or newer)
|
|
name = 'dotNET-Core-Runtime'
|
|
version = '3.1.1'
|
|
|
|
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 = SYSTEM
|
|
|
|
source_urls = ['https://download.visualstudio.microsoft.com/download/pr/e060c2eb-1476-4d70-857c-24f5eead2070/ff0e007b7373c04f754b3818ffdb2134/']
|
|
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'
|