vork / PyNanoInstantMeshes

8 stars 5 forks source link

Old TBB Implementation #2

Open daryllstrauss opened 1 month ago

daryllstrauss commented 1 month ago

I was trying to get Stability fast 3D running, but it failed in compiling this library. It looks like the TBB implementation being used here is from 2020, and a newer (Linux Fedora 40) compiler fails to compile the code with a lot of errors.

Newer versions of TBB do compile, but that requires more extensive changes to the IM library. https://github.com/oneapi-src/oneTBB

Would it be possible to update the TBB version included in this repo?

eTuDpy commented 1 month ago

I have literally the exact same issue. Did you find a way around it to make it work?

jammm commented 4 weeks ago

Can you try this? https://github.com/Stability-AI/stable-fast-3d/issues/1#issuecomment-2288911392

daryllstrauss commented 3 weeks ago

Yes, that seems to fix the problem. Thanks for the help.