FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
755 stars 188 forks source link

[Configure] Incomplete configure message #220

Closed loumalouomega closed 2 years ago

loumalouomega commented 2 years ago

Adding whole command:

cd 3rdparty/ff-petsc && make petsc-slepc

Instead of:

cd 3rdparty/ff-petsc && make
prj- commented 2 years ago

Why do you say that it is incomplete? This should be printed when you type make, see https://github.com/FreeFem/FreeFem-sources/blob/v4.10/3rdparty/ff-petsc/Makefile#L148.

loumalouomega commented 2 years ago

Why do you say that it is incomplete? This should be printed when you type make, see https://github.com/FreeFem/FreeFem-sources/blob/v4.10/3rdparty/ff-petsc/Makefile#L148.

Therefore, the info is duplicated and should be shown just one. I spent quite some time trying to compile with just make because of the message (see the line I am modifying)

prj- commented 2 years ago

I don't think the info is duplicated, the first make will determine whether you are doing a prefix installation in a directory where you have write access or not. If you don't, it tells you how to get write access. The second make petsc-slepc is the compilation per se.

loumalouomega commented 2 years ago

OK, I will close, but I find it confusing