easyconfigs-it4i/b/Bazel/Bazel-0.7.0-GCC-7.1.0-2.28.eb
Easy Build 1d9d9e765d new file: b/Bazel/Bazel-0.7.0-GCC-6.3.0-2.27.eb
new file:   b/Bazel/Bazel-0.7.0-GCC-7.1.0-2.28.eb
	new file:   k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb
	new file:   l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC-test.eb
	modified:   l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC.eb
	modified:   l/LAMMPS/LAMMPS-Makefile.intel_coprocessor.patch
	modified:   l/LAMMPS/log.lammps
	new file:   t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb
2018-02-06 15:35:45 +01:00

18 lines
585 B
Plaintext

name = 'Bazel'
version = '0.7.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'}
source_urls = ['https://github.com/bazelbuild/bazel/releases/download/%(version)s']
sources = ['%(namelower)s-%(version)s-dist.zip']
checksums = ['a084a9c5d843e2343bf3f319154a48abe3d35d52feb0ad45dec427a1c4ffc416']
builddependencies = [('binutils', '2.28')]
dependencies = [('Java', '1.8.0_144', '', True)]
moduleclass = 'devel'