Yes, it install p4est alongside trilinos, petsc, and most of the supported dependencies.
Give it a try! Matthias On Fri, Mar 12, 2021, at 13:31 CST, Kishore Nori <kishore.nori...@gmail.com> wrote: > Dear Matthias, > > No, I haven't tried this way, seems easier, thank you very much! > Would it also install p4est? If not, can I use this way after installing > p4est? > > Best wishes, > > Kishore > > On Sat, Mar 13, 2021 at 12:51 AM Matthias Maier <tam...@43-1.org> wrote: > >> For Ubuntu 20.04: >> >> Have you tried to use the ppa package found here? >> >> https://launchpad.net/~ginggs/+archive/ubuntu/deal.ii-9.2.0-backports >> >> Doing this and running >> >> sudo apt install libdeal.ii-dev libdeal.ii-doc cmake make g++ >> >> should install all necessary dependencies (and a functional deal.II >> 9.2.0). If you want to use the development version, just install version >> 9.2.0 on the system and then configure and compile the library by hand. >> >> Best, >> Matthias >> >> >> >> see: https://github.com/dealii/dealii/issues/11529 >> >> >> On Fri, Mar 12, 2021, at 12:55 CST, Kishore Nori < >> kishore.nori...@gmail.com> wrote: >> >> > Dear Bruno, >> > >> > Thank you for the suggestion, but unfortunately, this as well leads to >> > exactly the same error report as above. >> > I get the same error report even when I run it as a super user. (I >> forgot >> > to mention that I am running this on Ubuntu 20.04) >> > >> > Thanking you, >> > >> > Best wishes, >> > >> > Kishore >> > >> > On Saturday, March 13, 2021 at 12:15:13 AM UTC+5:30 bruno.t...@gmail.com >> > wrote: >> > >> >> Kishore, >> >> >> >> Can you try the following command: >> >> $ bash ./p4est-setup.sh p4est-2.2.tar.gz /home/kishore/bin >> >> >> >> Best, >> >> >> >> Bruno >> >> On Friday, March 12, 2021 at 11:41:21 AM UTC-5 kishore...@gmail.com >> wrote: >> >> >> >>> Hi everyone, >> >>> >> >>> Hope you are doing well! >> >>> >> >>> I am new to deal.II and I am trying to install p4est before I install >> >>> deal.II, I found this script on the deal.II website ( >> >>> https://www.dealii.org/current/external-libs/p4est.html) for >> installing >> >>> p4est with optimisations and settings relevant for deal.II, but I am >> >>> getting an error while installing through this procedure, the >> following are >> >>> the run time updates, when executing: $ ./p4est-setup.sh >> p4est-2.2.tar.gz >> >>> ~/bin/ >> >>> >> >>> CFLAGS_FAST: -O2 -qopenmp >> >>> CFLAGS_DEBUG: -O0 -g -qopenmp >> >>> >> >>> This script tries to unpack, configure and build the p4est library. >> >>> Build FAST: /home/kishore/p4est-build/FAST >> >>> Build DEBUG: /home/kishore/p4est-build/DEBUG >> >>> Install FAST: /home/kishore/bin//FAST >> >>> Install DEBUG: /home/kishore/bin//DEBUG >> >>> Checking environment: CFLAGS P4EST_CFLAGS_FAST P4EST_CFLAGS_DEBUG >> >>> Unpack directory: /home/kishore/p4est-2.2 >> >>> Unpacking... done >> >>> See output in files .../config.output and .../make.output >> >>> >> >>> Build FAST version in /home/kishore/p4est-build/FAST >> >>> configure: error: unsafe srcdir value: '/home/kishore/p4est-2.2' >> >>> Error: Error in configure >> >>> >> >>> May I get pointers on fixing this? >> >>> >> >>> Thank you very much, >> >>> >> >>> yours sincerely, >> >>> >> >>> Kishore >> >>> >> >>> >> >> -- >> 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/zFAOjhxCtuM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> dealii+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/dealii/878s6s89g9.fsf%4043-1.org. >> -- 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 dealii+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/87y2es6nf3.fsf%4043-1.org.