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 maskedklustakwik |
---|
5 | version 3.0.2 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | license GPL |
---|
9 | 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:project/klustakwik/maskedKlustaKwik/ |
---|
16 | use_bzip2 yes |
---|
17 | extract.suffix .bz2 |
---|
18 | distname MKK_sourceforge |
---|
19 | distfiles KlustaKwik-${version}${extract.suffix} |
---|
20 | checksums rmd160 1d723b72ed17c285a160856c4f3131c1f3451896 \ |
---|
21 | sha256 acdd9a71675d2c0b64809d7f67118eebdb42df1eddfc170b9a00fc8a37dac5b6 |
---|
22 | configure no |
---|
23 | build.target-delete all |
---|
24 | build.args-append CC=${configure.cc} \ |
---|
25 | CXX=${configure.cxx} \ |
---|
26 | CPP=${configure.cpp} |
---|
27 | destroot { xinstall -m 755 ${worksrcpath}/KlustaKwik ${destroot}${prefix}/bin/${name} } |
---|