mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
new file: d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb
new file: d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb Former-commit-id: 32c7599f76da66e3512cadb797d57cb649659056
This commit is contained in:
parent
4e0c5751ab
commit
f02154dbf6
26
d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb
Normal file
26
d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.0.eb
Normal file
@ -0,0 +1,26 @@
|
||||
easyblock = 'Tarball'
|
||||
|
||||
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
|
||||
name = 'dotNET-Core-Runtime'
|
||||
version = '2.1.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': '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')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['dotnet'],
|
||||
'dirs': ['shared/Microsoft.NETCore.App/%(version)s'],
|
||||
}
|
||||
|
||||
modextrapaths = {'PATH': ['']}
|
||||
|
||||
moduleclass = 'lang'
|
26
d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb
Normal file
26
d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb
Normal file
@ -0,0 +1,26 @@
|
||||
easyblock = 'Tarball'
|
||||
|
||||
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
|
||||
name = 'dotNET-Core-Runtime'
|
||||
version = '2.1.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': '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')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['dotnet'],
|
||||
'dirs': ['shared/Microsoft.NETCore.App/%(version)s'],
|
||||
}
|
||||
|
||||
modextrapaths = {'PATH': ['']}
|
||||
|
||||
moduleclass = 'lang'
|
Loading…
x
Reference in New Issue
Block a user