Behrooz, if you do spack info dealii, you can see all the options that are supported using spack and which ones are set by default. By default on spack almost everything is enable which I doubt you really need. Let's say you want to install deal.II without support for petsc and trilinos, you would do spack install dealii~petsc~trilinos
Best, Bruno Le jeu. 28 nov. 2019 à 11:53, Behrooz Karami <[email protected]> a écrit : > > Bruno, > > I couldn't quite figure out how to edit the dependencies. Would you please > briefly instruct me how or probably through what file/s it could be > accomplished? Thanks. > > Best, > Behrooz > > On Wednesday, November 27, 2019 at 4:45:07 PM UTC+1, Bruno Turcksin wrote: >> >> Behrooz, >> >> Le mer. 27 nov. 2019 à 10:30, Behrooz Karami <[email protected]> a écrit : >> > Sorry. Is this the correct one? >> Yes, that's the one but I don't see anything wrong. Can you try to >> install deal.II with spack using a smaller number of dependencies. I >> wonder if the problem is a flag from deal.II or the flag from another >> library. You don't need to compile deal.II just make sure that it >> configures correctly. It should be pretty fast because spack should >> not recompile anything else. >> >> Best, >> >> Bruno > > -- > 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 a topic in the Google > Groups "deal.II User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/dealii/DxYKvsCA0Ao/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/79039f4b-bc6c-477f-9426-aeacbf00d204%40googlegroups.com. -- 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/CAGVt9eOLCxB2MqSi1mEZxTmO3N8CPT83%2BLx-hLVyssWGVGi2Nw%40mail.gmail.com.
