diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-10-03 19:52:50 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-10-03 19:52:50 +0000 |
commit | 8c598245e5056169e3981f27e844d9484f8241fa (patch) | |
tree | 68e2c8ce7c22dfa3a268fec9783094cab57c0c66 /sci-libs/lapack-atlas/ChangeLog | |
parent | House cleaning! (diff) | |
download | gentoo-2-8c598245e5056169e3981f27e844d9484f8241fa.tar.gz gentoo-2-8c598245e5056169e3981f27e844d9484f8241fa.tar.bz2 gentoo-2-8c598245e5056169e3981f27e844d9484f8241fa.zip |
Replaced the faulty 'ASM VOLATILE' patch with a proper fix to the offending clobbered bx registers in camm_dpa.h (see bug #128178).
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'sci-libs/lapack-atlas/ChangeLog')
-rw-r--r-- | sci-libs/lapack-atlas/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index fa0381d99843..2fb8aa88dada 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 2004-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.29 2006/09/12 13:33:49 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.30 2006/10/03 19:52:50 markusle Exp $ + + 03 Oct 2006; Markus Dittrich <markusle@gentoo.org> + +files/atlas-asm-gentoo.patch, lapack-atlas-3.7.17.ebuild: + Replaced the faulty "ASM VOLATILE" patch with a proper fix to + the offending clobbered bx registers in camm_dpa.h (see + bug #128178). Thanks to Fabio Rossi <rossi.f@inwind.it> for his + patch. *lapack-atlas-3.7.17 (12 Sep 2006) |