[deal.II] Re: What is the path to the dealii installation directory in a containerized version?

2019-07-31 Thread Jhon Uribe
Thank very much Luca, it worked! El mié., 31 jul. 2019 a las 1:35, luca.heltai () escribió: > Jhon, > > the path is there, and it is correct. The message is telling you that you > are in a directory containing developement version of the examples. > > If you inspect the CMakeLists.txt of the

[deal.II] Re: What is the path to the dealii installation directory in a containerized version?

2019-07-31 Thread luca.heltai
Jhon, the path is there, and it is correct. The message is telling you that you are in a directory containing developement version of the examples. If you inspect the CMakeLists.txt of the example you are trying to compile, it tells you: FIND_PACKAGE(deal.II 9.2.0 QUIET HINTS

[deal.II] Re: What is the path to the dealii installation directory in a containerized version?

2019-07-30 Thread Jhon Uribe
*This is the problem:* *I have the following files (in the directory /home/dealii/documents/examples_backup/step-1):* dealii@9b28e44a5519:~/documents/examples_backup/step-1$ ls CMakeLists.txt doc step-1.cc *Then I write the following command:*