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 | |
---|
5 | name maskedKlustaKwik |
---|
6 | version 3.0.2 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | license GPL-2 |
---|
10 | maintainers gmail.com:FlorianFranzen |
---|
11 | |
---|
12 | description Program for automatic clustering of continuous data into a mixture of Gaussians. |
---|
13 | long_description KlustaKwik is an open-source program for \ |
---|
14 | automatic clustering of continuous data into \ |
---|
15 | a mixture of Gaussians. The program was \ |
---|
16 | originally developed for sorting of neuronal \ |
---|
17 | action potentials, but can be applied to any \ |
---|
18 | sort of data. |
---|
19 | homepage http://sourceforge.net/projects/klustakwik/ |
---|
20 | |
---|
21 | master_sites sourceforge:project/klustakwik/${name}/ |
---|
22 | use_bzip2 yes |
---|
23 | extract.suffix .bz2 |
---|
24 | worksrcdir MKK_sourceforge |
---|
25 | checksums rmd160 1d723b72ed17c285a160856c4f3131c1f3451896 \ |
---|
26 | sha256 acdd9a71675d2c0b64809d7f67118eebdb42df1eddfc170b9a00fc8a37dac5b6 |
---|
27 | |
---|
28 | patchfiles patch-makefile.diff |
---|
29 | |
---|
30 | configure no |
---|
31 | variant universal {} |
---|
32 | |
---|
33 | build.target |
---|
34 | build.args CXX=${configure.cxx} \ |
---|
35 | CPPFLAGS="${configure.cppflags}" \ |
---|
36 | CXXFLAGS="${configure.cxxflags} \ |
---|
37 | [get_canonical_archflags cxx]" \ |
---|
38 | LDFLAGS="${configure.ldflags} \ |
---|
39 | [get_canonical_archflags ld]" |
---|
40 | destroot { |
---|
41 | xinstall ${worksrcpath}/KlustaKwik ${destroot}${prefix}/bin/${name} |
---|
42 | } |
---|