diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-18 00:46:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-19 09:06:57 -0500 |
commit | 2e1294e67c417ad34e7b74c97b49877fe0905169 (patch) | |
tree | 8e2922bc81f02625e817fd6176fe533294614014 /libraries/fftw/slack-desc | |
parent | 1dd077a39d7f12d91956ed929bf027e31b68ffc5 (diff) |
libraries/fftw: Removed (part of Slackware 13.1)
Diffstat (limited to 'libraries/fftw/slack-desc')
-rw-r--r-- | libraries/fftw/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/fftw/slack-desc b/libraries/fftw/slack-desc deleted file mode 100644 index 22a1130c24..0000000000 --- a/libraries/fftw/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -fftw: fftw (Fastest Fourier Transform in the West) -fftw: -fftw: FFTW is a free collection of fast C routines for computing the -fftw: Discrete Fourier Transform in one or more dimensions. It includes -fftw: complex, real, symmetric, and parallel transforms, and can handle -fftw: arbitrary array sizes efficiently. FFTW is typically faster than -fftw: other publically-available FFT implementations, and is even -fftw: competitive with vendor-tuned libraries. -fftw: -fftw: Homepage: http://www.fftw.org/ -fftw: |