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/files | |
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/files')
-rw-r--r-- | sci-libs/lapack-atlas/files/atlas-asm-gentoo.patch | 12 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/files/digest-lapack-atlas-3.7.17 | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/sci-libs/lapack-atlas/files/atlas-asm-gentoo.patch b/sci-libs/lapack-atlas/files/atlas-asm-gentoo.patch new file mode 100644 index 000000000000..ca5a7a8eeb51 --- /dev/null +++ b/sci-libs/lapack-atlas/files/atlas-asm-gentoo.patch @@ -0,0 +1,12 @@ +diff -Naur ATLAS/include/contrib/camm_dpa.h ATLAS-new/include/contrib/camm_dpa.h +--- ATLAS/include/contrib/camm_dpa.h 2006-09-09 15:33:15.000000000 -0400 ++++ ATLAS-new/include/contrib/camm_dpa.h 2006-09-26 10:18:24.000000000 -0400 +@@ -1619,7 +1619,7 @@ + #if defined(SCPLX) || (defined(DCPLX) && defined(ATL_SSE2)) + ,"m" (w) + #endif +- :"ax","bx","cx","dx","si","di"); ++ :"ax","cx","dx","si","di"); + + + } diff --git a/sci-libs/lapack-atlas/files/digest-lapack-atlas-3.7.17 b/sci-libs/lapack-atlas/files/digest-lapack-atlas-3.7.17 index 26be7364bc9a..0a6276a2dde7 100644 --- a/sci-libs/lapack-atlas/files/digest-lapack-atlas-3.7.17 +++ b/sci-libs/lapack-atlas/files/digest-lapack-atlas-3.7.17 @@ -1,6 +1,6 @@ -MD5 4d85e976f592f02afa54a82d3890ff22 atlas-3.7.15-shared-libs.patch.bz2 6769 -RMD160 6c9922e4c6236a1c6bb07af3862d023678d86a31 atlas-3.7.15-shared-libs.patch.bz2 6769 -SHA256 6539ea2ecff0e7d84d1968fb9cf9a60e1300e505dd1882f74c386e3dd63baa6d atlas-3.7.15-shared-libs.patch.bz2 6769 +MD5 101af1b5d02319c77672a5a77fecf24b atlas-3.7.17-shared-libs.patch.bz2 11666 +RMD160 6db89c885edb40e0fd989f434bfc5fb6ca78cca7 atlas-3.7.17-shared-libs.patch.bz2 11666 +SHA256 79afe15964e22cc9e8fd13f660734255703e6d7cdfda7638b9226b832f733d9e atlas-3.7.17-shared-libs.patch.bz2 11666 MD5 00f68b5ccdc4bbbaeefa086e6d8e38ff atlas3.7.17.tar.bz2 1746646 RMD160 6545fa2ae68667d12ec36e01adccc85607de7b5d atlas3.7.17.tar.bz2 1746646 SHA256 35a20f7a97bf1da14030aebfed39b14cc88d241fa0da4993bb995c112fb2232c atlas3.7.17.tar.bz2 1746646 |