Bug 219750 - math/parmetis update to version 4.0.3
Summary: math/parmetis update to version 4.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-06-03 15:25 UTC by Pedro F. Giffuni
Modified: 2017-06-29 09:53 UTC (History)
1 user (show)

See Also:


Attachments
Update parmetis (1.96 KB, patch)
2017-06-03 15:25 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2017-06-03 15:25:26 UTC
Created attachment 183173 [details]
Update parmetis

Update to latest version (4.0.3) and define IDXTYPEWIDTH to 64 on 64 bit platforms.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-06-29 09:52:58 UTC
A commit references this bug:

Author: madpilot
Date: Thu Jun 29 09:52:21 UTC 2017
New revision: 444637
URL: https://svnweb.freebsd.org/changeset/ports/444637

Log:
  - Update to 4.0.3
  - Convert to options helpers
  - Add fixes to make OPENMPI option compile

  PR:		219750
  Submitted by:	pfg@

Changes:
  head/math/parmetis/Makefile
  head/math/parmetis/distinfo
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2017-06-29 09:53:56 UTC
Committed, with minor changes:

The OPENMPI option was broken, I added a few changes to make it compile successfully.

I also modified the patch a little to take advantage of option helpers.