mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00

new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.2.101.eb new file: e/ELPA/ELPA-2016.11.001.pre-intel-2017a.eb new file: e/ELPA/ELPA-2017.11.001-intel-2017a.eb new file: h/HDF5/HDF5-1.10.2-intel-2017a.eb new file: l/libxc/libxc-4.2.3-intel-2017a.eb new file: p/phonopy/phonopy-1.14.2-Py-3.6.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb.old modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch.old new file: v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-LONGCHAR.eb
29 lines
796 B
Plaintext
29 lines
796 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
# note: only works on recent OSs, required sufficiently recent glibc (2.14
|
|
# or newer)
|
|
name = 'dotNET-Core-Runtime'
|
|
version = '2.2.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.visualstudio.microsoft.com/download/pr/1057e14e-16cc-410b-80a4-5c2420c8359c/004dc3ce8255475d4723de9a011ac513/']
|
|
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'
|