On 11/23/22 16:44, Jiang Hu wrote:

if I only copy step-1 content to the directory I need to create in my home directory in the container, will it be able to find other dependency: the header files and library? they are not in my home directory.

That's why you need to provide the
  -DDEAL_II_DIR=...
flag to cmake. In fact, looking at the error message, what you need to say is
  cmake -DDEAL_II_DIR=/usr/local/share/deal.II .
in the directory where you have your copied files.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/d47dcef0-f429-9a6a-6b93-568d6e23be47%40colostate.edu.

Reply via email to