Use https by default
[gentoo.git] / sci-libs / fftw / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>sci</herd>
5   <longdescription lang="en">
6   The Fastest Fourier Transform in the West is a C subroutine library
7   for computing the Discrete Fourier Transform (DFT) in one or more
8   dimensions, of both real and complex data, and of arbitrary input
9   size. It is becoming the FFT library of choice for most
10   applications. Benchmarks, performed on a variety of platforms, show
11   that FFTW's performance is typically superior to that of other
12   publicly available FFT software.
13 </longdescription>
14   <use>
15     <flag name="float">Link default library to single precision instead of
16     double (symlinks only and fftw-2.1)</flag>
17     <flag name="quad">Build quadruple precision lib</flag>
18     <flag name="zbus">Adds support for ZBus cycle-counter of mips</flag>
19   </use>
20   <upstream>
21     <remote-id type="freecode">fftw</remote-id>
22   </upstream>
23 </pkgmetadata>