Hi Daniel, I am facing a problem of "Apache License, Version 2.0" during installation of TBB. I don't know where to add the License file and what are changes I have to do in the License file? Thanks
On Thu, Feb 28, 2019 at 3:30 PM Muhammad Adil <[email protected]> wrote: > Hi Daniel, > I am trying to install TBB externally but not successful yet because I am > new to use Ubuntu. > Will you please me to install TBB? > Thanks > > On Mon, Feb 25, 2019 at 8:06 PM Daniel Arndt < > [email protected]> wrote: > >> Muhammad, >> >> I have installed deal.II-9.0 successfully. >>> But I want to execute a code which is written on a previous version of >>> deal.II-8.2.0. >>> Therefore, I was trying to install this version of deal.II-8.2.0. >>> But I am confronting an error as shown in the attached image: >>> when I execute the command >>> >>> cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II >>> >>> It gives me TBB couldn't find as in the image IMG22(7).png. >>> when I execute the command >>> >>> make install >>> >>> It gives me TBB error as in the image IMG22(8).png. >>> >>> These are not errors related to deal.II but TBB. You can try to build >> TBB externally and then use that when building deal.II >> by setting the environment variable TBB_DIR=... and reconfigure from a >> clean build directory. >> You might also be able to replace the bundled TBB in bundled/ with the >> one in a recent release. >> >> What prevents you from just using deal.II-9.0? >> >> Best, >> Daniel >> >> -- >> 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. >> > -- 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.
