COMBINE-lab / pufferfish

An efficient index for the colored, compacted, de Bruijn graph
GNU General Public License v3.0
107 stars 19 forks source link

Built-in FindTBB.cmake fails to find OpenTBB-2021.3.0 #26

Closed yurivict closed 2 years ago

yurivict commented 3 years ago

It finds TBB_VERSION as "."

Version: 1.5.2 OS: FreeBSD 13

fataltes commented 3 years ago

Thank you @yurivict ,

I'll take a look at FindTBB and get back to you.

rob-p commented 2 years ago

Hi @yurivict and @fataltes,

This turned out to be a big issue because IntelTBB became oneTBB and they changed some fundamental stuff in a backward incompatible way. The current develop branch of pufferfish must be built with a TBB prior to version 2021.1. However, there is now a onetbb branch that will be merged to develop soon that should fix the build to work with new versions of oneTBB.

--Rob

rob-p commented 2 years ago

This is now addressed in the develop branch (which we have changed to the default branch).