Skip to content

Commit

Permalink
export DUNE_PDELAB_USE_BOOST_ATOMIC_REF=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 6, 2023
1 parent a22d79a commit af9160b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ fi
# export vars for duneopts script to read
export DUNE_COPASI_USE_STATIC_DEPS=ON
export CMAKE_INSTALL_PREFIX=$DEPSDIR
export MAKE_OPTIONS="-j1 VERBOSE=1"
export MAKE_OPTIONS="-j2 VERBOSE=1"
# -fexperimental-library for clang/libc++ to enable <execution>
export CMAKE_CXX_FLAGS="'-fvisibility=hidden -fexperimental-library -L/usr/local/opt/llvm/lib -L/usr/local/opt/llvm/lib/c++ -Wl,-rpath,/usr/local/opt/llvm/lib/c++ -I/usr/local/opt/llvm/include'"
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
Expand Down

0 comments on commit af9160b

Please sign in to comment.