1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name blitzwave |
---|
6 | version 0.7.1 |
---|
7 | categories math devel |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description blitzwave is a c++ wavelet mini-library building on the blitz++ array template library |
---|
11 | long_description blitzwave is a c++ wavelet mini-library building on the blitz++ array template library. blitzwave is heavily templated and supports wavelet decompositions of n-dimensional arrays of various numerical data types. You can define and use your own wavelets, a number of pre-defined, ready-to-use wavelets are available |
---|
12 | |
---|
13 | homepage http://blitzwave.sourceforge.net/ |
---|
14 | master_sites sourceforge |
---|
15 | checksums md5 e09b97e011a31d74c54982868a90bd4b |
---|
16 | |
---|
17 | configure.args --infodir=${prefix}/share/info --enable-shared \ |
---|
18 | |
---|
19 | destroot.args docdir=${prefix}/share/doc/${name} |
---|
20 | |
---|
21 | livecheck.distname ${name} blitwave |
---|
22 | |
---|
23 | depends_lib port:blitz |
---|