Hi Porfessor Bangerth, Thanks for your quick help.
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. I really know quite little about the linux file system. many thanks Martin On Thursday, 24 November 2022 at 10:34:00 am UTC+11 Wolfgang Bangerth wrote: > On 11/23/22 16:29, Jiang Hu wrote: > > -- Include macro > /usr/local/share/deal.II/macros/macro_deal_ii_setup_target.cmake > > CMake Error at > /usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:173 > > (file): > > file failed to open for writing (No such file or directory): > > You can't have write to this directory. Create a directory in your home > dir, > copy everything from the step-1/ directory into it, and run > cmake -DDEAL_II_DIR=... ./ > there. > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/0a61d3ac-6ab7-48a5-b864-cda9a53200d9n%40googlegroups.com.
