Bug 252523 - math/mprime: Switch from hwloc to hwloc2
Summary: math/mprime: Switch from hwloc to hwloc2
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: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-08 18:35 UTC by Jason W. Bacon
Modified: 2021-01-11 20:27 UTC (History)
1 user (show)

See Also:
rozhuk.im: maintainer-feedback+
jwb: merge-quarterly-


Attachments
Unified diff to use hwloc2 (372 bytes, patch)
2021-01-08 18:35 UTC, Jason W. Bacon
no flags Details | Diff
patch (954 bytes, patch)
2021-01-11 09:53 UTC, Ivan Rozhuk
rozhuk.im: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2021-01-08 18:35:29 UTC
Created attachment 221395 [details]
Unified diff to use hwloc2

devel/hwloc2 is now available and other ports are being migrated to it.

As it cannot coexist with hwloc, install conflicts are possible as long as both hwloc and hwloc2 are used as dependencies.

Successful build has been verified with the attached patch.
Comment 1 Ivan Rozhuk 2021-01-11 09:53:54 UTC
Created attachment 221450 [details]
patch

Same patch + port version bump.
Comment 2 Ivan Rozhuk 2021-01-11 09:55:59 UTC
Build and work - Ok.
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2021-01-11 17:25:00 UTC
Thanks, major upgrades to quarterly are essentially forbidden unless necessary to unbreak something.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-01-11 20:27:13 UTC
A commit references this bug:

Author: jwb
Date: Mon Jan 11 20:26:12 UTC 2021
New revision: 561262
URL: https://svnweb.freebsd.org/changeset/ports/561262

Log:
  math/mprime: Switch from hwloc to hwloc2

  Moving all ports to hwloc2 since it conflicts with hwloc

  PR:             252523
  Submitted by:   jwb
  Approved by:    rozhuk.im@gmail.com

Changes:
  head/math/mprime/Makefile
  head/math/mprime/files/patch-commonc.c
  head/math/mprime/files/patch-gwnum_makemsys
  head/math/mprime/files/patch-linux_makebsd
Comment 5 Jason W. Bacon freebsd_committer freebsd_triage 2021-01-11 20:27:57 UTC
Thanks!