mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
23 lines
766 B
Tcl
23 lines
766 B
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 R 1.0
|
|
|
|
R.setup cran ligges fftw 1.0-9
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Fast FFT and DCT based on the FFTW library
|
|
long_description {*}${description}
|
|
checksums rmd160 7c739aab4a12dd5c6df7386339414484a1d05815 \
|
|
sha256 3ef4d87c17031d14ca071ec8ab4d052f3fcb2c1132544ccb192344e5a047f698 \
|
|
size 42596
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:fftw-3
|
|
|
|
test.run yes
|