~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to debian/patches/18_alpha.diff

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot, Sébastien Villemot, Sylvestre Ledru
  • Date: 2012-08-04 11:56:20 UTC
  • Revision ID: package-import@ubuntu.com-20120804115620-wmwz6jhj0njmyw0u
Tags: 3.8.4-9
[ Sébastien Villemot ]
* libatlas-test: put in devel/extra, to reflect override
* Force generic PPC CPU when building a non-custom package on a PPC arch
  (Closes: #680096)

[ Sylvestre Ledru ]
* Use series for list the patches
* Patches refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ur atlas-3.8.3.orig/CONFIG//include/atlconf.h atlas-3.8.3/CONFIG//include/atlconf.h
2
 
--- atlas-3.8.3.orig/CONFIG//include/atlconf.h  2010-04-08 15:48:00.000000000 +0000
3
 
+++ atlas-3.8.3/CONFIG//include/atlconf.h       2010-04-08 15:50:11.000000000 +0000
4
 
@@ -56,6 +56,13 @@
 
1
Index: ATLAS/CONFIG/include/atlconf.h
 
2
===================================================================
 
3
--- ATLAS.orig/CONFIG/include/atlconf.h 2012-07-16 15:39:32.000000000 +0200
 
4
+++ ATLAS/CONFIG/include/atlconf.h      2012-07-16 15:39:32.000000000 +0200
 
5
@@ -65,6 +65,13 @@
5
6
 #define MachIsHPPA(mach_) \
6
7
    ( 0 )
7
8
 #endif
13
14
+  ( 0 )
14
15
+#endif
15
16
 
 
17
 
16
18
 static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
17
 
 static char *f2c_intstr[5] =
18
 
Seulement dans atlas-3.8.3/CONFIG//include: atlconf.h~
19
 
diff -ur atlas-3.8.3.orig/CONFIG//src/probe_comp.c atlas-3.8.3/CONFIG//src/probe_comp.c
20
 
--- atlas-3.8.3.orig/CONFIG//src/probe_comp.c   2010-04-08 15:48:00.000000000 +0000
21
 
+++ atlas-3.8.3/CONFIG//src/probe_comp.c        2010-04-08 15:49:57.000000000 +0000
22
 
@@ -514,6 +514,8 @@
23
 
       return(sp);
24
 
    if (MachIsHPPA(arch))
25
 
      return(sp);
26
 
+   if (MachIsALPHA(arch))
27
 
+     return(sp);
28
 
    if (MachIsMIPS(arch))
29
 
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
30
 
    if (!CompIsGcc(comp))
31
 
Seulement dans atlas-3.8.3/CONFIG//src: probe_comp.c~
32
 
diff -ur atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c atlas-3.8.3/CONFIG//src/SpewMakeInc.c
33
 
--- atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c  2010-04-08 15:48:00.000000000 +0000
34
 
+++ atlas-3.8.3/CONFIG//src/SpewMakeInc.c       2010-04-08 15:49:48.000000000 +0000
 
19
Index: ATLAS/CONFIG/src/SpewMakeInc.c
 
20
===================================================================
 
21
--- ATLAS.orig/CONFIG/src/SpewMakeInc.c 2012-07-16 15:39:32.000000000 +0200
 
22
+++ ATLAS/CONFIG/src/SpewMakeInc.c      2012-07-16 15:39:32.000000000 +0200
35
23
@@ -344,6 +344,8 @@
36
24
       return(sp);
37
25
    if (MachIsHPPA(arch))
41
29
    if (MachIsMIPS(arch))
42
30
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
43
31
    if (!CompIsGcc(comp))
44
 
Seulement dans atlas-3.8.3/CONFIG//src: SpewMakeInc.c~
 
32
Index: ATLAS/CONFIG/src/probe_comp.c
 
33
===================================================================
 
34
--- ATLAS.orig/CONFIG/src/probe_comp.c  2012-07-16 15:39:32.000000000 +0200
 
35
+++ ATLAS/CONFIG/src/probe_comp.c       2012-07-16 15:39:32.000000000 +0200
 
36
@@ -511,6 +511,8 @@
 
37
       return(sp);
 
38
    if (MachIsHPPA(arch))
 
39
      return(sp);
 
40
+   if (MachIsALPHA(arch))
 
41
+     return(sp);
 
42
    if (MachIsMIPS(arch))
 
43
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
 
44
    if (!CompIsGcc(comp))