Skip to content

Commit

Permalink
Windows & MacOS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 10, 2023
1 parent ada2530 commit 9e3b6cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-download --prefix="${HOME}/freefem"
./configure CXXFLAGS=-mtune=generic CFLAGS=-mtune=generic FFLAGS=-mtune=generic --enable-generic --enable-download --prefix="${HOME}/freefem"
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job4-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
runs-on: macos-${{ matrix.version }}

env:
CC: gcc
CXX: g++
CC: clang
CXX: clang++
FC: gfortran
F77: gfortran
MPIRUN: /usr/local/bin/mpirun
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job5-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-download --enable-debug --prefix="${HOME}/freefem"
./configure CXXFLAGS=-mtune=generic CFLAGS=-mtune=generic FFLAGS=-mtune=generic --enable-generic --enable-download --enable-debug --prefix="${HOME}/freefem"
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job5-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
runs-on: macos-${{ matrix.version }}

env:
CC: gcc
CXX: g++
CC: clang
CXX: clang++
FC: gfortran
F77: gfortran
MPIRUN: /usr/local/bin/mpirun
Expand Down

0 comments on commit 9e3b6cd

Please sign in to comment.