[Bug 268779] graphics/openpgl: fix build with OpenMP (-TBB)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Jan 2023 23:50:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268779

Shane <FreeBSD@ShaneWare.Biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #239368|                            |maintainer-approval+
              Flags|                            |

--- Comment #2 from Shane <FreeBSD@ShaneWare.Biz> ---
Created attachment 239368
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239368&action=edit
remove TBB as an option

I don't think the choice between omp and tbb is a working option.

While your patch fixes the compile, it still requires tbb installed to use
`tbb::concurrent_vector` and the built lib still links against `libtbb` and not
`libomp`

So for now I would suggest removing tbb as an option until this is resolved

-- 
You are receiving this mail because:
You are the assignee for the bug.