|
40 | 40 | run: |
|
41 | 41 | autoreconf -i
|
42 | 42 | ./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
|
43 |
| - ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool |
| 43 | + ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet |
44 | 44 |
|
45 | 45 | - name: Build
|
46 | 46 | run: make -j 4
|
|
79 | 79 | run: |
|
80 | 80 | autoreconf -i
|
81 | 81 | ./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
|
82 |
| - ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool |
| 82 | + ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet |
83 | 83 |
|
84 | 84 | - name: Build
|
85 | 85 | run: make -j 3
|
@@ -137,7 +137,7 @@ jobs:
|
137 | 137 | run: |
|
138 | 138 | autoreconf -i
|
139 | 139 | ./configure --enable-download --without-mpi ${{ matrix.cfg.opts }} --prefix="${HOME}/freefem"
|
140 |
| - ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,bemtool,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet,htool |
| 140 | + ./3rdparty/getall -a -o ARPACK,METIS,Scotch,SuiteSparse,SuperLU,mmg,Boost,libpthread-google,TetGen,Ipopt,NLopt,freeYams,FFTW,Gmm++,MMG3D,mshmet |
141 | 141 |
|
142 | 142 | - name: Build
|
143 | 143 | run: make -j 4
|
|
0 commit comments