-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#13386) onetbb: add version 2021.6.0
* check compiler version for all Apple platforms * add version 2021.6.0 * don't skip linter in v1 test package * add required system libs for Linux/FreeBSD Co-authored-by: Christian Günther <christian.guenther@authentic.network> * raise ConanInvalidConfiguration when attempting to make static build Co-authored-by: Christian Günther <christian.guenther@authentic.network>
- Loading branch information
1 parent
64732d6
commit 0f355ca
Showing
4 changed files
with
28 additions
and
6 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
sources: | ||
"2021.6.0": | ||
url: "https://github.com/oneapi-src/oneTBB/archive/v2021.6.0.tar.gz" | ||
sha256: "4897dd106d573e9dacda8509ca5af1a0e008755bf9c383ef6777ac490223031f" | ||
"2021.3.0": | ||
url: "https://github.com/oneapi-src/oneTBB/archive/v2021.3.0.tar.gz" | ||
sha256: "8f616561603695bbb83871875d2c6051ea28f8187dbe59299961369904d1d49e" |
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# pylint: skip-file | ||
from conans import ConanFile, CMake, tools | ||
import os | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"2021.6.0": | ||
folder: all | ||
"2021.3.0": | ||
folder: all | ||
"2020.3": | ||
|