forked from bazelbuild/bazel-central-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add oneTBB * Update modules/onetbb/2021.10.0/presubmit.yml Co-authored-by: Fabian Meumertzheim <[email protected]> * Add platform dependency * Remove centos and debian form onetbb presubmit test --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
- Loading branch information
1 parent
0f57c03
commit 05c46d8
Showing
5 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,7 @@ | ||
module( | ||
name = "onetbb", | ||
version = "2021.10.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "platforms", version = "0.0.7") |
This file contains 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,10 @@ | ||
--- MODULE.bazel | ||
+++ MODULE.bazel | ||
@@ -0,0 +1,7 @@ | ||
+module( | ||
+ name = "onetbb", | ||
+ version = "2021.10.0", | ||
+ compatibility_level = 1, | ||
+) | ||
+ | ||
+bazel_dep(name = "platforms", version = "0.0.7") |
This file contains 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,11 @@ | ||
matrix: | ||
platform: | ||
- ubuntu2004 | ||
- macos | ||
- windows | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
build_targets: | ||
- '@onetbb//:tbb' |
This file contains 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,9 @@ | ||
{ | ||
"integrity": "sha256-SHAjqVXlo8xtOg1fiRefm2wK5yImE6cYWwInugyDcAs=", | ||
"patch_strip": 0, | ||
"patches": { | ||
"module_dot_bazel.patch": "sha256-QoPHqO/Y3ZsRFgxeoGw499dScYNd8b7yFfkdXgy65h4=" | ||
}, | ||
"strip_prefix": "oneTBB-2021.10.0", | ||
"url": "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.10.0.tar.gz" | ||
} |
This file contains 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,17 @@ | ||
{ | ||
"homepage": "https://github.com/oneapi-src/oneTBB", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "Vertexwahn", | ||
"name": "Julian Amann" | ||
} | ||
], | ||
"repository": [ | ||
"github:oneapi-src/oneTBB" | ||
], | ||
"versions": [ | ||
"2021.10.0" | ||
], | ||
"yanked_versions": {} | ||
} |