-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #514 from odidev/tcl
Add Tbb and Tcl files
- Loading branch information
Showing
2 changed files
with
58 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,29 @@ | ||
--- | ||
name: OneTbb | ||
category: Compilers/Tools | ||
description: OneTBB (Threading Building Blocks) provides tools and abstractions that make it easier for developers to write parallel code in C++, without requiring deep knowledge of threading or concurrency. | ||
download_url: https://github.com/oneapi-src/oneTBB/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 4.4 | ||
release_date: 2016/09/15 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://oneapi-src.github.io/oneTBB/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/oneapi-src/oneTBB/blob/master/INSTALL.md | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and Testing are done using "apt install libtbb-dev". Kindly refer [here](https://launchpad.net/ubuntu/+source/tbb). The minimum version of tbb v4.4 corresponds to ubuntu:16.04 and v5.0 to ubuntu:22.04. | ||
|
||
--- |
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,29 @@ | ||
--- | ||
name: Tcl | ||
category: Languages and Frameworks | ||
description: Tcl is a versatile programming language and framework that enables the development of custom software applications by integrating diverse applications, protocols, devices, and frameworks. | ||
download_url: https://github.com/tcltk/tcl/tags | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 8.5.12 | ||
release_date: 2012/07/25 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.tcl-lang.org/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/tcltk/tcl/tree/main/unix#readme | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done using the released tar archives. | ||
|
||
--- |