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

« back to all changes in this revision

Viewing changes to debian/patches/17_hppa.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:40:16.000000000 +0000
3
 
+++ atlas-3.8.3/CONFIG//include/atlconf.h       2010-04-08 14:34:46.000000000 +0000
4
 
@@ -49,6 +49,13 @@
 
1
Index: ATLAS/CONFIG/include/atlconf.h
 
2
===================================================================
 
3
--- ATLAS.orig/CONFIG/include/atlconf.h 2012-07-16 15:39:21.000000000 +0200
 
4
+++ ATLAS/CONFIG/include/atlconf.h      2012-07-16 15:39:32.000000000 +0200
 
5
@@ -58,6 +58,13 @@
5
6
 #define MachIsS390(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
 
diff -ur atlas-3.8.3.orig/CONFIG//src/probe_comp.c atlas-3.8.3/CONFIG//src/probe_comp.c
19
 
--- atlas-3.8.3.orig/CONFIG//src/probe_comp.c   2010-04-08 15:40:17.000000000 +0000
20
 
+++ atlas-3.8.3/CONFIG//src/probe_comp.c        2010-04-08 14:38:01.000000000 +0000
21
 
@@ -512,6 +512,8 @@
22
 
       return(sp);
23
 
    if (MachIsS390(arch))
24
 
       return(sp);
25
 
+   if (MachIsHPPA(arch))
26
 
+     return(sp);
27
 
    if (MachIsMIPS(arch))
28
 
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
29
 
    if (!CompIsGcc(comp))
30
 
diff -ur atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c atlas-3.8.3/CONFIG//src/SpewMakeInc.c
31
 
--- atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c  2010-04-08 15:40:18.000000000 +0000
32
 
+++ atlas-3.8.3/CONFIG//src/SpewMakeInc.c       2010-04-08 14:38:43.000000000 +0000
 
19
Index: ATLAS/CONFIG/src/SpewMakeInc.c
 
20
===================================================================
 
21
--- ATLAS.orig/CONFIG/src/SpewMakeInc.c 2012-07-16 15:39:21.000000000 +0200
 
22
+++ ATLAS/CONFIG/src/SpewMakeInc.c      2012-07-16 15:39:32.000000000 +0200
33
23
@@ -342,6 +342,8 @@
34
24
       return(sp);
35
25
    if (MachIsS390(arch))
39
29
    if (MachIsMIPS(arch))
40
30
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
41
31
    if (!CompIsGcc(comp))
 
32
Index: ATLAS/CONFIG/src/probe_comp.c
 
33
===================================================================
 
34
--- ATLAS.orig/CONFIG/src/probe_comp.c  2012-07-16 15:39:21.000000000 +0200
 
35
+++ ATLAS/CONFIG/src/probe_comp.c       2012-07-16 15:39:32.000000000 +0200
 
36
@@ -509,6 +509,8 @@
 
37
       return(sp);
 
38
    if (MachIsS390(arch))
 
39
       return(sp);
 
40
+   if (MachIsHPPA(arch))
 
41
+     return(sp);
 
42
    if (MachIsMIPS(arch))
 
43
       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
 
44
    if (!CompIsGcc(comp))