Skip to content

Commit

Permalink
Remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlegrand committed Dec 21, 2024
1 parent 10b1f9f commit d8143cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/full-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch git libblas-dev wget cmake \
liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison \
autoconf automake autotools-dev
liblapack-dev libhdf5-dev libgsl-dev flex bison autoconf automake \
autotools-dev
- name: Configure
run: |
Expand Down Expand Up @@ -88,8 +88,7 @@ jobs:

- name: Install
run: |
brew install gcc m4 git bison suitesparse hdf5 cmake wget autoconf \
automake
brew install gcc m4 git bison hdf5 cmake wget autoconf automake
- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/full-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch git libblas-dev wget cmake \
liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison \
autoconf automake autotools-dev libopenmpi-dev
liblapack-dev libhdf5-dev libgsl-dev flex bison autoconf automake \
autotools-dev libopenmpi-dev
- name: Configure
run: |
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:

- name: Install
run: |
brew install gcc m4 git bison suitesparse hdf5 cmake wget autoconf \
automake open-mpi
brew install gcc m4 git bison hdf5 cmake wget autoconf automake \
open-mpi
- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh "$(uname -p)"
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/sequential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch \
git libblas-dev liblapack-dev libsuitesparse-dev \
libhdf5-dev libgsl-dev flex bison wget cmake autoconf \
automake autotools-dev
git libblas-dev liblapack-dev libhdf5-dev libgsl-dev flex bison \
wget cmake autoconf automake autotools-dev
- name: Configure
run: |
autoreconf -i
./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
./3rdparty/getall -a -o ARPACK,METIS,ParMETIS,ScaLAPACK,Scotch,SuiteSparse,SuperLU,mmg,parmmg,hpddm,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,MUMPS,htool
./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool
- name: Build
run: make -j 4
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
run: |
autoreconf -i
./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
./3rdparty/getall -a -o ARPACK,METIS,ParMETIS,ScaLAPACK,Scotch,SuiteSparse,SuperLU,mmg,parmmg,hpddm,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,MUMPS,htool
./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool
- name: Build
run: make -j 3
Expand Down Expand Up @@ -133,7 +132,7 @@ jobs:
run: |
autoreconf -i
./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
./3rdparty/getall -a -o ARPACK,METIS,ParMETIS,ScaLAPACK,Scotch,SuiteSparse,SuperLU,mmg,parmmg,hpddm,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,MUMPS,htool
./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool
- name: Build
run: make -j 4
Expand Down

0 comments on commit d8143cc

Please sign in to comment.