media-libs/aalib: revbump to fix undefined behavior
[gentoo.git] / sci-libs / gsl / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="project">
5     <email>sci@gentoo.org</email>
6     <name>Gentoo Science Project</name>
7   </maintainer>
8   <longdescription lang="en">
9   The GNU Scientific Library (GSL) is a collection of routines for
10   numerical analysis. The routines are written from scratch by the GSL
11   team in C, and present a modern API for C programmers, while allowing
12   wrappers to be written for very high level languages.
13   
14   GSL includes data types and routines for complex numbers, vectors,
15   matrices, basic linear algebra subroutines (BLAS), eigensystems,
16   simulated annealing, minimization, root finding, pseudo-random
17   numbers, least-squares fitting, fast Fourier transforms (FFT),
18   differential equations, quadrature, Monte Carlo integration, special
19   functions, physical constants, and much more. 
20 </longdescription>
21   <use>
22     <flag name="cblas-external">Link gsl with external cblas provided by
23     (<pkg>virtual/cblas</pkg>) instead of shipped internal version</flag>
24    <flag name="deprecated">Enable deprecated functions</flag>
25   </use>
26 </pkgmetadata>