On 2/6/25 08:40, David Montiel wrote:
I am trying to install deal.II in a cluster and somehow the compiler is not recognizing std::filesystem which is used in step-83. However step-83 isn't marked as having unmet dependencies.

As a results the "make" I use for building deal.II fails when building step-83

I can probably modify the CMakeLists.txt file within step-83 but I was hoping to instead introduce a flag during CMake to force skip step-83 instead.

Can I do that without disabling the rest of the examples, as in DEAL_II_COMPONENT_EXAMPLES=OFF?

Any other better options?

If you don't actually care about step-83, then just comment out the offending lines in step-83 before compiling deal.II. The program won't work correctly, of course, but at least you can proceed with the installation.

Out of curiosity: What is the compiler you are using, and how does the error message you get look like?

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 visit 
https://groups.google.com/d/msgid/dealii/48fb991d-b420-4026-b016-1a15865249c9%40colostate.edu.

Reply via email to