From 3c4f701f579a36f5ec850a9cd9a92065f3956bb4 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 16 Aug 2023 09:33:15 +0200 Subject: [PATCH] use dpl fork with cmake macos fix --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 9036272..bd927b5 100755 --- a/build.sh +++ b/build.sh @@ -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