update to 04-174; from Andreas Kahari <ak+openbsd@freeshell.org>

This commit is contained in:
naddy 2004-06-30 23:30:05 +00:00
parent 08d729e5a8
commit 5872e0c774
5 changed files with 23 additions and 25 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2004/05/07 23:35:51 pvalchev Exp $
# $OpenBSD: Makefile,v 1.4 2004/06/30 23:30:05 naddy Exp $
COMMENT= "clustering algorithm for graphs"
V= 04-105
V= 04-174
DISTNAME= mcl-${V}
PKGNAME= mcl-${V:S,-,_,}
CATEGORIES= math

View File

@ -1,3 +1,3 @@
MD5 (mcl-04-105.tar.gz) = fbb023dbec23912c14a9e754a13ecdf0
RMD160 (mcl-04-105.tar.gz) = 4e95a91bcb82fcc12963d7ae3db3176a5b5c40a6
SHA1 (mcl-04-105.tar.gz) = 2c6665b7e11cd5383758e2b56956a52e237463fe
MD5 (mcl-04-174.tar.gz) = 14309f9d1cf352befe43807e21e1cbb8
RMD160 (mcl-04-174.tar.gz) = 68b3f49cb0f12fa47303b28b0ce130390df8e9d4
SHA1 (mcl-04-174.tar.gz) = d32f734f622517391964a2cf292931743ed2b502

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.2 2004/05/07 23:35:51 pvalchev Exp $
--- configure.orig 2004-05-07 23:24:32.000000000 +0100
+++ configure 2004-05-07 23:26:05.000000000 +0100
@@ -2956,13 +2956,13 @@ fi
$OpenBSD: patch-configure,v 1.3 2004/06/30 23:30:05 naddy Exp $
--- configure.orig Tue Jun 29 14:50:33 2004
+++ configure Tue Jun 29 14:51:15 2004
@@ -3229,13 +3229,13 @@ fi
# FIXME: Replace `main' with a function in `-lpthread':
@ -16,9 +16,9 @@ $OpenBSD: patch-configure,v 1.2 2004/05/07 23:35:51 pvalchev Exp $
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
@@ -3004,7 +3004,7 @@ if test $ac_cv_lib_pthread_main = yes; t
/* confdefs.h. */
_ACEOF
@@ -3292,7 +3292,7 @@ if test $ac_cv_lib_pthread_main = yes; t
#define HAVE_LIBPTHREAD 1
_ACEOF

View File

@ -1,14 +1,12 @@
$OpenBSD: patch-src_graphs_Makefile_in,v 1.2 2004/05/07 23:35:51 pvalchev Exp $
--- src/graphs/Makefile.in.orig 2004-05-07 23:30:44.000000000 +0100
+++ src/graphs/Makefile.in 2004-05-07 23:32:11.000000000 +0100
@@ -82,7 +82,9 @@ am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
$OpenBSD: patch-src_graphs_Makefile_in,v 1.3 2004/06/30 23:30:05 naddy Exp $
--- src/graphs/Makefile.in.orig Tue Jun 29 14:51:41 2004
+++ src/graphs/Makefile.in Tue Jun 29 14:52:32 2004
@@ -141,7 +141,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-exampledir = $(datadir)/doc/$(PACKAGE)/examples
+#exampledir = $(datadir)/doc/$(PACKAGE)/examples
+# OpenBSD wants examples in a different location...
+exampledir = $(datadir)/examples/$(PACKAGE)
example_DATA = falkner.mci proteins.mci matula.mci \
small.mci small.png small.ps\
data.raw data.hdr data.tab small.tab fznyy.tab

View File

@ -1,7 +1,7 @@
The Markov Cluster Algorithm (MCL) is a fast and scalable
cluster algorithm for graphs based on simulation of (stochastic)
flow in graphs. The algorithm was developed by Stijn van Dongen
at the Centre for Mathematics and Computer Science in the
algorithm for clustering graphs based on simulation of
stochastic flow. The algorithm was developed by Stijn van
Dongen at the Centre for Mathematics and Computer Science in the
Netherlands.
The MCL algorithm is very fast, very scalable, and has a number