mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 08:41:28 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
51af419909
27
d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.4.eb
Normal file
27
d/dotNET-Core-Runtime/dotNET-Core-Runtime-2.1.4.eb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
easyblock = 'Tarball'
|
||||||
|
|
||||||
|
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
|
||||||
|
name = 'dotNET-Core-Runtime'
|
||||||
|
version = '2.1.4'
|
||||||
|
|
||||||
|
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/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/']
|
||||||
|
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'
|
25
d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.4.eb
Normal file
25
d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.4.eb
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
easyblock = 'Tarball'
|
||||||
|
|
||||||
|
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
|
||||||
|
name = 'dotNET-Core-SDK'
|
||||||
|
version = '2.1.4'
|
||||||
|
|
||||||
|
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://github.com/dotnet/core/archive/']
|
||||||
|
sources = ['v%(version)s.tar.gz']
|
||||||
|
|
||||||
|
dependencies = [('libunwind', '1.2')]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': [],
|
||||||
|
'dirs': ['tools', 'samples'],
|
||||||
|
}
|
||||||
|
|
||||||
|
modextrapaths = {'PATH': ['']}
|
||||||
|
|
||||||
|
moduleclass = 'lang'
|
@ -32,7 +32,8 @@ dependencies = [
|
|||||||
|
|
||||||
configopts = '-DBUILD_SHARED_LIBS=ON -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -shared-intel" '
|
configopts = '-DBUILD_SHARED_LIBS=ON -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -shared-intel" '
|
||||||
# required to install extra tools in bin/
|
# required to install extra tools in bin/
|
||||||
configopts += "-DLLVM_INSTALL_UTILS=ON -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_ZLIB=ON"
|
configopts += "-DLLVM_INSTALL_UTILS=ON -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_ZLIB=ON -DLLVM_ENABLE_RTTI=1 "
|
||||||
|
configopts += "-DCMAKE_BUILD_TYPE=Release "
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['bin/llvm-ar', 'bin/FileCheck'],
|
'files': ['bin/llvm-ar', 'bin/FileCheck'],
|
||||||
|
62
m/Mesa/Mesa-18.1.9-intel-2017c.eb
Normal file
62
m/Mesa/Mesa-18.1.9-intel-2017c.eb
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
# IT4Innovations 2018
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'Mesa'
|
||||||
|
version = '18.1.9'
|
||||||
|
|
||||||
|
homepage = 'http://www.mesa3d.org/'
|
||||||
|
description = """Mesa is an open-source implementation of the OpenGL specification -
|
||||||
|
a system for rendering interactive 3D graphics."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'intel', 'version': '2017c'}
|
||||||
|
# swr detects and builds parts specific for AVX and AVX2. If we use
|
||||||
|
# -xHost, this always gets overwritten and will fail.
|
||||||
|
toolchainopts = {'optarch': False}
|
||||||
|
|
||||||
|
sources = [SOURCELOWER_TAR_XZ]
|
||||||
|
source_urls = [
|
||||||
|
'https://mesa.freedesktop.org/archive/',
|
||||||
|
'https://mesa.freedesktop.org/archive/%(version)s',
|
||||||
|
'ftp://ftp.freedesktop.org/pub/mesa/%(version)s',
|
||||||
|
'ftp://ftp.freedesktop.org/pub/mesa/older-versions/%(version_major)s.x/%(version)s',
|
||||||
|
]
|
||||||
|
#patches = ['Mesa-17.0.2_fix-strip-llvm-flags.patch']
|
||||||
|
|
||||||
|
builddependencies = [
|
||||||
|
('flex', '2.6.3', '', True),
|
||||||
|
('Bison', '3.0.4', '', True),
|
||||||
|
('Autotools', '20150215', '', True),
|
||||||
|
('pkg-config', '0.29.2', '', True),
|
||||||
|
('Mako', '1.0.6', '-Python-2.7.13', True),
|
||||||
|
('libxml2', '2.9.4', '-Python-2.7.13', True),
|
||||||
|
]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('zlib', '1.2.11', '', True),
|
||||||
|
('nettle', '3.3'),
|
||||||
|
('libdrm', '2.4.76', '', True),
|
||||||
|
('LLVM', '7.0.0'),
|
||||||
|
('X11', '20170314', '', True),
|
||||||
|
('expat', '2.2.0', '', True),
|
||||||
|
]
|
||||||
|
|
||||||
|
# GLU is not part anymore of Mesa package!
|
||||||
|
configopts = " --disable-osmesa --enable-gallium-osmesa --enable-gallium-llvm --enable-glx --disable-dri"
|
||||||
|
configopts += " --disable-gbm --disable-driglx-direct --with-gallium-drivers='swrast,swr' --disable-egl"
|
||||||
|
configopts += " --with-osmesa-bits=32 --enable-texture-float --enable-llvm-shared-libs "
|
||||||
|
|
||||||
|
buildopts = 'V=1'
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['lib/libGL.%s' % SHLIB_EXT, 'lib/libOSMesa.%s' % SHLIB_EXT,
|
||||||
|
'lib/libGLESv1_CM.%s' % SHLIB_EXT, 'lib/libGLESv2.%s' % SHLIB_EXT,
|
||||||
|
'include/GL/glext.h', 'include/GL/gl_mangle.h',
|
||||||
|
'include/GL/glx.h', 'include/GL/osmesa.h',
|
||||||
|
'include/GL/gl.h', 'include/GL/glxext.h',
|
||||||
|
'include/GL/glx_mangle.h', 'include/GLES/gl.h',
|
||||||
|
'include/GLES2/gl2.h', 'include/GLES3/gl3.h'],
|
||||||
|
'dirs': []
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'vis'
|
Loading…
x
Reference in New Issue
Block a user