Bug 252695

Summary: Making math/dune-grid depend on onetbb
Product: Ports & Packages Reporter: Ganael LAPLANCHE <martymac>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Some People CC: yuri
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
martymac: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 252648    

Description Ganael LAPLANCHE freebsd_committer freebsd_triage 2021-01-14 22:27:56 UTC
Hello,

As a maintainer of math/dune-grid, could you have a look at PR #252648:

  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252648

In short, TBB version 2021 will soon be available as devel/onetbb but the port you maintain does not build correctly with it, see the following Poudriere run:

  http://box.martymac.org/FreeBSD-Packages/build.html?mastername=FBSD122amd64-tbb-migr&build=2021-01-13_22h35m17s

and error logs:

http://box.martymac.org/FreeBSD-Packages/data/FBSD122amd64-tbb-migr/2021-01-13_22h35m17s/logs/dune-grid-2.7.0.r2_4.log

-- Performing Test TBB_COMPILE_TEST
-- Performing Test TBB_COMPILE_TEST - Failed
-- Could NOT find TBB (missing: TBB_INCLUDE_DIRS TBB_COMPILE_TEST) 

That error does not seem to prevent the port from building (and being linked to new tbb), but tbb support may not be functional.

Could you try to provide a patch (important: *by replying to this PR*) to facilitate the migration to devel/onetbb ?

To help you modifying your port, expected patches to devel/tbb and devel/onetbb are available in PR #252648.

Thanks for your contribution,
Best regards,

Ganael.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-01-15 18:01:58 UTC
All math/dune-* ports need to be updated first. I'll do this over the weekend.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2021-01-16 21:05:49 UTC
math/dune-grid now builds with oneTBB.