Skip to content

Commit

Permalink
Update 3 TBB library installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MigVega committed Sep 8, 2024
1 parent c01e59d commit ba655dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
cd oneTBB-${{ env.TBB_VERSION }}
make -j$(nproc)
sudo cp -r include/tbb /usr/local/include/
sudo cp build/linux_*_release/libtbb.so* /usr/local/lib/
sudo cp build/linux_*_release/libtbbmalloc.so* /usr/local/lib/
# Fix permissions
sudo chmod 755 /usr/local/lib/libtbbmalloc.so*
sudo cp build/*_release/libtbb*.so.2 /usr/local/lib/
sudo ln -sf /usr/local/lib/libtbb.so.2 /usr/local/lib/libtbb.so
sudo ln -sf /usr/local/lib/libtbbmalloc.so.2 /usr/local/lib/libtbbmalloc.so
- name: List TBB include directory
run: ls -l /usr/local/include/tbb
Expand Down

0 comments on commit ba655dc

Please sign in to comment.