Bazel

From ScientificComputing
Jump to: navigation, search

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)