diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-09-23 14:20:12 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-09-23 14:20:12 +0000 |
commit | 5afa90c29a7de3b9d3cd625559430feca6a489e2 (patch) | |
tree | bc671bd663ea2b038bc2511468c286ab19370ae7 /sci-libs | |
parent | Install TeX support files under texmf-site/tex/plain. (diff) | |
download | gentoo-2-5afa90c29a7de3b9d3cd625559430feca6a489e2.tar.gz gentoo-2-5afa90c29a7de3b9d3cd625559430feca6a489e2.tar.bz2 gentoo-2-5afa90c29a7de3b9d3cd625559430feca6a489e2.zip |
Fixed a cblas link in the threaded-atlas profile
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-atlas/files/eselect.cblas.threaded-atlas | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 3e236024d65f..e0a96f79b72f 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.87 2008/09/05 20:49:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.88 2008/09/23 14:20:11 bicatali Exp $ + + 23 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> + files/eselect.cblas.threaded-atlas: + Fixed a cblas link in the threaded-atlas profile 05 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> -files/3.7.11-allow-any-gcc-version.patch, diff --git a/sci-libs/blas-atlas/files/eselect.cblas.threaded-atlas b/sci-libs/blas-atlas/files/eselect.cblas.threaded-atlas index 1af2a211e833..0ae58b960bda 100644 --- a/sci-libs/blas-atlas/files/eselect.cblas.threaded-atlas +++ b/sci-libs/blas-atlas/files/eselect.cblas.threaded-atlas @@ -2,4 +2,4 @@ blas/threaded-atlas/libcblas.so /usr/@LIBDIR@/libcblas.so blas/threaded-atlas/libcblas.so.0 /usr/@LIBDIR@/libcblas.so.0 blas/threaded-atlas/libcblas.so.0 /usr/@LIBDIR@/libcblas.a ../blas/threaded-atlas/cblas.pc /usr/@LIBDIR@/pkgconfig/cblas.pc -cblas/cblas.h /usr/include/cblas.h +atlas/cblas.h /usr/include/cblas.h |