r45029 - in /packages/atlas/trunk/debian: changelog patches/corei1.diff

sebastien-guest at users.alioth.debian.org sebastien-guest at users.alioth.debian.org
Wed Jun 13 15:58:59 UTC 2012


Author: sebastien-guest
Date: Wed Jun 13 15:58:58 2012
New Revision: 45029

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45029
Log:
Fix detection of some Intel Core i1 CPUs (corei1.diff)

Added:
    packages/atlas/trunk/debian/patches/corei1.diff
Modified:
    packages/atlas/trunk/debian/changelog

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=45029&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Wed Jun 13 15:58:58 2012
@@ -4,6 +4,7 @@
     (Closes: #676885)
   * Force 2 threads when not building a custom package (as was the case up
     to and including 3.8.3-30)
+  * Fix detection of some Intel Core i1 CPUs (corei1.diff)
 
  -- Sébastien Villemot <sebastien.villemot at ens.fr>  Wed, 13 Jun 2012 16:33:20 +0200
 

Added: packages/atlas/trunk/debian/patches/corei1.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/corei1.diff?rev=45029&op=file
==============================================================================
--- packages/atlas/trunk/debian/patches/corei1.diff (added)
+++ packages/atlas/trunk/debian/patches/corei1.diff Wed Jun 13 15:58:58 2012
@@ -1,0 +1,15 @@
+Description: Fix detection of some Intel Core i1 CPUs
+Origin: upstream, http://math-atlas.sourceforge.net/errata.html#i2i1
+--- atlas-3.8.4.orig/CONFIG/src/backend/archinfo_x86.c	2011-05-14 19:33:24.000000000 +0200
++++ atlas-3.8.4/CONFIG/src/backend/archinfo_x86.c	2012-06-13 16:40:23.784156098 +0200
+@@ -309,9 +309,9 @@
+       case 0x1A:
+       case 0x1E:
+       case 0x1F:
++      case 0x25:
+          iret = IntCorei1;
+          break;
+-      case 0x25:
+       case 0x2A:
+          iret = IntCorei2;
+ 	 break;




More information about the debian-science-commits mailing list