Summary: | Making graphics/instant-meshes depend on onetbb | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ganael LAPLANCHE <martymac> | ||||
Component: | Individual Port(s) | Assignee: | Ganael LAPLANCHE <martymac> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | val | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(val) martymac: maintainer-feedback? (val) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 252648 | ||||||
Attachments: |
|
Description
Ganael LAPLANCHE
2021-01-17 08:04:17 UTC
Created attachment 221739 [details]
instant-meshes-tbb.patch
Looks like the removed task API is about the only thing it uses from TBB.
Let's just stop unbundling and use the bundled (CMake-ified fork of) TBB as intended. Builds very quickly actually.
Hello, Thanks, I'll test and (if OK) commit the patch during the big switch. Best regards, Ganael. (In reply to Ganael LAPLANCHE from comment #2) This one can actually go in early, since it removes the dependency altogether A commit references this bug: Author: martymac Date: Wed Jan 20 11:38:16 UTC 2021 New revision: 562132 URL: https://svnweb.freebsd.org/changeset/ports/562132 Log: Use internal tbb to facilitate oneTbb transition PR: 252766 Submitted by: greg@unrelenting.technology Approved by: greg@unrelenting.technology (maintainer) Changes: head/graphics/instant-meshes/Makefile head/graphics/instant-meshes/distinfo head/graphics/instant-meshes/files/patch-CMakeLists.txt Great, I have committed the changes, then. Thanks again :) |