Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easyconfig Bazel-6.3.1-GCCcore-13.2.0.eb #21785

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

julianmorillo
Copy link
Contributor

No description provided.

@tanmoy1989
Copy link
Contributor

Isn't it the same as of this?

Copy link

github-actions bot commented Nov 6, 2024

Updated software Bazel-6.3.1-GCCcore-13.2.0.eb

Diff against Bazel-7.4.1-GCCcore-13.3.0.eb

easybuild/easyconfigs/b/Bazel/Bazel-7.4.1-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/b/Bazel/Bazel-7.4.1-GCCcore-13.3.0.eb b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
index 1fc72e512e..9eb7e61f13 100644
--- a/easybuild/easyconfigs/b/Bazel/Bazel-7.4.1-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
@@ -1,24 +1,37 @@
 name = 'Bazel'
-version = '7.4.1'
+version = '6.3.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'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/bazelbuild/%(namelower)s/releases/download/%(version)s']
 sources = ['%(namelower)s-%(version)s-dist.zip']
-checksums = ['83386618bc489f4da36266ef2620ec64a526c686cf07041332caff7c953afaf5']
+patches = [
+    'Bazel-6.3.1_cc-info.patch',
+    'Bazel-6.3.1_add-symlinks-in-runfiles.patch',
+    'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch',
+    'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch',
+]
+checksums = [
+    {'bazel-6.3.1-dist.zip': '2676319e86c5aeab142dccd42434364a33aa330a091c13562b7de87a10e68775'},
+    {'Bazel-6.3.1_cc-info.patch': 'f0b43ba05c2353a0324f0c7e532e9192f82f6937f68fb3e24fabcca7996ff6aa'},
+    {'Bazel-6.3.1_add-symlinks-in-runfiles.patch': '81db53aa87229557480b6f719c99a0f1af9c69dfec12185451e520b0128c3ae2'},
+    {'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch':
+     'ffb7ab652c962bf437440db72f796c523e9ac768b26e832362dcea3d2ad7e6ef'},
+    {'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch':
+     'bdb3b1a31f3101de21958018ad3b08a645ef3b96f5d5440a15cba99c2c42c70f'},
+]
 
 builddependencies = [
-    ('binutils', '2.42'),
-    ('Python', '3.12.3'),
+    ('binutils', '2.40'),
+    ('Python', '3.11.5'),
     ('Zip', '3.0'),
 ]
-dependencies = [
-    ('Java', '21.0.2', '', SYSTEM),
-]
+
+dependencies = [('Java', '21', '', SYSTEM)]
 
 runtest = True
 testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..."
Diff against Bazel-6.1.0-GCCcore-12.3.0.eb

easybuild/easyconfigs/b/Bazel/Bazel-6.1.0-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/b/Bazel/Bazel-6.1.0-GCCcore-12.3.0.eb b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
index 1bacc7b936..9eb7e61f13 100644
--- a/easybuild/easyconfigs/b/Bazel/Bazel-6.1.0-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
@@ -1,27 +1,37 @@
 name = 'Bazel'
-version = '6.1.0'
+version = '6.3.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': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/bazelbuild/%(namelower)s/releases/download/%(version)s']
 sources = ['%(namelower)s-%(version)s-dist.zip']
-patches = ['Bazel-6.3.1_add-symlinks-in-runfiles.patch']
+patches = [
+    'Bazel-6.3.1_cc-info.patch',
+    'Bazel-6.3.1_add-symlinks-in-runfiles.patch',
+    'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch',
+    'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch',
+]
 checksums = [
-    {'bazel-6.1.0-dist.zip': 'c4b85675541cf66ee7cb71514097fdd6c5fc0e02527243617a4f20ca6b4f2932'},
+    {'bazel-6.3.1-dist.zip': '2676319e86c5aeab142dccd42434364a33aa330a091c13562b7de87a10e68775'},
+    {'Bazel-6.3.1_cc-info.patch': 'f0b43ba05c2353a0324f0c7e532e9192f82f6937f68fb3e24fabcca7996ff6aa'},
     {'Bazel-6.3.1_add-symlinks-in-runfiles.patch': '81db53aa87229557480b6f719c99a0f1af9c69dfec12185451e520b0128c3ae2'},
+    {'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch':
+     'ffb7ab652c962bf437440db72f796c523e9ac768b26e832362dcea3d2ad7e6ef'},
+    {'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch':
+     'bdb3b1a31f3101de21958018ad3b08a645ef3b96f5d5440a15cba99c2c42c70f'},
 ]
 
 builddependencies = [
     ('binutils', '2.40'),
-    ('Python', '3.11.3'),
+    ('Python', '3.11.5'),
     ('Zip', '3.0'),
 ]
 
-dependencies = [('Java', '11', '', SYSTEM)]
+dependencies = [('Java', '21', '', SYSTEM)]
 
 runtest = True
 testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..."
Diff against Bazel-6.3.1-GCCcore-12.2.0.eb

easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-12.2.0.eb b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
index 8c284f50a4..9eb7e61f13 100644
--- a/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
@@ -5,23 +5,33 @@ 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': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/bazelbuild/%(namelower)s/releases/download/%(version)s']
 sources = ['%(namelower)s-%(version)s-dist.zip']
-patches = ['Bazel-6.3.1_add-symlinks-in-runfiles.patch']
+patches = [
+    'Bazel-6.3.1_cc-info.patch',
+    'Bazel-6.3.1_add-symlinks-in-runfiles.patch',
+    'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch',
+    'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch',
+]
 checksums = [
     {'bazel-6.3.1-dist.zip': '2676319e86c5aeab142dccd42434364a33aa330a091c13562b7de87a10e68775'},
+    {'Bazel-6.3.1_cc-info.patch': 'f0b43ba05c2353a0324f0c7e532e9192f82f6937f68fb3e24fabcca7996ff6aa'},
     {'Bazel-6.3.1_add-symlinks-in-runfiles.patch': '81db53aa87229557480b6f719c99a0f1af9c69dfec12185451e520b0128c3ae2'},
+    {'Bazel-6.3.1_use_std=c++17_instead_of_0x.patch':
+     'ffb7ab652c962bf437440db72f796c523e9ac768b26e832362dcea3d2ad7e6ef'},
+    {'Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch':
+     'bdb3b1a31f3101de21958018ad3b08a645ef3b96f5d5440a15cba99c2c42c70f'},
 ]
 
 builddependencies = [
-    ('binutils', '2.39'),
-    ('Python', '3.10.8'),
+    ('binutils', '2.40'),
+    ('Python', '3.11.5'),
     ('Zip', '3.0'),
 ]
 
-dependencies = [('Java', '11', '', SYSTEM)]
+dependencies = [('Java', '21', '', SYSTEM)]
 
 runtest = True
 testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants