No "bundled" folder in my deal.II path

58 views
Skip to first unread message

Hao Wang

unread,
Feb 27, 2025, 9:49:07 AM2/27/25
to deal.II User Group
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.

Thanks!
CMakeOutput.log
CMakeError.log

Wolfgang Bangerth

unread,
Feb 27, 2025, 4:53:51 PM2/27/25
to dea...@googlegroups.com

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.

Matthias Maier

unread,
Feb 27, 2025, 5:55:58 PM2/27/25
to dea...@googlegroups.com
Hi,

This has been fixed in a later version of deal.II.
The problem is that its contents is empty and we thus erroneously omit
creating it.

For the time being, simply create the missing directory:

mkdir -p $HOME/software/deal_install/include/deal.II/bundled

Best,
Matthias

Hao Wang

unread,
Feb 28, 2025, 8:13:09 AM2/28/25
to dea...@googlegroups.com
Thank you very much!
It solved the problem.

Best,
Hao.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dealii/875xkvo1rn.fsf%4043-1.org.
Reply all
Reply to author
Forward
0 new messages