Skip to content

Commit

Permalink
Merge pull request #510 from mmuetzel/ci
Browse files Browse the repository at this point in the history
Add CI runner that builds with external UMFPACK on MinGW.
  • Loading branch information
raback authored Aug 3, 2024
2 parents feabc69 + 3a1ae4a commit 6ec1054
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-windows-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

runs-on: windows-latest

name: MSYS2 (${{ matrix.umfpack }} UMFPACK, ${{ matrix.msystem }})

defaults:
run:
shell: msys2 {0}
Expand All @@ -23,6 +25,11 @@ jobs:
matrix:
# msystem: [MINGW64, CLANG64]
msystem: [MINGW64]
umfpack: [internal, external]
include:
- umfpack: external
umfpack-package: suitesparse:p
umfpack-cmake-flags: "-DEXTERNAL_UMFPACK=ON"

steps:
- name: get CPU name
Expand Down Expand Up @@ -52,6 +59,7 @@ jobs:
parmetis:p
qwt-qt5:p
qt5-script:p
${{ matrix.umfpack-package }}
- name: install MSMPI
uses: mpi4py/setup-mpi@v1
Expand Down Expand Up @@ -81,6 +89,7 @@ jobs:
-DWITH_Mumps=OFF \
-DWITH_ELMERGUI=ON \
-DCREATE_PKGCONFIG_FILE=ON \
${{ matrix.umfpack-cmake-flags }} \
..
- name: build
Expand Down

0 comments on commit 6ec1054

Please sign in to comment.