diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-12-03 23:12:34 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-12-03 23:12:34 +0000 |
commit | 646a05f6f8120714655b2ef6d75e60047694b072 (patch) | |
tree | b03853dfc62e7d499fb3895376fcd1a661b1fade /math/nfft/files/patch-3rdparty_Makefile.am | |
parent | Update to 7.58 (diff) |
Add new port math/nfft
NFFT is a software library, written in C, for computing non-equispaced fast
Fourier transforms and related variations. It implements the following
transforms:
1. Non-equispaced fast Fourier transform (NFFT)
- forward transform (NFFT), i.e. frequency to time/space domain
- adjoint transform (adjoint NFFT), i.e. time/space to frequency domain
2. Generalisations
- to arbitrary nodes in time and frequency domain (NNFFT)
- to real-valued data, i.e. (co)sine transforms, (NFCT, NFST)
- to the sphere S^2 (NFSFT)
- to the rotation group (NFSOFT)
- to the hyperbolic cross (NSFFT)
3. Generalised inverse transformations based on iterative methods, e.g.
CGNR/CGNE
PR: 223429
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Notes
Notes:
svn path=/head/; revision=455493
Diffstat (limited to 'math/nfft/files/patch-3rdparty_Makefile.am')
-rw-r--r-- | math/nfft/files/patch-3rdparty_Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/nfft/files/patch-3rdparty_Makefile.am b/math/nfft/files/patch-3rdparty_Makefile.am new file mode 100644 index 000000000000..f8d87898fa31 --- /dev/null +++ b/math/nfft/files/patch-3rdparty_Makefile.am @@ -0,0 +1,14 @@ +--- 3rdparty/Makefile.am.orig 2016-10-16 14:46:04 UTC ++++ 3rdparty/Makefile.am +@@ -2,8 +2,8 @@ + + noinst_LTLIBRARIES = lib3rdparty.la + +-lib3rdparty_la_SOURCES = ++lib3rdparty_la_SOURCES = cpow.c + + lib3rdparty_la_LIBADD = cstripack/libcstripack.la + +-EXTRA_DIST = README +\ No newline at end of file ++EXTRA_DIST = README |