Skip to content

Commit

Permalink
use released oneDPL version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 9, 2023
1 parent d76121c commit 5a3f638
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 @@ -26,7 +26,7 @@ rm -rf $DEPSDIR/lib/libmuparser*
rm -rf $DEPSDIR/lib/cmake/muparser
rm -rf $DEPSDIR/include/muParser*

git clone -b cmake_linux_check_exclude_mac --depth 1 https://github.com/lkeegan/oneDPL
git clone -b oneDPL-2022.2.0-rc1 --depth 1 https://github.com/oneapi-src/oneDPL
cd oneDPL
mkdir build
cd build
Expand All @@ -45,7 +45,6 @@ cd ../../

# export vars for duneopts script to read
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}"
export DUNE_COPASI_USE_STATIC_DEPS=ON
export CMAKE_INSTALL_PREFIX=$DEPSDIR
export MAKE_OPTIONS="-j2 VERBOSE=1"
# disable gcc 10 pstl TBB backend as it uses the old TBB API
Expand All @@ -54,10 +53,8 @@ export BUILD_SHARED_LIBS=OFF
export CMAKE_DISABLE_FIND_PACKAGE_MPI=ON
export DUNE_ENABLE_PYTHONBINDINGS=OFF
export DUNE_PDELAB_ENABLE_TRACING=OFF
export DUNE_PDELAB_USE_BOOST_ATOMIC_REF=ON
export DUNE_COPASI_DISABLE_FETCH_PACKAGE_ExprTk=ON
export DUNE_COPASI_DISABLE_FETCH_PACKAGE_parafields=ON
export DUNE_COPASI_USE_PARAFIELDS=OFF
if [[ $MSYSTEM ]]; then
# on windows add flags to support large object files
# https://stackoverflow.com/questions/16596876/object-file-has-too-many-sections
Expand Down

0 comments on commit 5a3f638

Please sign in to comment.