Skip to content

Commit

Permalink
Merge branch 'feature-github-actions' of github.com:FreeFem/FreeFem-s…
Browse files Browse the repository at this point in the history
…ources into feature-github-actions
  • Loading branch information
sgarnotel committed Dec 12, 2023
2 parents eccd180 + 532c32c commit b76b2dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --prefix="${HOME}/freefem"
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --prefix="${HOME}/freefem" MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./3rdparty/getall -a -o PETSc
- name: PETSc
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 @@ -52,7 +52,7 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --enable-debug --prefix="${HOME}/freefem"
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --enable-debug --prefix="${HOME}/freefem" MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/ff-petsc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Makefile.inc:../../config.status Makefile Makefile-PETSc.inc

$(SRCDIR)/tag-conf-real:$(SRCDIR)/tag-tar
cd $(SRCDIR) && $(PYTHON) ./configure --prefix=$(DIR_INSTALL_REAL) \
$(FLAGS_CONF_PETSC_REAL) PETSC_ARCH=fr
$(FLAGS_CONF_PETSC_REAL) PETSC_ARCH=fr || cat configure.log;
test -f $(SRCDIR)/fr/lib/petsc/conf/petscvariables
mkdir -p $(SRCDIR)/fc/externalpackages || true
cp -r $(SRCDIR)/fr/externalpackages/git.slepc $(SRCDIR)/fr/externalpackages/git.hpddm $(SRCDIR)/fc/externalpackages || true
Expand Down

0 comments on commit b76b2dc

Please sign in to comment.