mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
# new file: k/kbproto/kbproto-1.0.6.eb
# new file: l/libICE/libICE-1.0.9.eb # new file: l/libSM/libSM-1.2.2.eb # new file: x/xproto/xproto-7.0.26.eb
This commit is contained in:
parent
65d2ecd8ee
commit
fcc2b54aa4
46
k/kbproto/kbproto-1.0.6.eb
Normal file
46
k/kbproto/kbproto-1.0.6.eb
Normal file
@ -0,0 +1,46 @@
|
||||
# Built with EasyBuild version 2.5.0 on 2016-02-15_10-04-03
|
||||
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-00
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'kbproto'
|
||||
version = '1.0.6'
|
||||
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
||||
description = """X.org KBProto protocol headers."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
||||
|
||||
# Build statistics
|
||||
buildstats = [{
|
||||
"easybuild-framework_version": "2.5.0",
|
||||
"easybuild-easyblocks_version": "2.5.0",
|
||||
"timestamp": 1455527043,
|
||||
"build_time": 14.4,
|
||||
"install_size": 1050278,
|
||||
"command_line": ['--buildpath=/easybuild/build', '--installpath=/apps', '--installpath-modules=/apps/modules', '--installpath-software=/apps', '--module-naming-scheme=IT4IModuleNamingScheme', '--modules-footer=/easybuild/templates/modules/jas02_footer.txt', '--repositorypath=/easybuild/file-repository', '--robot=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--robot-paths=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--sourcepath=/easybuild/sources', '--try-toolchain="[\'foss\', \'2015g\']"', 'kbproto-1.0.6-intel-2015b.eb'],
|
||||
"modules_tool": ('EnvironmentModulesC', '/usr/bin/modulecmd', '3.2.10'),
|
||||
"core_count": 28,
|
||||
"cpu_model": "Intel(R) Xeon(R) CPU E5-2695 v3 @ 2.30GHz",
|
||||
"cpu_speed": 2299.828,
|
||||
"cpu_vendor": "Intel",
|
||||
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/apps/all/GCC/4.9.3-binutils-2.25/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper; Target: x86_64-unknown-linux-gnu; Configured with: ../configure --enable-languages=c,c++,fortran --enable-lto --enable-checking=release --disable-multilib --enable-shared=yes --enable-static=yes --enable-threads=posix --enable-gold=default --enable-plugins --enable-ld --with-plugin-ld=ld.gold --enable-bootstrap --prefix=/apps/all/GCC/4.9.3-binutils-2.25 --with-local-prefix=/apps/all/GCC/4.9.3-binutils-2.25; Thread model: posix; gcc version 4.9.3 (GCC) ; ",
|
||||
"glibc_version": "2.12",
|
||||
"hostname": "login2",
|
||||
"os_name": "centos",
|
||||
"os_type": "Linux",
|
||||
"os_version": "6.6",
|
||||
"platform_name": "x86_64-unknown-linux",
|
||||
"python_version": "2.6.6 (r266:84292, Jan 22 2014, 09:42:36) ; [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]",
|
||||
"system_gcc_path": "/apps/all/GCC/4.9.3-binutils-2.25/bin/gcc",
|
||||
"system_python_path": "/usr/bin/python",
|
||||
}]
|
53
l/libICE/libICE-1.0.9.eb
Normal file
53
l/libICE/libICE-1.0.9.eb
Normal file
@ -0,0 +1,53 @@
|
||||
# Built with EasyBuild version 2.5.0 on 2016-02-22_13-20-14
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'libICE'
|
||||
version = '1.0.9'
|
||||
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
||||
description = """X Inter-Client Exchange library for freedesktop.org"""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']
|
||||
|
||||
dependencies = [
|
||||
('xtrans', '1.3.5'),
|
||||
]
|
||||
|
||||
builddependencies = [
|
||||
('xproto', '7.0.26'),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files' : ['include/X11/ICE/ICE%s.h' % x for x in ['', 'conn', 'lib', 'msg', 'proto', 'util']],
|
||||
'dirs' : [],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
||||
|
||||
# Build statistics
|
||||
buildstats = [{
|
||||
"easybuild-framework_version": "2.5.0",
|
||||
"easybuild-easyblocks_version": "2.5.0",
|
||||
"timestamp": 1456143614,
|
||||
"build_time": 23.93,
|
||||
"install_size": 779676,
|
||||
"command_line": ['--buildpath=/easybuild/build', '--installpath=/apps', '--installpath-modules=/apps/modules', '--installpath-software=/apps', '--module-naming-scheme=IT4IModuleNamingScheme', '--modules-footer=/easybuild/templates/modules/jas02_footer.txt', '--repositorypath=/easybuild/file-repository', '--robot=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--robot-paths=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--sourcepath=/easybuild/sources', '--try-toolchain="[\'foss\', \'2015g\']"', 'libSM-1.2.2-intel-2015b.eb'],
|
||||
"modules_tool": ('EnvironmentModulesC', '/usr/bin/modulecmd', '3.2.10'),
|
||||
"core_count": 28,
|
||||
"cpu_model": "Intel(R) Xeon(R) CPU E5-2695 v3 @ 2.30GHz",
|
||||
"cpu_speed": 2299.973,
|
||||
"cpu_vendor": "Intel",
|
||||
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/apps/all/GCC/4.9.3-binutils-2.25/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper; Target: x86_64-unknown-linux-gnu; Configured with: ../configure --enable-languages=c,c++,fortran --enable-lto --enable-checking=release --disable-multilib --enable-shared=yes --enable-static=yes --enable-threads=posix --enable-gold=default --enable-plugins --enable-ld --with-plugin-ld=ld.gold --enable-bootstrap --prefix=/apps/all/GCC/4.9.3-binutils-2.25 --with-local-prefix=/apps/all/GCC/4.9.3-binutils-2.25; Thread model: posix; gcc version 4.9.3 (GCC) ; ",
|
||||
"glibc_version": "2.12",
|
||||
"hostname": "login3",
|
||||
"os_name": "centos",
|
||||
"os_type": "Linux",
|
||||
"os_version": "6.6",
|
||||
"platform_name": "x86_64-unknown-linux",
|
||||
"python_version": "2.6.6 (r266:84292, Jan 22 2014, 09:42:36) ; [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]",
|
||||
"system_gcc_path": "/apps/all/GCC/4.9.3-binutils-2.25/bin/gcc",
|
||||
"system_python_path": "/usr/bin/python",
|
||||
}]
|
54
l/libSM/libSM-1.2.2.eb
Normal file
54
l/libSM/libSM-1.2.2.eb
Normal file
@ -0,0 +1,54 @@
|
||||
# Built with EasyBuild version 2.5.0 on 2016-02-22_13-20-33
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'libSM'
|
||||
version = '1.2.2'
|
||||
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
||||
description = """X11 Session Management library, which allows for applications to both manage sessions,
|
||||
and make use of session managers to save and restore their state for later use."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']
|
||||
|
||||
dependencies = [
|
||||
('libICE', '1.0.9'),
|
||||
]
|
||||
builddependencies = [
|
||||
('xproto', '7.0.26'),
|
||||
('xtrans', '1.3.5'),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files' : ['include/X11/SM/%s' % x for x in ['SM.h', 'SMlib.h', 'SMproto.h']],
|
||||
'dirs' : [],
|
||||
}
|
||||
|
||||
moduleclass = 'devel'
|
||||
|
||||
# Build statistics
|
||||
buildstats = [{
|
||||
"easybuild-framework_version": "2.5.0",
|
||||
"easybuild-easyblocks_version": "2.5.0",
|
||||
"timestamp": 1456143633,
|
||||
"build_time": 18.39,
|
||||
"install_size": 407337,
|
||||
"command_line": ['--buildpath=/easybuild/build', '--installpath=/apps', '--installpath-modules=/apps/modules', '--installpath-software=/apps', '--module-naming-scheme=IT4IModuleNamingScheme', '--modules-footer=/easybuild/templates/modules/jas02_footer.txt', '--repositorypath=/easybuild/file-repository', '--robot=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--robot-paths=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--sourcepath=/easybuild/sources', '--try-toolchain="[\'foss\', \'2015g\']"', 'libSM-1.2.2-intel-2015b.eb'],
|
||||
"modules_tool": ('EnvironmentModulesC', '/usr/bin/modulecmd', '3.2.10'),
|
||||
"core_count": 28,
|
||||
"cpu_model": "Intel(R) Xeon(R) CPU E5-2695 v3 @ 2.30GHz",
|
||||
"cpu_speed": 2299.973,
|
||||
"cpu_vendor": "Intel",
|
||||
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/apps/all/GCC/4.9.3-binutils-2.25/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper; Target: x86_64-unknown-linux-gnu; Configured with: ../configure --enable-languages=c,c++,fortran --enable-lto --enable-checking=release --disable-multilib --enable-shared=yes --enable-static=yes --enable-threads=posix --enable-gold=default --enable-plugins --enable-ld --with-plugin-ld=ld.gold --enable-bootstrap --prefix=/apps/all/GCC/4.9.3-binutils-2.25 --with-local-prefix=/apps/all/GCC/4.9.3-binutils-2.25; Thread model: posix; gcc version 4.9.3 (GCC) ; ",
|
||||
"glibc_version": "2.12",
|
||||
"hostname": "login3",
|
||||
"os_name": "centos",
|
||||
"os_type": "Linux",
|
||||
"os_version": "6.6",
|
||||
"platform_name": "x86_64-unknown-linux",
|
||||
"python_version": "2.6.6 (r266:84292, Jan 22 2014, 09:42:36) ; [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]",
|
||||
"system_gcc_path": "/apps/all/GCC/4.9.3-binutils-2.25/bin/gcc",
|
||||
"system_python_path": "/usr/bin/python",
|
||||
}]
|
51
x/xproto/xproto-7.0.26.eb
Normal file
51
x/xproto/xproto-7.0.26.eb
Normal file
@ -0,0 +1,51 @@
|
||||
# Built with EasyBuild version 2.5.0 on 2016-02-15_10-19-18
|
||||
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-21-26
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'xproto'
|
||||
version = '7.0.26'
|
||||
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
||||
description = "X protocol and ancillary headers"
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
toolchainopts = {'optarch': True}
|
||||
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
|
||||
|
||||
sanity_check_paths = {
|
||||
'files' : ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h',
|
||||
'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h',
|
||||
'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h',
|
||||
'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h',
|
||||
'XWDFile.h', 'Xwinsock.h']],
|
||||
'dirs' : []
|
||||
}
|
||||
|
||||
moduleclass = 'devel'
|
||||
|
||||
# Build statistics
|
||||
buildstats = [{
|
||||
"easybuild-framework_version": "2.5.0",
|
||||
"easybuild-easyblocks_version": "2.5.0",
|
||||
"timestamp": 1455527958,
|
||||
"build_time": 13.69,
|
||||
"install_size": 1197960,
|
||||
"command_line": ['--buildpath=/easybuild/build', '--installpath=/apps', '--installpath-modules=/apps/modules', '--installpath-software=/apps', '--module-naming-scheme=IT4IModuleNamingScheme', '--modules-footer=/easybuild/templates/modules/jas02_footer.txt', '--repositorypath=/easybuild/file-repository', '--robot=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--robot-paths=/easybuild/easyconfigs-salomon/easybuild/easyconfigs:/easybuild/file-repository', '--sourcepath=/easybuild/sources', '--try-toolchain="[\'foss\', \'2015g\']"', 'xproto-7.0.26-intel-2015b.eb'],
|
||||
"modules_tool": ('EnvironmentModulesC', '/usr/bin/modulecmd', '3.2.10'),
|
||||
"core_count": 28,
|
||||
"cpu_model": "Intel(R) Xeon(R) CPU E5-2695 v3 @ 2.30GHz",
|
||||
"cpu_speed": 2299.828,
|
||||
"cpu_vendor": "Intel",
|
||||
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/apps/all/GCC/4.9.3-binutils-2.25/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper; Target: x86_64-unknown-linux-gnu; Configured with: ../configure --enable-languages=c,c++,fortran --enable-lto --enable-checking=release --disable-multilib --enable-shared=yes --enable-static=yes --enable-threads=posix --enable-gold=default --enable-plugins --enable-ld --with-plugin-ld=ld.gold --enable-bootstrap --prefix=/apps/all/GCC/4.9.3-binutils-2.25 --with-local-prefix=/apps/all/GCC/4.9.3-binutils-2.25; Thread model: posix; gcc version 4.9.3 (GCC) ; ",
|
||||
"glibc_version": "2.12",
|
||||
"hostname": "login2",
|
||||
"os_name": "centos",
|
||||
"os_type": "Linux",
|
||||
"os_version": "6.6",
|
||||
"platform_name": "x86_64-unknown-linux",
|
||||
"python_version": "2.6.6 (r266:84292, Jan 22 2014, 09:42:36) ; [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]",
|
||||
"system_gcc_path": "/apps/all/GCC/4.9.3-binutils-2.25/bin/gcc",
|
||||
"system_python_path": "/usr/bin/python",
|
||||
}]
|
Loading…
x
Reference in New Issue
Block a user