diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-30 20:51:43 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-30 20:51:43 +0000 |
commit | f9a1f150cc7db6e9c9b4dbed905b82cbe96dc68d (patch) | |
tree | 1360cb7cf2c26a4dc16d349ce085ce8a003a6a87 /sci-libs | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f9a1f150cc7db6e9c9b4dbed905b82cbe96dc68d.tar.gz gentoo-2-f9a1f150cc7db6e9c9b4dbed905b82cbe96dc68d.tar.bz2 gentoo-2-f9a1f150cc7db6e9c9b4dbed905b82cbe96dc68d.zip |
Fixed BUG #83849.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/blas-atlas/files/c-threaded-ATLAS | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 94716ab3df8c..2037c089b583 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.3 2005/03/02 17:41:37 pbienst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.4 2005/03/30 20:51:43 kugelfang Exp $ + + 30 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> files/c-threaded-ATLAS: + Fixed BUG #83849 (typo). + + 02 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> files/c-threaded-ATLAS: + Fixed a typo. 02 Mar 2005; Peter Bienstman <pbienst@gentoo.org> blas-atlas-3.6.0.ebuild: Improve error message (fix bug 83494, thanks to Daniel Herzog). diff --git a/sci-libs/blas-atlas/files/c-threaded-ATLAS b/sci-libs/blas-atlas/files/c-threaded-ATLAS index 9e36f057a500..7b5603f436e3 100644 --- a/sci-libs/blas-atlas/files/c-threaded-ATLAS +++ b/sci-libs/blas-atlas/files/c-threaded-ATLAS @@ -10,5 +10,5 @@ einfo "/usr/${MY_LIBDIR}/libcblas.so.0 -> blas/threaded-atlas/libcblas.so.0" ln -sf blas/threaded-atlas/libcblas.so.0 /usr/${MY_LIBDIR}/libcblas.so.0 einfo "/usr/${MY_LIBDIR}/libcblas.a -> blas/threaded-atlas/libcblas.a" -ln -sf blas/threaded-atlas/libcblas.so.0 /usr/${MY_LIBDIR}/libcblas.a" +ln -sf blas/threaded-atlas/libcblas.so.0 /usr/${MY_LIBDIR}/libcblas.a } |