1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name klustakwik |
---|
5 | version 2.0.1 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | license GPL |
---|
9 | maintainers gmail.com:FlorianFranzen |
---|
10 | description Program for automatic clustering of continuous data into a mixture of Gaussians. |
---|
11 | long_description Uses the expectation maximization and split and merge algorithm. Was originally \ |
---|
12 | developed for sorting of neuronal action potentials, but can be applied to any \ |
---|
13 | sort of data. |
---|
14 | homepage http://klustakwik.sourceforge.net/ |
---|
15 | master_sites sourceforge |
---|
16 | distname KlustaKwik-${version} |
---|
17 | use_bzip2 yes |
---|
18 | checksums rmd160 d9eff4ddbda85cfd4258eee64756955473ea1613 \ |
---|
19 | sha256 a5ccaba9fd9383591023d03bcedf339de462f9dbd540b424c873b6648172cf7a |
---|
20 | patchfiles patch-compiler.diff |
---|
21 | configure no |
---|
22 | build.target-delete all |
---|
23 | build.args-append CC=${configure.cc} \ |
---|
24 | CXX=${configure.cxx} \ |
---|
25 | CPP=${configure.cpp} |
---|
26 | destroot { xinstall -m 755 ${worksrcpath}/KlustaKwik ${destroot}${prefix}/bin/${name} } |
---|