Skip to content

Commit

Permalink
use dpl fork with cmake macos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 16, 2023
1 parent ca63e38 commit 3c4f701
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ export CXX=/usr/local/opt/llvm/bin/clang++

# add dpl

# hacky way to stop dpl from finding g++ and trying to set some libstdc++ thing
sudo rm $(which g++)

git clone --depth 1 https://github.com/oneapi-src/oneDPL
git clone -b cmake_linux_check_exclude_mac --depth 1 https://github.com/lkeegan/oneDPL
cd oneDPL
mkdir build
cd build
Expand Down

0 comments on commit 3c4f701

Please sign in to comment.