Use https by default
[gentoo.git] / sci-libs / gsl / 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 GNU Scientific Library (GSL) is a collection of routines for
7   numerical analysis. The routines are written from scratch by the GSL
8   team in C, and present a modern API for C programmers, while allowing
9   wrappers to be written for very high level languages.
10   
11   GSL includes data types and routines for complex numbers, vectors,
12   matrices, basic linear algebra subroutines (BLAS), eigensystems,
13   simulated annealing, minimization, root finding, pseudo-random
14   numbers, least-squares fitting, fast Fourier transforms (FFT),
15   differential equations, quadrature, Monte Carlo integration, special
16   functions, physical constants, and much more. 
17 </longdescription>
18   <use>
19     <flag name="cblas-external">Link gsl with external cblas provided by
20     (<pkg>virtual/cblas</pkg>) instead of shipped internal version</flag>
21   </use>
22 </pkgmetadata>