Search Criteria
Package Details: mcl 14_137-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mcl.git (read-only, click to copy) |
|---|---|
| Package Base: | mcl |
| Description: | A unsupervised cluster algorithm for graphs based on simulation of flow in graphs. |
| Upstream URL: | https://www.micans.org/mcl/src/ |
| Licenses: | GPL3 |
| Submitter: | cerikson |
| Maintainer: | cerikson |
| Last Packager: | cerikson |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-11-03 00:24 (UTC) |
| Last Updated: | 2018-11-03 00:24 (UTC) |
Dependencies (2)
- bash (bash-gitAUR, bash-devel-gitAUR)
- perl (perl-gitAUR)
Latest Comments
mkorvas commented on 2024-07-31 19:57 (UTC)
Thanks for this package, I have found it very useful. Unfortunately, it didn't work out of the box for me, I had to patch about 3 kinds of errors reported by the compiler. In the end, it turned out the only newer released version of the upstream package, 22-282, contains those fixes, too. Unfortunately, it depends on another library,
cimfomfa, (present in AUR, too, albeit on an older version than what mcl-22-282 depends on according to the related install-this-mcl.sh script), and the only quick way I found to install the two had me create separate package builds for them.Let me know if you'd like me to share my resulting PKGBUILD scripts, although they are a straightforward translation/merge of the
install-this-mcl.shscript into thePKGBUILDskeleton.