aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-09-01 12:08:14 -0600
committerChristoph Junghans <ottxor@gentoo.org>2013-09-01 12:08:14 -0600
commit26069113fdc938df674f1aa53393cc0b3841a02f (patch)
tree7cdb2f696bff863701315b5fa811b2401935a71a /sci-libs/fftw/metadata.xml
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-26069113fdc938df674f1aa53393cc0b3841a02f.tar.gz
sci-26069113fdc938df674f1aa53393cc0b3841a02f.tar.bz2
sci-26069113fdc938df674f1aa53393cc0b3841a02f.zip
import from gx86
Package-Manager: portage-2.2.1
Diffstat (limited to 'sci-libs/fftw/metadata.xml')
-rw-r--r--sci-libs/fftw/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-libs/fftw/metadata.xml b/sci-libs/fftw/metadata.xml
new file mode 100644
index 000000000..50e74c164
--- /dev/null
+++ b/sci-libs/fftw/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ The Fastest Fourier Transform in the West is a C subroutine library
+ for computing the Discrete Fourier Transform (DFT) in one or more
+ dimensions, of both real and complex data, and of arbitrary input
+ size. It is becoming the FFT library of choice for most
+ applications. Benchmarks, performed on a variety of platforms, show
+ that FFTW's performance is typically superior to that of other
+ publicly available FFT software.
+</longdescription>
+ <use>
+ <flag name="avx">Adds support for Advanced Vector Extensions</flag>
+ <flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</flag>
+ <flag name="quad">Build quadruple precision lib</flag>
+ <flag name="zbus">Adds support for ZBus cycle-counter of mips</flag>
+ </use>
+ <upstream>
+ <remote-id type="freecode">fftw</remote-id>
+ </upstream>
+</pkgmetadata>