mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
57 lines
2.8 KiB
Plaintext
57 lines
2.8 KiB
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-10-02_23-08-03
|
|
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
|
|
# Authors:: Fotis Georgatos <fotis@cern.ch>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html
|
|
##
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'NASM'
|
|
version = '2.11.05'
|
|
|
|
homepage = 'http://www.nasm.us/'
|
|
description = """NASM: General-purpose x86 assembler"""
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
source_urls = ['http://www.nasm.us/pub/nasm/releasebuilds/%(version)s']
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/nasm'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lang'
|
|
|
|
# Build statistics
|
|
buildstats = [{
|
|
"easybuild-framework_version": "2.1.1",
|
|
"easybuild-easyblocks_version": "2.1.1",
|
|
"timestamp": 1443820083,
|
|
"build_time": 29.41,
|
|
"install_size": 2094150,
|
|
"command_line": ['--buildpath=/easybuild/build', '--installpath=/apps', '--installpath-modules=/apps/modules', '--installpath-software=/apps', '--module-naming-scheme=IT4IModuleNamingScheme', '--repositorypath=/easybuild/file-repository', '--robot=/easybuild/easyconfigs-salomon/easybuild/easyconfigs', '--robot-paths=/easybuild/easyconfigs-salomon/easybuild/easyconfigs', '--sourcepath=/easybuild/sources', '--try-toolchain="[\'intel\', \'2015b\']"', 'OpenCV-2.4.9-intel-2014.06.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.798,
|
|
"cpu_vendor": "Intel",
|
|
"gcc_version": "Using built-in specs.; COLLECT_GCC=gcc; COLLECT_LTO_WRAPPER=/apps/all/GCC/5.1.0-binutils-2.25/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0/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 --prefix=/apps/all/GCC/5.1.0-binutils-2.25 --with-local-prefix=/apps/all/GCC/5.1.0-binutils-2.25 --enable-bootstrap --with-isl=/easybuild/build/GCC/5.1.0/dummy--binutils-2.25/gcc-5.1.0/stage2_stuff; Thread model: posix; gcc version 5.1.0 (GCC) ; ",
|
|
"glibc_version": "2.12",
|
|
"hostname": "login1",
|
|
"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/5.1.0-binutils-2.25/bin/gcc",
|
|
"system_python_path": "/usr/bin/python",
|
|
}]
|