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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to