-
Notifications
You must be signed in to change notification settings - Fork 772
{devel}[foss/2023b] TensorFlow v2.15.1, Bazel v6.3.1, flatbuffers-python v23.5.26, ml_dtypes v0.4.0 #21169
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
Open
tanmoy1989
wants to merge
34
commits into
easybuilders:develop
Choose a base branch
from
tanmoy1989:20240812155402_new_pr_TensorFlow2151
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
{devel}[foss/2023b] TensorFlow v2.15.1, Bazel v6.3.1, flatbuffers-python v23.5.26, ml_dtypes v0.4.0 #21169
Changes from 3 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5ed737f
adding easyconfigs: TensorFlow-2.15.1-foss-2023b.eb, Bazel-6.3.1-GCCc…
tanmoy1989 aa70a05
adding BAzel patch files
tanmoy1989 09d38a8
Merge branch 'easybuilders:develop' into 20240812155402_new_pr_Tensor…
tanmoy1989 585ccee
Update easybuild/easyconfigs/m/ml_dtypes/ml_dtypes-0.4.0-gfbf-2023b.eb
tanmoy1989 77df09f
adding two more patch files
tanmoy1989 e45c0b3
Update easybuild/easyconfigs/n/nsync/nsync-1.29.2-GCCcore-13.2.0.eb
tanmoy1989 12be05f
Update easybuild/easyconfigs/n/nsync/nsync-1.29.2-GCCcore-13.2.0.eb
tanmoy1989 623e46a
Update easybuild/easyconfigs/n/nsync/nsync-1.29.2-GCCcore-13.2.0.eb
tanmoy1989 c6d6c9a
adding ml_dtypes patch file
tanmoy1989 808435f
Update easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.15.1-foss-2023…
tanmoy1989 4f4b08a
Update easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.15.1-foss-2023…
tanmoy1989 d890527
Update easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.15.1-foss-2023…
tanmoy1989 c1fb4f3
Update easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.15.1-foss-2023…
tanmoy1989 5c171cf
Update easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.15.1-foss-2023…
tanmoy1989 143d118
Update Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch
verdurin 805932f
Update easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
tanmoy1989 3e1f624
Update dill-0.3.8-GCCcore-13.2.0.eb
tanmoy1989 7174433
Update flatbuffers-python-23.5.26-GCCcore-13.2.0.eb
tanmoy1989 a4791b2
Update grpcio-1.57.0-GCCcore-13.2.0.eb
tanmoy1989 b42df08
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 e01ac20
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 e39fb4b
Delete easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-13.2.0.eb
tanmoy1989 afc5b85
Update ml_dtypes-0.4.0-gfbf-2023b.eb
tanmoy1989 d4b9a31
Delete easybuild/easyconfigs/n/nsync/nsync-1.29.2-GCCcore-13.2.0.eb
tanmoy1989 20546ea
Update ml_dtypes-0.4.0-gfbf-2023b.eb
tanmoy1989 f42f661
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
akesandgren f9d5bb5
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 742e153
fix permissions
beb766b
Update Bazel-6.3.1_add-symlinks-in-runfiles.patch
tanmoy1989 2229b9f
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 cd42b3d
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 ebc2c6c
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
akesandgren c83a6cb
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 405d7e6
Update TensorFlow-2.15.1-foss-2023b.eb
tanmoy1989 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
easybuild/easyconfigs/b/Bazel/Bazel-6.3.1-GCCcore-13.2.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| name = 'Bazel' | ||
| 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.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_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.40'), | ||
| ('Python', '3.11.5'), | ||
| ('Zip', '3.0'), | ||
| ] | ||
|
|
||
| dependencies = [('Java', '11', '', SYSTEM)] | ||
|
|
||
| runtest = True | ||
| testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..." | ||
|
|
||
| moduleclass = 'devel' | ||
Empty file modified
0
easybuild/easyconfigs/b/Bazel/Bazel-6.3.1_add-symlinks-in-runfiles.patch
100644 → 100755
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| From 010f315e0e2902ebe6495ec1afe0ac3bb777b374 Mon Sep 17 00:00:00 2001 | ||
| From: oquenchil <[email protected]> | ||
| Date: Fri, 15 Sep 2023 11:17:00 +0200 | ||
| Subject: [PATCH] Advertise CcInfo from cc_proto_library | ||
|
|
||
| This should have been in 6.3 but I didn't backport it. | ||
| --- | ||
| src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl | 1 + | ||
| 1 file changed, 1 insertion(+) | ||
|
|
||
| diff --git a/src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl b/src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl | ||
| index 55036600f8ebbf..fa7f896264c386 100644 | ||
| --- a/src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl | ||
| +++ b/src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl | ||
| @@ -282,5 +282,6 @@ cc_proto_library = rule( | ||
| allow_files = False, | ||
| ), | ||
| }, | ||
| + provides = [CcInfo], | ||
| ) |
35 changes: 35 additions & 0 deletions
35
easybuild/easyconfigs/b/Bazel/Bazel-6.3.1_fix_missing_cstdin_in_abseil.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| Add patch to abseil to add missing inclusde of cstdint | ||
|
|
||
| Åke Sandgren, 2024-06-27 | ||
| diff -rNu 6.3.1.orig/distdir_deps.bzl 6.3.1/distdir_deps.bzl | ||
| --- 6.3.1.orig/distdir_deps.bzl 1980-01-01 00:00:00.000000000 +0100 | ||
| +++ 6.3.1/distdir_deps.bzl 2024-06-27 16:07:12.735316672 +0200 | ||
| @@ -235,6 +235,10 @@ | ||
| "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz", | ||
| "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz", | ||
| ], | ||
| + "patch_args": ["-p1"], | ||
| + "patches": [ | ||
| + "//third_party/py/abseil:fix-cstdint-for-gcc-13.patch", | ||
| + ], | ||
| "used_in": [ | ||
| "additional_distfiles", | ||
| "test_WORKSPACE_files", | ||
| diff -rNu 6.3.1.orig/third_party/py/abseil/fix-cstdint-for-gcc-13.patch 6.3.1/third_party/py/abseil/fix-cstdint-for-gcc-13.patch | ||
| --- 6.3.1.orig/third_party/py/abseil/fix-cstdint-for-gcc-13.patch 1970-01-01 01:00:00.000000000 +0100 | ||
| +++ 6.3.1/third_party/py/abseil/fix-cstdint-for-gcc-13.patch 2024-06-27 16:06:21.323644443 +0200 | ||
| @@ -0,0 +1,14 @@ | ||
| +GCC 13 requires cstdint in extension.h | ||
| + | ||
| +Åke Sandgren, 2024-06-27 | ||
| +diff -ru abseil-cpp-20211102.0.orig/absl/strings/internal/str_format/extension.h abseil-cpp-20211102.0/absl/strings/internal/str_format/extension.h | ||
| +--- abseil-cpp-20211102.0.orig/absl/strings/internal/str_format/extension.h 2021-11-03 16:26:14.000000000 +0100 | ||
| ++++ abseil-cpp-20211102.0/absl/strings/internal/str_format/extension.h 2024-06-27 16:03:31.932598041 +0200 | ||
| +@@ -21,6 +21,7 @@ | ||
| + #include <cstddef> | ||
| + #include <cstring> | ||
| + #include <ostream> | ||
| ++#include <cstdint> | ||
| + | ||
| + #include "absl/base/config.h" | ||
| + #include "absl/base/port.h" |
16 changes: 16 additions & 0 deletions
16
easybuild/easyconfigs/b/Bazel/Bazel-6.3.1_use_std=c++17_instead_of_0x.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| Need to build with --std=c++17 (default for GCC 13) | ||
| There are constructs that won't work with 0x | ||
|
|
||
| Åke Sandgren, 2024-06-28 | ||
| diff -ru 6.3.1.orig/tools/cpp/unix_cc_configure.bzl 6.3.1/tools/cpp/unix_cc_configure.bzl | ||
| --- 6.3.1.orig/tools/cpp/unix_cc_configure.bzl 1980-01-01 00:00:00.000000000 +0100 | ||
| +++ 6.3.1/tools/cpp/unix_cc_configure.bzl 2024-06-27 15:09:20.813614135 +0200 | ||
| @@ -409,7 +409,7 @@ | ||
| cxx_opts = split_escaped(get_env_var( | ||
| repository_ctx, | ||
| "BAZEL_CXXOPTS", | ||
| - "-std=c++0x", | ||
| + "-std=c++17", | ||
| False, | ||
| ), ":") | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # This easyconfig was created by Simon Branford of the BEAR Software team at the University of Birmingham. | ||
| easyblock = 'PythonPackage' | ||
|
|
||
| name = 'dill' | ||
| version = '0.3.8' | ||
|
|
||
| homepage = 'https://pypi.org/project/dill/' | ||
| description = """dill extends python's pickle module for serializing and de-serializing python objects to the majority | ||
| of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse | ||
| of which is converting a byte stream back to on python object hierarchy.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've opened a separate PR for this exact easyconfig, since it's required by other PRs as a dependency (see #21783 for example): No action needed in this PR here because of that, just wanted to mention it. |
||
|
|
||
| sources = [SOURCE_TAR_GZ] | ||
| checksums = ['3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca'] | ||
|
|
||
| builddependencies = [('binutils', '2.40')] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ] | ||
|
|
||
| use_pip = True | ||
| download_dep_fail = True | ||
| sanity_pip_check = True | ||
|
|
||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| moduleclass = 'data' | ||
27 changes: 27 additions & 0 deletions
27
easybuild/easyconfigs/f/flatbuffers-python/flatbuffers-python-23.5.26-GCCcore-13.2.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| easyblock = 'PythonPackage' | ||
|
|
||
| name = 'flatbuffers-python' | ||
| version = '23.5.26' | ||
|
|
||
| homepage = 'https://github.com/google/flatbuffers/' | ||
| description = """Python Flatbuffers runtime library.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
|
|
||
| source_urls = ['https://pypi.python.org/packages/source/f/flatbuffers'] | ||
| sources = [{'download_filename': 'flatbuffers-%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}] | ||
| checksums = ['9ea1144cac05ce5d86e2859f431c6cd5e66cd9c78c558317c7955fb8d4c78d89'] | ||
|
|
||
| dependencies = [ | ||
| ('binutils', '2.40'), | ||
| ('Python', '3.11.5'), | ||
| ] | ||
|
|
||
| download_dep_fail = True | ||
| use_pip = True | ||
| sanity_pip_check = True | ||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| preinstallopts = 'VERSION=%(version)s ' | ||
| options = {'modulename': 'flatbuffers'} | ||
|
|
||
| moduleclass = 'devel' | ||
54 changes: 54 additions & 0 deletions
54
easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-13.2.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| easyblock = 'PythonBundle' | ||
|
|
||
| name = 'grpcio' | ||
| version = '1.57.0' | ||
|
|
||
| homepage = 'https://grpc.io/' | ||
| description = """gRPC is a modern, open source, high-performance remote procedure call (RPC) | ||
| framework that can run anywhere. gRPC enables client and server applications to | ||
| communicate transparently, and simplifies the building of connected systems.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
| toolchainopts = {'pic': True} | ||
|
|
||
| use_pip = True | ||
| sanity_pip_check = True | ||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| builddependencies = [ | ||
| ('binutils', '2.40'), | ||
| ('OpenSSL', '1.1', '', SYSTEM), | ||
| ('RE2', '2024-03-01'), | ||
| ] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ('protobuf-python', '4.25.3'), | ||
| ('Abseil', '20240116.1'), | ||
| ] | ||
|
|
||
| exts_list = [ | ||
| (name, version, { | ||
| 'modulename': 'grpc', | ||
| 'preinstallopts': ( | ||
| # patch hardcoded /usr paths to prefix them with alternate sysroot path (if defined) | ||
| "sed -i 's@/usr@%(sysroot)s/usr@g' setup.py && " | ||
| "export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=%(parallel)s && " | ||
| # Required to avoid building with non-default C++ standard but keep other flags, | ||
| # see https://github.com/grpc/grpc/issues/34256 | ||
| 'export GRPC_PYTHON_CFLAGS="-fvisibility=hidden -fno-wrapv -fno-exceptions" &&' | ||
| "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True " | ||
| "GRPC_PYTHON_BUILD_SYSTEM_ZLIB=True " | ||
| "GRPC_PYTHON_BUILD_SYSTEM_RE2=True " | ||
| "GRPC_PYTHON_BUILD_SYSTEM_ABSL=True " | ||
| ), | ||
| 'patches': ['grpcio-1.57.0_use-ebroot.patch'], | ||
| 'checksums': [ | ||
| {'grpcio-1.57.0.tar.gz': | ||
| '4b089f7ad1eb00a104078bab8015b0ed0ebcb3b589e527ab009c53893fd4e613'}, | ||
| {'grpcio-1.57.0_use-ebroot.patch': | ||
| '5faf822cd817b723ae9361e43656d0ecc7b3333a166bbab2df80b43ae588e510'}, | ||
| ], | ||
| }), | ||
| ] | ||
|
|
||
| moduleclass = 'lib' | ||
50 changes: 50 additions & 0 deletions
50
easybuild/easyconfigs/m/ml_dtypes/ml_dtypes-0.4.0-gfbf-2023b.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # Thomas Hoffmann, EMBL Heidelberg, [email protected], 2024/02 | ||
| easyblock = 'PythonBundle' | ||
|
|
||
| name = 'ml_dtypes' | ||
| version = '0.4.0' | ||
|
|
||
| homepage = 'https://github.com/jax-ml/ml_dtypes' | ||
| description = """ | ||
| ml_dtypes is a stand-alone implementation of several NumPy dtype extensions used | ||
| in machine learning libraries, including: | ||
| bfloat16: an alternative to the standard float16 format | ||
| float8_*: several experimental 8-bit floating point representations including: | ||
| float8_e4m3b11fnuz | ||
| float8_e4m3fn | ||
| float8_e4m3fnuz | ||
| float8_e5m2 | ||
| float8_e5m2fnuz | ||
| """ | ||
|
|
||
| toolchain = {'name': 'gfbf', 'version': '2023b'} | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ('SciPy-bundle', '2023.11'), | ||
| ] | ||
|
|
||
|
|
||
| use_pip = True | ||
akesandgren marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| default_easyblock = 'PythonPackage' | ||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| exts_list = [ | ||
| ('opt_einsum', '3.3.0', { | ||
| 'checksums': ['59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549'], | ||
| }), | ||
| ('etils', '1.9.2', { | ||
| 'checksums': ['15dcd35ac0c0cc2404b46ac0846af3cc4e876fd3d80f36f57951e27e8b9d6379'], | ||
| }), | ||
| (name, version, { | ||
| 'patches': [('ml_dtypes-0.3.2_EigenAvx512.patch', 1)], | ||
| 'checksums': [ | ||
| {'ml_dtypes-0.4.0.tar.gz': 'eaf197e72f4f7176a19fe3cb8b61846b38c6757607e7bf9cd4b1d84cd3e74deb'}, | ||
| {'ml_dtypes-0.3.2_EigenAvx512.patch': '197b05b0b7f611749824369f026099f6a172f9e8eab6ebb6504a16573746c892'}, | ||
| ], | ||
| }), | ||
| ] | ||
|
|
||
| sanity_pip_check = True | ||
akesandgren marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| moduleclass = 'tools' | ||
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/n/nsync/nsync-1.29.2-GCCcore-13.2.0.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| easyblock = 'CMakeNinja' | ||
|
|
||
| name = 'nsync' | ||
| version = '1.29.2' | ||
|
|
||
| homepage = 'https://github.com/google/nsync' | ||
| description = """nsync is a C library that exports various synchronization primitives, such as mutexes""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
|
|
||
| source_urls = ['https://github.com/google/nsync/archive/v%(version)s/'] | ||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| sources = [SOURCE_TAR_GZ] | ||
tanmoy1989 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| checksums = ['1d63e967973733d2c97e841e3c05fac4d3fa299f01d14c86f2695594c7a4a2ec'] | ||
|
|
||
| builddependencies = [ | ||
| ('binutils', '2.40'), | ||
| ('CMake', '3.27.6'), | ||
| ('Ninja', '1.11.1'), | ||
| ] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['include/nsync.h', 'lib/libnsync.a', 'lib/libnsync_cpp.a'], | ||
| 'dirs': [], | ||
| } | ||
|
|
||
| moduleclass = 'devel' | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.