diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-22 10:11:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-22 10:11:14 +0000 |
commit | e0a9e1799a060540106860d35f2ae85320eb231d (patch) | |
tree | 96c87744fee3dd2fb81c8099960106ed86aa8a98 /sci-libs/fftw/metadata.xml | |
parent | dev-haskell/wash removal (pending 01 Jan 2013), see #423763 for reference. (diff) | |
download | gentoo-2-e0a9e1799a060540106860d35f2ae85320eb231d.tar.gz gentoo-2-e0a9e1799a060540106860d35f2ae85320eb231d.tar.bz2 gentoo-2-e0a9e1799a060540106860d35f2ae85320eb231d.zip |
sci-libs/fftw: Correct logic to detect openmp capabable compilers
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/fftw/metadata.xml')
-rw-r--r-- | sci-libs/fftw/metadata.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sci-libs/fftw/metadata.xml b/sci-libs/fftw/metadata.xml index a5d7e8bbe710..ec2aafe5eb8a 100644 --- a/sci-libs/fftw/metadata.xml +++ b/sci-libs/fftw/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en"> + <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 @@ -11,16 +11,16 @@ 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="float">Link default library to single precision instead of + <use> + <flag name="avx">Adds support for Advanced Vector Extensions</flag> + <flag name="float">Link default library to single precision instead of double (symlinks only and fftw-2.1)</flag> -<flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</flag> - <flag name="paired-single">Adds support for pair-single optimizations of mips</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> + <flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</flag> + <flag name="paired-single">Adds support for pair-single optimizations of mips</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> |