Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 11:53:02 +0100 (BST)
From:      Eoin Lawless <eoin@maths.tcd.ie>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57737: Update parmetis port to version 3.1
Message-ID:  <200310081153.aa49441@gosset.maths.tcd.ie>
Resent-Message-ID: <200310081100.h98B0QKJ093653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57737
>Category:       ports
>Synopsis:       Update parmetis port to version 3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 08 04:00:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Eoin Lawless
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD gosset.maths.tcd.ie 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #36: Fri Sep 12 10:42:15 BST 2003 dwmalone@gosset.maths.tcd.ie:/mnt/obj/usr/src/sys/GOSSET i386


	
>Description:
	parmetis was upgraded from 3.0 to 3.1 and old file moved.
>How-To-Repeat:
	
>Fix:

apply this patch in portst/math/parmetis:


diff -ruN ../orig.parmetis/Makefile ./Makefile
--- ../orig.parmetis/Makefile	Sat Feb 22 04:01:28 2003
+++ ./Makefile	Wed Oct  8 11:29:29 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ParMetis
-PORTVERSION=	3.0
+PORTVERSION=	3.1
 CATEGORIES=	math parallel
 MASTER_SITES=	http://www-users.cs.umn.edu/~karypis/metis/parmetis/files/
 
diff -ruN ../orig.parmetis/distinfo ./distinfo
--- ../orig.parmetis/distinfo	Sat Sep 21 07:41:01 2002
+++ ./distinfo	Wed Oct  8 11:31:59 2003
@@ -1 +1 @@
-MD5 (ParMetis-3.0.tar.gz) = 0bf146e60d9eb63f70ae388d7b35e6ba
+MD5 (ParMetis-3.1.tar.gz) = 15f252eabc397a8c2f56fa1f5ed91354
diff -ruN ../orig.parmetis/files/patch-aa ./files/patch-aa
--- ../orig.parmetis/files/patch-aa	Sat Sep 21 07:41:01 2002
+++ ./files/patch-aa	Wed Oct  8 11:36:05 2003
@@ -1,10 +1,10 @@
---- ParMETISLib/stdheaders.h.orig	Sun Jun  9 18:06:05 2002
-+++ ParMETISLib/stdheaders.h	Sun Jun  9 18:08:02 2002
+--- ParMETISLib/stdheaders.h.orig	Wed Oct  8 11:34:41 2003
++++ ParMETISLib/stdheaders.h	Wed Oct  8 11:34:53 2003
 @@ -14,7 +14,6 @@
  
  #include <stdio.h>
  #include <stdlib.h>
 -#include <malloc.h>
- #include <strings.h>
  #include <string.h>
  #include <ctype.h>
+ #include <math.h>



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310081153.aa49441>