mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00

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
18 lines
585 B
Plaintext
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'
|