Simon, It looks like all the errors are related to the Sundials dependency (release 6.0.0). Looking at https://github.com/dealii/dealii/pull/13918, it seems that you need the latest deal.II release (9.4.0) to support that Sundials version. If you don't anticipate needing it I would just turn the dependency off if I were you.
Best, Daniel On Wed, Jul 6, 2022 at 9:38 AM Simon <[email protected]> wrote: > Dear all: > > I already have an older version of dealii installed and wanted to install > now a newer version of dealii including all the dependencies using the > command > 'spack install dealii'. > > Many dependencies are installed successfully (see "spack_error.png"), > however, the installation of dealii itself failes at some point. > The error message states that I should have a look in the file > "spack-build-out.txt", which I attached as well. > In there, there are indeed a bunch of error messages, which refer to a > similar message that too few arguments are passed to certain functions. > > How can I fix this? > > Thanks you, > Simon > > -- > 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/f995ce5f-4ed3-401c-8e8c-2c623ce45f81n%40googlegroups.com > <https://groups.google.com/d/msgid/dealii/f995ce5f-4ed3-401c-8e8c-2c623ce45f81n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAOYDWbJMOi-aLruTVdX5Ki_-zG996kAeEb_fNGvLd5gTS%2B0S4g%40mail.gmail.com.
