I am trying to make the installation in Ubuntu 20.04, I did this many time on 18.04, but now when I run the command ./3rdparty/getall -a there are many packages that cannot be accessed or downloaded. I checked the getall file trying to access myself from Chrome to some of those links such as :
You can let PETSc install ARPACK (via make petsc-slepc), then, you won’t have issues with getall. Most of the links in getall are out-dated, so you should not rely on them anyway.
I was following this https://doc.freefem.org/introduction/installation.html, the only difference is the prefix. Then, following the instructions you suggested, as “./3rdparty/getall -a” is not working well because of the getall file is out-dated, I forced all the installations using “make petsc-slepc” directly.
At the end the problem of the links persists when I excecute make -j2, many errors appear.
Hi everyone,
I am having difficulties to install the last version of FreeFem from sources recently on Ubuntu 22.04.
The errors message that I received seem related to the conversation above.
I received an error while executing: ./3rdparty/getall -a
Second, I changed this line with: ./3rdparty/getall -o PETSc -a
I am now stuck with many errors during the final make process. Below is the error message:
I have tested some modifications, but now I am running out of ideas to move forward with the installation. Do you deem the problem is only related to the getall file?
Ok, I have tried to rebuild FreeFem from sources, by doing:
autoreconf -i
./configure --enable-download --enable-optim --prefix=/usr/local/freefem/
./3rdparty/getall -o PETSc -a
cd 3rdparty/ff-petsc
make petsc-slepc
cd -
./reconfigure
I met the same problem like this when I updated my FreeFEM++ from version 4.12 to 4.14.
I thought this might be related to some packages in the 3rdparty/pkg were not downloaded successfully
I finally succeeded when I try “cd src && make” .
(But I thought it might be helpful to download the needed package manually and put them in the folder 3rdparty/pkg… it’s strange that PETSc could not install these packages automatically in some cases, even one year ago I didn’t meet any problem to install version 4.12 )