Skip to content

Commit

Permalink
Update MSYS2 job in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Remove unavailable mingw-w64-x86_64-openmpi package
- Disable MPI in CMake configuration

This change allows the MSYS2 Mingw-w64 build to proceed without
errors, though it disables MPI support. Future work may be needed
to re-enable MPI using an alternative package or build method.

relevant to #494
  • Loading branch information
Foadsf committed Jul 16, 2024
1 parent 997dd25 commit 8b0e6b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-cmake
mingw-w64-x86_64-openblas
mingw-w64-x86_64-openmpi
mingw-w64-x86_64-parmetis
make
Expand All @@ -131,7 +130,7 @@ jobs:
-DWITH_Zoltan=OFF \
-DWITH_Mumps=OFF \
-DCREATE_PKGCONFIG_FILE=ON \
-DWITH_MPI=ON
-DWITH_MPI=OFF
- name: Build
run: |
Expand Down

0 comments on commit 8b0e6b6

Please sign in to comment.