graphnn icon indicating copy to clipboard operation
graphnn copied to clipboard

problem about Build static library

Open SHUht opened this issue 7 years ago • 2 comments

Thanks for your reply. I follow your guide, when I build static library. I meet fatal error: tbb/tbb.h :No such file or directory webwxgetmsgimg 1

I don't know why and how to solve it. I hope that you could help me. Thank you!

SHUht avatar Feb 01 '18 03:02 SHUht

You need to have intel tbb installed.

It should come with the intel parallel studio, together with intel MKL

Hanjun-Dai avatar Feb 01 '18 04:02 Hanjun-Dai

I had the same problem. I installed tbb directly from the website and used ln -s INSTALLED_DIR/include/ /opt/intel/tbb/include. This video can be a faster way to install tbb

pg2455 avatar Sep 28 '18 15:09 pg2455