Public bug reported:

As described here: 
https://github.com/SteveMacenski/spatio_temporal_voxel_layer/issues/232
I believe it is impossible to build software using Ubuntu released OpenVDB 
**v6.1** in `Ubuntu 22.04/jammy` because of the following points:

- OpenVDB was upgraded from **v6.2** in `Ubuntu 20.04/focal` to **v8.1** in 
`Ubuntu 22.04/jammy`
- TBB was upgraded from **2020.1** in `Ubuntu 20.04/focal` to **2021.5** in 
`Ubuntu 22.04/jammy`
- OpenVDB 8.1 uses headers from TBB 2020 which were deprecated a while ago and 
now are completely gone in **TBB 2021.5**. For instance `#include 
<tbb/task_scheduler_init.h>` 
https://github.com/AcademySoftwareFoundation/openvdb/blob/ea786c46b7a1b5158789293d9b148b379fc9914c/openvdb/openvdb/tools/VolumeToMesh.h#L21
See 
https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-threading-building-blocks-release-notes.html
 and https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/72

OpenVDB seems to already have a version (**v8.2**) compatible with **TBB
2021.5** since november :
https://github.com/AcademySoftwareFoundation/openvdb/releases/tag/v8.2.0.
My guess is that releasing **v8.2** instead of **v8.1** to `Ubuntu
22.04/jammy` would solve the issue.

** Affects: openvdb (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970108

Title:
  Impossible to build against OpenVDB v6.1 due to TBB system version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvdb/+bug/1970108/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to