On 2/27/25 07:48, Hao Wang wrote:
> **
>
> Hello, I'm compiling deal.ii from the source, after make install and
> when I want to compile step-1 the cmake give me such an error.
> figure1.png
>
> My deal.II folder is the following:
> figure2.png
>
> The cmake command I use is: cmake -DCMAKE_INSTALL_PREFIX=$HOME/
> software/deal_install $HOME/software/deal.ii/dealii-9.5.2
> -DMPI_C_COMPILER="/usr/bin/mpicc" -DMPI_CXX_COMPILER="/usr/
> bin/mpicxx" -DMPI_Fortran_COMPILER="/usr/bin/mpif90" -
> DDEAL_II_WITH_LAPACK=ON -DDEAL_II_WITH_MPI=ON
> -DDEAL_II_WITH_P4EST=ON -
> DDEAL_II_WITH_PETSC=ON -DDEAL_II_WITH_TRILINOS=ON
> ../
>
> I also attached my CMakeError.log and CMakeOutput.log for your reference.
Hao:
first, can you also post the detailed.log file in the build directory?
Separately, however, can I recommend you try to install the 9.6 release
instead of 9.5.2? I have a vague recollection that we fixed a bug that
had to do with paths between the 9.5 and 9.6 release.
Best
W.