new file: b/Bazel/Bazel-0.5.0-GCC-7.1.0-2.28.eb

new file:   e/EasyBuild/EasyBuild-3.2.1.eb
	deleted:    e/EasyBuild/EasyBuild-3.2.1-testovaci.eb
This commit is contained in:
Lukáš Krupčík 2017-06-01 10:09:50 +02:00
parent 32f5a038be
commit 746e3af411
2 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,31 @@
# @author: Robert Schmidt (OHRI)
# @author: Guilherme Peretti-Pezzi (CSCS)
easyblock = "CmdCp"
name = 'Bazel'
version = '0.5.0'
homepage = 'http://bazel.io/'
description = """Bazel is a build tool that builds code quickly and reliably.
It is used to build the majority of Google's software."""
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
sources = ['%(namelower)s-%(version)s-dist.zip']
source_urls = ['https://github.com/bazelbuild/bazel/releases/download/%(version)s']
dependencies = [
('Java', '1.8.0_121', '', True),
]
cmds_map = [('.*', "./compile.sh")]
files_to_copy = [(['output/bazel'], 'bin')]
sanity_check_paths={
'files': ['bin/bazel'],
'dirs': [],
}
moduleclass = 'devel'

View File

@ -2,14 +2,13 @@ easyblock = 'EB_EasyBuildMeta'
name = 'EasyBuild'
version = '3.2.1'
versionsuffix= '-TEST'
homepage = 'http://hpcugent.github.com/easybuild/'
description = """EasyBuild is a software build and installation framework
written in Python that allows you to install software in a structured,
repeatable and robust way."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [
# vsc-install