On 6/2/22 06:36, Kristoffer Lindvall wrote:
>
> cmake -DDEAL_II_DIR=~/deal.II -DDEAL_II_WITH_MPI=ON
> -DDEAL_II_WITH_TRILINOS=ON
> -DTRILINOS_DIR=/home/shoopawax/spack/opt/spack/linux-ubuntu22.04-zen2/gcc-11.2.0/trilinos-13.0.1-wa34uf3ac22ppigikuf65nykw73zoovs
> -DDEAL_II_WITH_P4EST=ON
> -DP4EST_DIR=/home/shoopawax/spack/opt/spack/linux-ubuntu22.04-zen2/gcc-11.2.0/p4est-2.8-h3wrhiw7p5snzhhcnmplwmwmekpynkfo
> -DCMAKE_INSTALL_PREFIX=~/deal.II ~/dealii-9.3.3/
Your mistake is with that last argument. An argument without preceding
-D is considered a source directory. So you're saying that you want the
source directory to be ~/dealii-9.3.3. That's not what you want. As you
found out in your later mail, you want the source directory to be the
one you're currently in, that is ".".
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/