mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup oschulz blitzwave 0.8.0 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories math devel
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description C++ wavelet mini-library building on the blitz++ \
|
|
array template library
|
|
|
|
long_description blitzwave is a {*}${description}. 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
|
|
|
|
homepage https://oschulz.github.io/blitzwave/
|
|
|
|
checksums rmd160 4123a45ea934e11eb093e455660e0c6bc4f2509c \
|
|
sha256 daacce4f65c9c569e83ff5312d0910f2b269a67883883d359ea017b6b7132cb8
|
|
|
|
depends_lib port:blitz
|
|
|
|
patchfiles patch-configure.ac.diff
|
|
|
|
use_autoreconf yes
|