Skip to content

Commit

Permalink
Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 10, 2023
1 parent 9e3b6cd commit 14f61ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ jobs:
name: Job4 MSMPI - Windows
runs-on: windows-latest

env:
MPIRUN: /mingw64/bin/mpirun
MPICXX: /mingw64/bin/mpicxx
MPIFC: /mingw64/bin/mpif90
MPICC: /mingw64/bin/mpicc

defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -58,7 +52,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure CXXFLAGS=-mtune=generic CFLAGS=-mtune=generic FFLAGS=-mtune=generic --enable-generic --enable-download --prefix="${HOME}/freefem"
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --prefix="${HOME}/freefem"
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/job5-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ jobs:
name: Job5 MSMPI - Windows
runs-on: windows-latest

env:
MPIRUN: /mingw64/bin/mpirun
MPICXX: /mingw64/bin/mpicxx
MPIFC: /mingw64/bin/mpif90
MPICC: /mingw64/bin/mpicc

defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -58,7 +52,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure CXXFLAGS=-mtune=generic CFLAGS=-mtune=generic FFLAGS=-mtune=generic --enable-generic --enable-download --enable-debug --prefix="${HOME}/freefem"
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --enable-debug --prefix="${HOME}/freefem"
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down

0 comments on commit 14f61ae

Please sign in to comment.