mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: m/mock/mock-3.0.5-Py-3.6.eb new file: n/numpy/numpy-1.16.3-Py-3.6.eb new file: s/six/six-1.12.0-Py-3.6.eb new file: w/wheel/wheel-0.33.4-Py-3.6.eb
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
# It4Innovations 2019
|
|
|
|
name = 'Bazel'
|
|
version = '0.20.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': '6.3.0-2.27'}
|
|
|
|
source_urls = [ 'https://github.com/bazelbuild/bazel/releases/download/%(version)s']
|
|
sources = ['%(namelower)s-%(version)s-dist.zip']
|
|
|
|
builddependencies = [('binutils', '2.27')]
|
|
|
|
dependencies = [('Java', '1.8.0_144', '', True)]
|
|
|
|
moduleclass = 'devel'
|