Skip to content

Commit

Permalink
Merge pull request #514 from odidev/tcl
Browse files Browse the repository at this point in the history
Add Tbb and Tcl files
  • Loading branch information
zachlasiuk authored Oct 28, 2024
2 parents dafab63 + 0750939 commit d2d3457
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/tbb.md
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.

---
29 changes: 29 additions & 0 deletions content/opensource_packages/tcl.md
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.

---

0 comments on commit d2d3457

Please sign in to comment.