Skip to content

Commit

Permalink
msmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 11, 2024
1 parent 6c7fb36 commit 3268d71
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ jobs:
name: Job4 MSMPI - Windows
runs-on: windows-latest

defaults:
run:
shell: msys2 {0}

steps:
- name: Install MS-MPI
shell: pwsh
run: |
curl -L -O https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe
.\msmpisetup.exe -unattend -force
- uses: mpi4py/setup-mpi@v1

- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-x86_64-toolchain
bash
make
m4
patch
Expand All @@ -40,16 +39,12 @@ jobs:
python
- name: Remove packages
shell: msys2 {0}
run: pacman -R --noconfirm mingw-w64-x86_64-python mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch

- uses: actions/checkout@v4

- name: Configure
shell: C:\msys64\usr\bin\bash.exe --login {0}
run: |
source shell mingw64
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode \
--prefix="${HOME}/freefem" \
Expand Down

0 comments on commit 3268d71

Please sign in to comment.