Skip to content

Commit

Permalink
Revert "TBB : Enable community preview features"
Browse files Browse the repository at this point in the history
This reverts commit f01b0d3.

I hadn't realised that doing this meant that libtbb_preview.so was built _instead_ of libtbb.so. I had assumed it was an additional library, not a replacement. This is breaking the subsequent build for OpenVDB, and is probably a bad idea in general if we want to keep our code compatible with whatever TBB ships with various DCCs with their own unique interpretation of the VFX Platform.

Fixes GafferHQ#122.
  • Loading branch information
johnhaddon committed Apr 11, 2019
1 parent 2dd572f commit 73a617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TBB/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"commands" : [

"make -j {jobs} stdver=c++11 tbb_cpf=1",
"make -j {jobs} stdver=c++11",
"cp -r include/tbb {buildDir}/include",
"{installLibsCommand}",

Expand Down

0 comments on commit 73a617b

Please sign in to comment.