Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/blas-atlas/files: atlas-3.9.23-ger-fix.patch
Date: Fri, 19 Feb 2010 02:35:38
Message-Id: E1NiIiL-0007zN-EI@stork.gentoo.org
1 markusle 10/02/19 02:35:33
2
3 Added: atlas-3.9.23-ger-fix.patch
4 Log:
5 Version bump.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-libs/blas-atlas/files/atlas-3.9.23-ger-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/files/atlas-3.9.23-ger-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/files/atlas-3.9.23-ger-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: atlas-3.9.23-ger-fix.patch
15 ===================================================================
16 diff -Naur ATLAS/tune/blas/ger/r1hgen.c ATLAS.new/tune/blas/ger/r1hgen.c
17 --- ATLAS/tune/blas/ger/r1hgen.c 2010-02-07 19:41:01.000000000 -0500
18 +++ ATLAS.new/tune/blas/ger/r1hgen.c 2010-02-18 11:54:46.000000000 -0500
19 @@ -1030,7 +1030,7 @@
20 r1b->XU = xu;
21 r1b->YU = yu;
22 r1b->flag = iflag;
23 - r1b->CacheElts = l1mul * GetL1CacheElts(pre);
24 + r1b->CacheElts = (l1mul/100.0) * GetL1CacheElts(pre);
25 r1hgen(pre, path, -1, r1b, NULL);
26 exit(0);
27 }