diff options
author | obache <obache@pkgsrc.org> | 2013-05-16 12:37:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-05-16 12:37:35 +0000 |
commit | c592ee36473b528798bfb42ada418bd81751d40d (patch) | |
tree | 47e09daccccb7bf20f8a4738e8d1d563f07ab882 /math/metis | |
parent | b4b689028ce39b360f158926f7b894147ade2dbe (diff) | |
download | pkgsrc-c592ee36473b528798bfb42ada418bd81751d40d.tar.gz |
Update metis to 4.0.3.
PR pkg/47783 by Litvinov Sergey.
METIS 4.0.3, 3/19/11
------------------------------------------------------------------------------
r9587 | karypis | 2011-03-19 12:22:36 -0500 (Sat, 19 Mar 2011) | 1 line
- Renamed log2() to ilog2() to remove conflicts with C99 log2() function
- Fixed I/O routines to eliminate compilation warnings
- Fixed error reporting routines to eliminate compilation warnings
METIS 4.0.2, 3/10/04
------------------------------------------------------------------------------
- Fixed a problem with weighted graphs and ometis.c
METIS 4.0.1, 11/29/98
------------------------------------------------------------------------------
This is mostly a bug-fix release
- Fixed some bugs in the multi-constraint partitioning routines
- Fixed some bugs in the volume-minimization routines
Diffstat (limited to 'math/metis')
-rw-r--r-- | math/metis/Makefile | 4 | ||||
-rw-r--r-- | math/metis/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 2170c44d6d6..79b2ce14f2f 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/09/11 23:04:24 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/05/16 12:37:35 obache Exp $ -DISTNAME= metis-4.0 +DISTNAME= metis-4.0.3 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ diff --git a/math/metis/distinfo b/math/metis/distinfo index 59a4709af30..0ea58e49a10 100644 --- a/math/metis/distinfo +++ b/math/metis/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 12:06:56 agc Exp $ +$NetBSD: distinfo,v 1.4 2013/05/16 12:37:35 obache Exp $ -SHA1 (metis-4.0.tar.gz) = 580568308e1fa40e5a7a77cacbf27f865d6c01af -RMD160 (metis-4.0.tar.gz) = 21dc1451b9385d292afa428f0c17e8283b00f6b7 -Size (metis-4.0.tar.gz) = 508601 bytes +SHA1 (metis-4.0.3.tar.gz) = 63303786414a857eaeea2b2a006521401bccda5e +RMD160 (metis-4.0.3.tar.gz) = 9d67c92a2a90ece012443fa623442027c0c21297 +Size (metis-4.0.3.tar.gz) = 522624 bytes SHA1 (patch-aa) = 4a7abb2a2d3e6600bb58cafc02d420cffa3ef4ca SHA1 (patch-ab) = c7f6787f67a981a3aace959d7337f4528f9d76cb SHA1 (patch-ac) = f3e956093d5931170a61f3e8c0732900b5d38874 |