Bazel

From ScientificComputing
Revision as of 07:19, 5 January 2017 by Sfux (talk | contribs) (Created page with "{{Application}}")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Please note that this application page is referring to the old CentOS software stack which is obsolete and does not work any more with the new Ubuntu setup. You can find an overview on the Ubuntu software stack on this wiki page.

Category

Development, Buildsystem

Description

Bazel is a tool that automates software builds and tests. Supported build tasks include running compilers and linkers to produce executable programs and libraries, and assembling deployable packages for Android, iOS and other target environments. Bazel is similar to other tools like Make, Ant, Gradle, Buck, Pants and Maven.

Available versions (Euler, old software stack)

Legacy versions Supported versions New versions
0.2.3, 0.3.0 0.19.2, 0.4.4

Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.

Environment modules (Euler, old software stack)

Version Module load command Additional modules loaded automatically
0.2.3 module load gcc/4.8.2 java/1.8.0_91 bazel/0.2.3
0.3.0 module load gcc/4.8.2 java/1.8.0_91 bazel/0.3.0
0.19.2 module load new gcc/4.8.2 java/1.8.0_91 bazel/0.19.2
0.4.4 module load new gcc/4.8.2 java/1.8.0_91 bazel/0.4.4

Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.

License information

Apache License Version 2.0

Links

https://bazel.build

https://github.com/bazelbuild/bazel
https://en.wikipedia.org/wiki/Bazel_(software)