We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b59a05 commit 230c27fCopy full SHA for 230c27f
.github/workflows/cmake.yml
@@ -154,7 +154,7 @@ jobs:
154
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
155
mkdir -p ${{github.workspace}}/sopt/build
156
cd ${{github.workspace}}/sopt/build
157
- cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}}
+ cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=OFF
158
make -j$(nproc --ignore 1) install
159
160
- name: Install
0 commit comments