We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3919e commit 782e739Copy full SHA for 782e739
.github/workflows/cmake.yml
@@ -59,7 +59,7 @@ jobs:
59
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
60
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/scalapack_install
61
-D BUILD_SHARED_LIBS=ON
62
- -D SCALAPACK_BUILD_TESTING=ON
+ -D SCALAPACK_BUILD_TESTS=ON
63
-D MPIEXEC_PREFLAGS=${{env.MPIEXEC_PREFLAGS}}
64
65
- name: Build
0 commit comments