Bug 252695 - Making math/dune-grid depend on onetbb
Summary: Making math/dune-grid depend on onetbb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 252648
  Show dependency treegraph
 
Reported: 2021-01-14 22:27 UTC by Ganael LAPLANCHE
Modified: 2021-01-16 21:05 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)
martymac: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.