Skip to content

Commit

Permalink
omega_h shared libs off
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 17, 2025
1 parent 2d36a01 commit daa2dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
cache: true
options: '-DCMAKE_CXX_COMPILER=`which mpicxx`
-DCMAKE_C_COMPILER=`which mpicc`
-DBUILD_SHARED_LIBS=OFF
-DOmega_h_USE_MPI=ON
-DOmega_h_USE_Kokkos=ON
-DBUILD_TESTING=ON
-DBUILD_TESTING=OFF
-DMPIEXEC_EXECUTABLE=`which mpirun`
-DKokkos_DIR=${{ runner.temp }}/build-kokkos/install/lib/cmake/Kokkos
-DCMAKE_VERBOSE_MAKEFILE=ON'
Expand Down

0 comments on commit daa2dcd

Please sign in to comment.