1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add fftw3-quad , Fast Discrete Fourier Transform (Quad Precision C

Routines).
This commit is contained in:
Brendan Fabeny 2011-10-17 10:16:32 +00:00
parent ac39d25cb1
commit 76b053ac69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283696
2 changed files with 13 additions and 0 deletions

View File

@ -89,6 +89,7 @@
SUBDIR += fftw3
SUBDIR += fftw3-float
SUBDIR += fftw3-long
SUBDIR += fftw3-quad
SUBDIR += fityk
SUBDIR += fpc-fftw
SUBDIR += fpc-gmp

12
math/fftw3-quad/Makefile Normal file
View File

@ -0,0 +1,12 @@
# New ports collection makefile for: fftw3-quad
# Date created: 2011-10-11
# Whom: b.f. <bf@FreeBSD.org>
#
# $FreeBSD$
COMMENT= Fast Discrete Fourier Transform (Quad Precision C Routines)
FFTW3_FLAVOR= quad
MASTERDIR= ${.CURDIR}/../../math/fftw3
.include "${MASTERDIR}/Makefile"