Hi Daniel,
Thanks for your response. Actually, I am trying to execute a code written
in 2015. The author says that it will only be executed on the version 2015
because there are a lot of changes in the library which are not compatible
with the code. When I say not compatible it means that author says that
there is some code (Nedelec element) which was not integrated with the
library in 2015 but now it is integrated, therefore, it can't work to run
that code (MIT code).

Muhammad Adil
Ph.D. Student
National Chiao Tung Unversity
Hsinchu Taiwan

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.

Reply via email to