Skip to content

Commit

Permalink
Merge pull request #1747 from vchernin/tbb-update
Browse files Browse the repository at this point in the history
flatpak: Use newer version of tbb
  • Loading branch information
wwmm authored Aug 12, 2022
2 parents b1eea5d + 13de998 commit 723c9d9
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions util/flatpak/easyeffects-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,24 +223,20 @@
},
{
"name": "tbb",
"buildsystem": "simple",
"build-commands": [
"make tbb tbbmalloc tbbproxy",
"install -d usr/lib/",
"install -m755 build/linux_*/*.so* /app/lib/",
"install -d usr/include",
"cp -a include/tbb /app/include/",
"cmake -DINSTALL_DIR=/app/lib/cmake/TBB -DSYSTEM_NAME=Linux -DTBB_VERSION_FILE=/app/include/tbb/tbb_stddef.h -P cmake/tbb_config_installer.cmake"
],
"buildsystem": "cmake",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/intel/tbb/archive/v2020.3.tar.gz",
"sha256": "ebc4f6aa47972daed1f7bf71d100ae5bf6931c2e3144cf299c8cc7d041dca2f3"
"url": "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.5.0.tar.gz",
"sha256": "e5b57537c741400cf6134b428fc1689a649d7d38d9bb9c1b6d64f092ea28178a",
"x-checker-data": {
"type": "anitya",
"project-id": 227581,
"stable-only": true,
"url-template": "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v$version.tar.gz"
}
}
],
"cleanup": [
"/include"
]
},
{
Expand Down

0 comments on commit 723c9d9

Please sign in to comment.