easyconfigs-it4i/b/Bazel/Bazel-0.5.0-GCC-7.1.0-2.28.eb
Lukáš Krupčík 746e3af411 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
2017-06-01 10:09:50 +02:00

32 lines
718 B
Plaintext

# @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'