Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37486288
en ru br
ALT Linux repos
S:1.008.09.149-alt2

Group :: Sciences/Mathematics
RPM: mcl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: mcl
Version: 1.008.09.149
Release: alt2

Summary: Markov cluster algorithm for graphs
License: GPLv3
Group: Sciences/Mathematics
Url: http://www.micans.org/mcl

Packager: Kirill Maslinsky <kirill at altlinux.org>
Source0: %name-%version.tar
Patch1: %name-%version-alt-build.patch

%description
The MCL algorithm is short for the Markov Cluster Algorithm, a fast and scalable
unsupervised cluster algorithm for graphs based on simulation of (stochastic)
flow in graphs. The algorithm was invented/discovered by Stijn van Dongen at the
Centre for Mathematics and Computer Science (also known as CWI) in the
Netherlands.

%prep
%setup %name-%version.tar
%patch1 -p1

%build
autoreconf -fisv
%configure
%make_build

%install
%makeinstall_std
mv %buildroot/%_datadir/doc/%name install-doc

%files
%doc AUTHORS ChangeLog NEWS README THANKS TODO install-doc/*
%_bindir/*
%_man1dir/*
%_man5dir/*
%_man7dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin