Re: [deal.II] Re: install problems with clang@12.0.0 and Xcode12.0 from spack

2020-09-28 Thread 'Alexander Greiner' via deal.II User Group
Hi Wolfgang, at least I could not find a log file, but your hint encouraged me to find another solution. So I ran spack with -d and -v options to print out more information directly to the terminal. As you predicted, there was an error (attached) that seems to be related to the ginkgo package.

Re: [deal.II] Re: install problems with clang@12.0.0 and Xcode12.0 from spack

2020-09-27 Thread Wolfgang Bangerth
On 9/26/20 6:21 AM, 'Alexander Greiner' via deal.II User Group wrote: thank you for your response. Unfortunately, I am still receiving the 'same' error message. This time: Error: ProcessError: Command exited with status 2: 'make' '-j2' Are there any other suggestions what I could try? The re

[deal.II] Re: install problems with clang@12.0.0 and Xcode12.0 from spack

2020-09-26 Thread 'Alexander Greiner' via deal.II User Group
Hi Bruno, thank you for your response. Unfortunately, I am still receiving the 'same' error message. This time: Error: ProcessError: Command exited with status 2: 'make' '-j2' Are there any other suggestions what I could try? Regards, Alex bruno.t...@gmail.com schrieb am Freitag, 25. September 2

[deal.II] Re: install problems with clang@12.0.0 and Xcode12.0 from spack

2020-09-25 Thread Bruno Turcksin
Alex, Try using less processors. Something like: spack install -j2 dealii~scalapack ^openblas@develop ^arpack-ng@develop ^trilinos~mumps Best, Bruno On Friday, September 25, 2020 at 11:21:52 AM UTC-4 alexande...@icloud.com wrote: > Update: > I managed to came as far as spack at least tries

[deal.II] Re: install problems with clang@12.0.0 and Xcode12.0 from spack

2020-09-25 Thread 'Alexander Greiner' via deal.II User Group
Update: I managed to came as far as spack at least tries to install deal.II using the following command: spack install dealii~scalapack ^openblas@develop ^arpack-ng@develop ^trilinos~mumps I have no idea whether this makes sense or not, but it was the only way to get that far. Installing deal