easyconfigs-it4i/_not_installed/b/Bison/Bison-3.0.2-GCC-4.8.3.eb
2017-03-22 09:44:28 +01:00

49 lines
2.6 KiB
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-06-09_16-06-48
easyblock = 'ConfigureMake'
name = 'Bison'
version = '3.0.2'
homepage = 'http://www.gnu.org/software/bison'
description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar
into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables."""
toolchain = {'name': 'GCC', 'version': '4.8.3'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
builddependencies = [('M4', '1.4.17')]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"],
'dirs': [],
}
moduleclass = 'lang'
# Build statistics
buildstats = [{
"easybuild-framework_version": "2.1.1",
"easybuild-easyblocks_version": "2.1.1",
"timestamp": 1433858808,
"build_time": 59.57,
"install_size": 2111129,
"command_line": ['--debug', '--force', '--robot=/var/lib/gitlab/ci_runner/.local/easy/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_easyconfigs-2.1.1-py2.6.egg/easybuild/easyconfigs:/var/lib/gitlab/ci_runner/gitlab-ci-runner/tmp/builds/project-2', '--robot-paths=:/var/lib/gitlab/ci_runner/gitlab-ci-runner/tmp/builds/project-2', '--try-toolchain="[\'GCC\', \'4.8.3\']"', 'Bison-3.0.2-GCC-4.8.2.eb'],
"modules_tool": ('EnvironmentModulesC', '/usr/bin/modulecmd', '3.2.10'),
"core_count": 16,
"cpu_model": "Intel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz",
"cpu_speed": 2400.0,
"cpu_vendor": "Intel",
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/var/lib/gitlab/ci_runner/.local/easybuild/software/GCC/4.8.3/libexec/gcc/x86_64-unknown-linux-gnu/4.8.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=/var/lib/gitlab/ci_runner/.local/easybuild/software/GCC/4.8.3 --with-local-prefix=/var/lib/gitlab/ci_runner/.local/easybuild/software/GCC/4.8.3; Thread model: posix; gcc version 4.8.3 (GCC) ; ",
"glibc_version": "2.12",
"hostname": "jas02-easybuild-ebfiles",
"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": "/var/lib/gitlab/ci_runner/.local/easybuild/software/GCC/4.8.3/bin/gcc",
"system_python_path": "/usr/bin/python",
}]