summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-09-16 19:19:52 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-09-16 19:19:52 +0000
commite341ffd249a96b8fe3d1607ec7239b81dd2ad38b (patch)
tree55a05ae90556f224108569227ea600e5eb14416e /sci-libs/gsl
parentstable x86, bug 191973 (diff)
downloadgentoo-2-e341ffd249a96b8fe3d1607ec7239b81dd2ad38b.tar.gz
gentoo-2-e341ffd249a96b8fe3d1607ec7239b81dd2ad38b.tar.bz2
gentoo-2-e341ffd249a96b8fe3d1607ec7239b81dd2ad38b.zip
fixed link for cblas.h, closing bug #192718, added longdescription.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r--sci-libs/gsl/ChangeLog6
-rw-r--r--sci-libs/gsl/files/eselect.cblas.gsl2
-rw-r--r--sci-libs/gsl/metadata.xml13
3 files changed, 19 insertions, 2 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog
index 33da5dfbb791..c64d78532b5e 100644
--- a/sci-libs/gsl/ChangeLog
+++ b/sci-libs/gsl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gsl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.37 2007/08/21 17:53:34 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.38 2007/09/16 19:19:52 bicatali Exp $
+
+ 16 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org>
+ files/eselect.cblas.gsl, metadata.xml:
+ fixed link for cblas.h, closing bug #192718, added longdescription.
*gsl-1.9-r1 (21 Aug 2007)
diff --git a/sci-libs/gsl/files/eselect.cblas.gsl b/sci-libs/gsl/files/eselect.cblas.gsl
index 5524ef29d065..af6fee51fef9 100644
--- a/sci-libs/gsl/files/eselect.cblas.gsl
+++ b/sci-libs/gsl/files/eselect.cblas.gsl
@@ -2,4 +2,4 @@ libgslcblas.so /usr/@LIBDIR@/libcblas.so
libgslcblas.so.0 /usr/@LIBDIR@/libcblas.so.0
libgslcblas.a /usr/@LIBDIR@/libcblas.a
../blas/gsl/cblas.pc /usr/@LIBDIR@/pkgconfig/cblas.pc
-gslcblas.h /usr/include/cblas.h
+gsl/gsl_cblas.h /usr/include/cblas.h
diff --git a/sci-libs/gsl/metadata.xml b/sci-libs/gsl/metadata.xml
index b229aec85b8f..a94c243d3064 100644
--- a/sci-libs/gsl/metadata.xml
+++ b/sci-libs/gsl/metadata.xml
@@ -2,4 +2,17 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
+<longdescription lang="en">
+The GNU Scientific Library (GSL) is a collection of routines for
+numerical analysis. The routines are written from scratch by the GSL
+team in C, and present a modern API for C programmers, while allowing
+wrappers to be written for very high level languages.
+
+GSL includes data types and routines for complex numbers, vectors,
+matrices, basic linear algebra subroutines (BLAS), eigensystems,
+simulated annealing, minimization, root finding, pseudo-random
+numbers, least-squares fitting, fast Fourier transforms (FFT),
+differential equations, quadrature, Monte Carlo integration, special
+functions, physical constants, and much more.
+</longdescription>
</pkgmetadata>