Skip to content

Commit

Permalink
adding easyconfigs: Bazel-7.4.1-GCCcore-13.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Nov 19, 2024
1 parent 395a982 commit 8e62eda
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/b/Bazel/Bazel-7.4.1-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = 'Bazel'
version = '7.4.1'

homepage = 'https://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': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://github.com/bazelbuild/%(namelower)s/releases/download/%(version)s']
sources = ['%(namelower)s-%(version)s-dist.zip']
checksums = ['83386618bc489f4da36266ef2620ec64a526c686cf07041332caff7c953afaf5']

builddependencies = [
('binutils', '2.42'),
('Python', '3.12.3'),
('Zip', '3.0'),
]
dependencies = [
('Java', '21.0.2', '', SYSTEM),
]

runtest = True
testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..."

moduleclass = 'devel'

0 comments on commit 8e62eda

Please sign in to comment.