Skip to content

Commit

Permalink
Fix DuMux build step
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 23, 2024
1 parent 6d72359 commit 835abbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/install-dune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ if [ ! -d "dumux/" ]; then
fi

# Build DuMux
./dune-common/bin/dunecontrol --only=dumux -DCMAKE_DISABLE_FIND_PACKAGE_Kokkos=TRUE all
./dune-common/bin/dunecontrol --only=dumux cmake -DCMAKE_DISABLE_FIND_PACKAGE_Kokkos=TRUE
./dune-common/bin/dunecontrol --only=dumux make

if [ ! -d "dumux-adapter/" ]; then
git clone --depth 1 --branch v2.0.0 https://github.com/precice/dumux-adapter.git
Expand Down

0 comments on commit 835abbc

Please sign in to comment.