Dear Phil, to compile and use aspect, you need more dependencies (like Trilinos, p4est, MPI) for the deal.II library.
To simplify your life, you can use the automated build script as announced on https://www.dealii.org/download.html or the direct link: https://github.com/dealii/candi It will help you to find and install the necessary system dependencies and it is preconfigured to be used with aspect. After the candi-installation is finished, you can do source <path/for/install>/configuration/deal.II-v8.4.2 to set the DEAL_II_DIR variable. I've checked with the current version (v8.4.2), the installation of aspect should be as easy as: cmake . , make Best Uwe On Tuesday, February 28, 2017 at 5:36:53 PM UTC+1, Phil H wrote: > > Hello there, > > I'm a new user trying to ultimately install ASPECT, currently setting up > deal.ii. > > I've managed to almost get deal.ii to configure, but errors have occurred. > I've tried to figure out what errors are occurring, but can't seem to > pinpoint the issue. Could anyone point me in the right direction? > > I'm using UBUNTU 14, and hopefully have met the requirements for CMAKE > and GFORTRAN in order to get deal.ii to work. I've attached the detailed > log and CMake logs. > > Thanks in advance, and sorry if this is a relatively simple fix. > > Best, > > Phil > -- 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.
