Well, after trying a couple of things, and posting the question, I figured out how to do that and posting it here as a solution.
In file deal.II-toolchain/packages/dealii.package At the top (line no 18 as of now), there is a variable defined CONFOPTS Add this line to the CONFOPTS variable. -D DEAL_II_COMPILE_EXAMPLES=OFF" This turns off automatic compilation of examples when building master. On Friday, December 1, 2017 at 8:48:14 PM UTC-5, RAJAT ARORA wrote: > > Hello, > > From one of the posts, I came to know that > DEAL_II_COMPILE_EXAMPLES=ON by default for master. > > I am installing deal.ii master branch using candi. > > I do the build myself, I can pass that flag = OFF during the > "cmake ." step but can anyone please tell me, how can I switch it off if I > am using candi to install deal.ii ? > > Thanks. > -- 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]. For more options, visit https://groups.google.com/d/optout.
