r45506 - /packages/atlas/branches/3.10/debian/patches/

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Jan 9 16:42:27 UTC 2013


Author: sylvestre
Date: Wed Jan  9 16:42:26 2013
New Revision: 45506

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45506
Log:
refresh of the patches

Modified:
    packages/atlas/branches/3.10/debian/patches/02_rename_lapack_atlas.diff
    packages/atlas/branches/3.10/debian/patches/03_full_blas_lapack.diff
    packages/atlas/branches/3.10/debian/patches/04_static_install_target.diff
    packages/atlas/branches/3.10/debian/patches/05_shared_full_blas.diff
    packages/atlas/branches/3.10/debian/patches/06_install_shared.diff
    packages/atlas/branches/3.10/debian/patches/07_full_sonames.diff
    packages/atlas/branches/3.10/debian/patches/08_install_shared_lib_call.diff
    packages/atlas/branches/3.10/debian/patches/09_mkdir_inst_dir.diff
    packages/atlas/branches/3.10/debian/patches/10_s390.diff
    packages/atlas/branches/3.10/debian/patches/12_check-exists.diff
    packages/atlas/branches/3.10/debian/patches/16_warning-removed.diff
    packages/atlas/branches/3.10/debian/patches/17_hppa.diff
    packages/atlas/branches/3.10/debian/patches/18_alpha.diff
    packages/atlas/branches/3.10/debian/patches/20_armel.diff
    packages/atlas/branches/3.10/debian/patches/21_mips2.diff
    packages/atlas/branches/3.10/debian/patches/22_sh.diff
    packages/atlas/branches/3.10/debian/patches/kfreebsd.diff

Modified: packages/atlas/branches/3.10/debian/patches/02_rename_lapack_atlas.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/02_rename_lapack_atlas.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/02_rename_lapack_atlas.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/02_rename_lapack_atlas.diff Wed Jan  9 16:42:26 2013
@@ -5,10 +5,10 @@
 ## DP: Rename ATLAS incomplete lapack to lapack_atlas.
 
 @DPATCH@
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:08:50.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-08 19:15:42.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:41:59.000000000 +0100
 @@ -595,7 +595,7 @@
     fprintf(fpout, "   ATLASlib = $(LIBdir)/libatlas.a\n");
     fprintf(fpout, "   CBLASlib = $(LIBdir)/libcblas.a\n");
@@ -18,10 +18,10 @@
     if (THREADS)
     {
        fprintf(fpout, "   PTCBLASlib = $(LIBdir)/libptcblas.a\n");
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:08:05.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-08 19:15:40.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:41:59.000000000 +0100
 @@ -657,8 +657,8 @@
  install_lib:
  	cp $(LIBdir)/libatlas.a $(INSTdir)/.
@@ -33,10 +33,10 @@
                     $(INSTdir)/libcblas.a 
  	- cp $(LIBdir)/libf77blas.a $(INSTdir)/.
  	- chmod 0644 $(INSTdir)/libf77blas.a
-Index: atlas-3.10.0/makes/Make.lib
+Index: ATLAS/makes/Make.lib
 ===================================================================
---- atlas-3.10.0.orig/makes/Make.lib	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/makes/Make.lib	2012-07-16 16:10:29.000000000 +0200
+--- ATLAS.orig/makes/Make.lib	2013-01-08 19:15:41.000000000 +0100
++++ ATLAS/makes/Make.lib	2013-01-09 17:41:59.000000000 +0100
 @@ -4,10 +4,10 @@
  #
  # override with libatlas.so only when atlas is built to one lib
@@ -50,7 +50,7 @@
 +CDYNlibs = liblapack_atlas.so libcblas.so libatlas.so 
 +CPTDYNlibs = liblapack_atlas.so libptcblas.so libatlas.so 
  
- VER=3.10.0
+ VER=3.10.1
  tmpd = RCW_tMp
 @@ -26,7 +26,7 @@
  	cp $(LIBdir)/libatlas.a $(ARCH)/lib/.

Modified: packages/atlas/branches/3.10/debian/patches/03_full_blas_lapack.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/03_full_blas_lapack.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/03_full_blas_lapack.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/03_full_blas_lapack.diff Wed Jan  9 16:42:26 2013
@@ -6,10 +6,10 @@
 
 @DPATCH@
 
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:08:05.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:10:51.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:41:59.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:05.000000000 +0100
 @@ -401,6 +401,7 @@
  	$(MAKE) -f Make.top leafstart leaf=src/blas/reference/level1
  	$(MAKE) -f Make.top leafstart leaf=src/auxil
@@ -26,10 +26,10 @@
  
  include:
  	mkdir include
-Index: atlas-3.10.0/makes/Make.lib
+Index: ATLAS/makes/Make.lib
 ===================================================================
---- atlas-3.10.0.orig/makes/Make.lib	2012-07-16 16:10:29.000000000 +0200
-+++ atlas-3.10.0/makes/Make.lib	2012-07-16 16:11:29.000000000 +0200
+--- ATLAS.orig/makes/Make.lib	2013-01-09 17:41:59.000000000 +0100
++++ ATLAS/makes/Make.lib	2013-01-09 17:42:05.000000000 +0100
 @@ -175,6 +175,25 @@
             LIBS="$(LIBS)" LIBINSTdir="$(LIBINSTdir)" ; \
          fi

Modified: packages/atlas/branches/3.10/debian/patches/04_static_install_target.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/04_static_install_target.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/04_static_install_target.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/04_static_install_target.diff Wed Jan  9 16:42:26 2013
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-Index: atlas-3.10.0/CONFIG/src/Makefile
+Index: ATLAS/CONFIG/src/Makefile
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/Makefile	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/Makefile	2012-07-16 16:11:36.000000000 +0200
+--- ATLAS.orig/CONFIG/src/Makefile	2013-01-08 19:15:42.000000000 +0100
++++ ATLAS/CONFIG/src/Makefile	2013-01-09 17:42:06.000000000 +0100
 @@ -575,7 +575,7 @@
  	chmod 0755 $(LIBINSTdir)
  install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
@@ -18,10 +18,10 @@
  
  confclean: $(CLEANdep)
  	rm -f *core* *.o config?.out
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:08:50.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:11:36.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:41:59.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:06.000000000 +0100
 @@ -604,6 +604,9 @@
     }
     fprintf(fpout, "   TESTlib = $(LIBdir)/libtstatlas.a\n\n");
@@ -32,10 +32,10 @@
     fprintf(fpout, "#  -------------------------------------------\n");
     fprintf(fpout, "#  Upper bound on largest cache size, in bytes\n");
     fprintf(fpout, "#  -------------------------------------------\n");
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:10:51.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:11:36.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:05.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:06.000000000 +0100
 @@ -14,6 +14,11 @@
  build:
  	cd bin/ ; $(MAKE) xatlas_build

Modified: packages/atlas/branches/3.10/debian/patches/05_shared_full_blas.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/05_shared_full_blas.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/05_shared_full_blas.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/05_shared_full_blas.diff Wed Jan  9 16:42:26 2013
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-Index: atlas-3.10.0/makes/Make.lib
+Index: ATLAS/makes/Make.lib
 ===================================================================
---- atlas-3.10.0.orig/makes/Make.lib	2012-07-16 16:11:29.000000000 +0200
-+++ atlas-3.10.0/makes/Make.lib	2012-07-16 16:11:40.000000000 +0200
+--- ATLAS.orig/makes/Make.lib	2013-01-09 17:42:05.000000000 +0100
++++ ATLAS/makes/Make.lib	2013-01-09 17:42:06.000000000 +0100
 @@ -42,6 +42,15 @@
  cptshared : fat_cptshared
  cshared : fat_cshared

Modified: packages/atlas/branches/3.10/debian/patches/06_install_shared.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/06_install_shared.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/06_install_shared.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/06_install_shared.diff Wed Jan  9 16:42:26 2013
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:11:36.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:14:33.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:06.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:07.000000000 +0100
 @@ -684,3 +684,12 @@
  	- cp $(LIBdir)/libsatlas.so $(INSTdir)/.
  	- cp $(LIBdir)/libtatlas.so $(INSTdir)/.

Modified: packages/atlas/branches/3.10/debian/patches/07_full_sonames.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/07_full_sonames.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/07_full_sonames.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/07_full_sonames.diff Wed Jan  9 16:42:26 2013
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-Index: atlas-3.10.0/CONFIG/src/Makefile
+Index: ATLAS/CONFIG/src/Makefile
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/Makefile	2012-07-16 16:11:36.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/Makefile	2012-07-16 16:17:24.000000000 +0200
+--- ATLAS.orig/CONFIG/src/Makefile	2013-01-09 17:42:06.000000000 +0100
++++ ATLAS/CONFIG/src/Makefile	2013-01-09 17:42:07.000000000 +0100
 @@ -576,6 +576,13 @@
  install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
  	$(MAKE) -f Make.top install_inc INSTdir=$(INCINSTdir) 
@@ -23,10 +23,10 @@
  
  confclean: $(CLEANdep)
  	rm -f *core* *.o config?.out
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:14:33.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:17:24.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:07.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:07.000000000 +0100
 @@ -655,6 +655,7 @@
  	touch include/dXover.h
  	touch include/sXover.h
@@ -56,10 +56,10 @@
 +		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3 ;\
 +		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3.0 ;\
  	done;
-Index: atlas-3.10.0/makes/Make.lib
+Index: ATLAS/makes/Make.lib
 ===================================================================
---- atlas-3.10.0.orig/makes/Make.lib	2012-07-16 16:11:40.000000000 +0200
-+++ atlas-3.10.0/makes/Make.lib	2012-07-16 16:19:20.000000000 +0200
+--- ATLAS.orig/makes/Make.lib	2013-01-09 17:42:06.000000000 +0100
++++ ATLAS/makes/Make.lib	2013-01-09 17:42:07.000000000 +0100
 @@ -2,12 +2,12 @@
  LD = ld
  mySRCdir = $(SRCdir)/lib
@@ -76,7 +76,7 @@
 +CDYNlibs = liblapack_atlas.so.3.0 libcblas.so.3.0 libatlas.so.3.0 
 +CPTDYNlibs = liblapack_atlas.so.3.0 libptcblas.so.3.0 libatlas.so.3.0 
  
- VER=3.10.0
+ VER=3.10.1
  tmpd = RCW_tMp
 @@ -33,6 +33,59 @@
  	rm -rf $(ARCH)

Modified: packages/atlas/branches/3.10/debian/patches/08_install_shared_lib_call.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/08_install_shared_lib_call.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/08_install_shared_lib_call.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/08_install_shared_lib_call.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/src/Makefile
+Index: ATLAS/CONFIG/src/Makefile
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/Makefile	2012-07-16 16:17:24.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/Makefile	2012-07-16 16:20:02.000000000 +0200
+--- ATLAS.orig/CONFIG/src/Makefile	2013-01-09 17:42:07.000000000 +0100
++++ ATLAS/CONFIG/src/Makefile	2013-01-09 17:42:08.000000000 +0100
 @@ -576,6 +576,7 @@
  install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
  	$(MAKE) -f Make.top install_inc INSTdir=$(INCINSTdir) 

Modified: packages/atlas/branches/3.10/debian/patches/09_mkdir_inst_dir.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/09_mkdir_inst_dir.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/09_mkdir_inst_dir.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/09_mkdir_inst_dir.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:17:24.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:20:06.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:07.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:09.000000000 +0100
 @@ -664,6 +664,7 @@
  	- chmod 0644 $(INSTdir)/atlas/*
  

Modified: packages/atlas/branches/3.10/debian/patches/10_s390.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/10_s390.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/10_s390.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/10_s390.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:11:36.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:20:12.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:06.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:10.000000000 +0100
 @@ -391,6 +391,8 @@
  
     if (MachIsIA64(arch))
@@ -11,10 +11,10 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (MachIsS390(arch))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:20:12.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-08 19:15:42.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:10.000000000 +0100
 @@ -580,6 +580,8 @@
  
     if (MachIsIA64(arch))

Modified: packages/atlas/branches/3.10/debian/patches/12_check-exists.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/12_check-exists.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/12_check-exists.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/12_check-exists.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:20:06.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:21:42.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:09.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:11.000000000 +0100
 @@ -704,3 +704,4 @@
  		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3 ;\
  		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3.0 ;\

Modified: packages/atlas/branches/3.10/debian/patches/16_warning-removed.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/16_warning-removed.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/16_warning-removed.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/16_warning-removed.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.10.0.orig/Make.top	2012-07-16 16:22:11.000000000 +0200
-+++ atlas-3.10.0/Make.top	2012-07-16 16:22:19.000000000 +0200
+--- ATLAS.orig/Make.top	2013-01-09 17:42:11.000000000 +0100
++++ ATLAS/Make.top	2013-01-09 17:42:11.000000000 +0100
 @@ -9,7 +9,7 @@
  	$(BZIP) error_$(ARCH).tar
  

Modified: packages/atlas/branches/3.10/debian/patches/17_hppa.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/17_hppa.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/17_hppa.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/17_hppa.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/include/atlconf.h
+Index: ATLAS/CONFIG/include/atlconf.h
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/include/atlconf.h	2012-07-10 21:22:50.000000000 +0200
-+++ atlas-3.10.0/CONFIG/include/atlconf.h	2012-07-16 16:23:46.000000000 +0200
+--- ATLAS.orig/CONFIG/include/atlconf.h	2013-01-08 19:15:42.000000000 +0100
++++ ATLAS/CONFIG/include/atlconf.h	2013-01-09 17:42:12.000000000 +0100
 @@ -62,7 +62,13 @@
     ( (mach_) == ARMv7 )
  #define MachIsS390(mach_) \
@@ -17,10 +17,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:20:12.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:23:10.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:10.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:12.000000000 +0100
 @@ -393,6 +393,8 @@
        return(sp);
     if (MachIsS390(arch))
@@ -30,10 +30,10 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (MachIsS390(arch))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-16 16:20:12.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:23:10.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-09 17:42:10.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:12.000000000 +0100
 @@ -582,6 +582,8 @@
        return(sp);
     if (MachIsS390(arch))

Modified: packages/atlas/branches/3.10/debian/patches/18_alpha.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/18_alpha.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/18_alpha.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/18_alpha.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/include/atlconf.h
+Index: ATLAS/CONFIG/include/atlconf.h
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/include/atlconf.h	2012-07-16 16:23:46.000000000 +0200
-+++ atlas-3.10.0/CONFIG/include/atlconf.h	2012-07-16 16:24:10.000000000 +0200
+--- ATLAS.orig/CONFIG/include/atlconf.h	2013-01-09 17:42:12.000000000 +0100
++++ ATLAS/CONFIG/include/atlconf.h	2013-01-09 17:42:13.000000000 +0100
 @@ -69,6 +69,13 @@
  #define MachIsHPPA(mach_) \
     ( 0 )
@@ -16,10 +16,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:23:10.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:24:10.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:12.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:13.000000000 +0100
 @@ -395,6 +395,8 @@
        return(sp);
     if (MachIsHPPA(arch))
@@ -29,10 +29,10 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (MachIsS390(arch))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-16 16:23:10.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:24:10.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-09 17:42:12.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:13.000000000 +0100
 @@ -584,6 +584,8 @@
        return(sp);
     if (MachIsHPPA(arch))

Modified: packages/atlas/branches/3.10/debian/patches/20_armel.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/20_armel.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/20_armel.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/20_armel.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/include/atlconf.h
+Index: ATLAS/CONFIG/include/atlconf.h
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/include/atlconf.h	2012-07-16 16:24:10.000000000 +0200
-+++ atlas-3.10.0/CONFIG/include/atlconf.h	2012-07-16 16:24:14.000000000 +0200
+--- ATLAS.orig/CONFIG/include/atlconf.h	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/include/atlconf.h	2013-01-09 17:42:13.000000000 +0100
 @@ -76,6 +76,14 @@
  #define MachIsALPHA(mach_) \
    ( 0 )
@@ -17,10 +17,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:24:10.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:24:14.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:13.000000000 +0100
 @@ -397,6 +397,8 @@
       return(sp);
     if (MachIsALPHA(arch))
@@ -30,10 +30,10 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (MachIsS390(arch))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-16 16:24:10.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:24:14.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:13.000000000 +0100
 @@ -586,6 +586,8 @@
       return(sp);
     if (MachIsALPHA(arch))

Modified: packages/atlas/branches/3.10/debian/patches/21_mips2.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/21_mips2.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/21_mips2.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/21_mips2.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:24:14.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:25:18.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:14.000000000 +0100
 @@ -400,7 +400,7 @@
     if (MachIsARMEL(arch))
       return(sp);
@@ -11,10 +11,10 @@
     if (MachIsS390(arch))
        return((ptrbits == 64) ? "-m64" : "-m31");
     if (!CompIsGcc(comp))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-16 16:24:14.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:25:04.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:14.000000000 +0100
 @@ -589,7 +589,7 @@
     if (MachIsARMEL(arch))
       return(sp);

Modified: packages/atlas/branches/3.10/debian/patches/22_sh.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/22_sh.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/22_sh.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/22_sh.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/include/atlconf.h
+Index: ATLAS/CONFIG/include/atlconf.h
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/include/atlconf.h	2012-07-16 16:24:14.000000000 +0200
-+++ atlas-3.10.0/CONFIG/include/atlconf.h	2012-07-16 16:28:04.000000000 +0200
+--- ATLAS.orig/CONFIG/include/atlconf.h	2013-01-09 17:42:13.000000000 +0100
++++ ATLAS/CONFIG/include/atlconf.h	2013-01-09 17:42:15.000000000 +0100
 @@ -84,6 +84,14 @@
    ( 0 )
  #endif
@@ -17,10 +17,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:25:18.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:27:42.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:14.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:15.000000000 +0100
 @@ -401,6 +401,8 @@
       return(sp);
     if (MachIsMIPS(arch))
@@ -30,10 +30,10 @@
     if (MachIsS390(arch))
        return((ptrbits == 64) ? "-m64" : "-m31");
     if (!CompIsGcc(comp))
-Index: atlas-3.10.0/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/probe_comp.c	2012-07-16 16:25:04.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/probe_comp.c	2012-07-16 16:26:15.000000000 +0200
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2013-01-09 17:42:14.000000000 +0100
++++ ATLAS/CONFIG/src/probe_comp.c	2013-01-09 17:42:15.000000000 +0100
 @@ -592,6 +592,8 @@
         return(sp);
     if (MachIsS390(arch))

Modified: packages/atlas/branches/3.10/debian/patches/kfreebsd.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/3.10/debian/patches/kfreebsd.diff?rev=45506&op=diff
==============================================================================
--- packages/atlas/branches/3.10/debian/patches/kfreebsd.diff (original)
+++ packages/atlas/branches/3.10/debian/patches/kfreebsd.diff Wed Jan  9 16:42:26 2013
@@ -1,7 +1,7 @@
-Index: atlas-3.10.0/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.10.0.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 16:27:42.000000000 +0200
-+++ atlas-3.10.0/CONFIG/src/SpewMakeInc.c	2012-07-16 16:31:28.000000000 +0200
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:15.000000000 +0100
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2013-01-09 17:42:15.000000000 +0100
 @@ -780,8 +780,10 @@
              fprintf(fpout, " -melf_i386");
           else if (ptrbits == 64)




More information about the debian-science-commits mailing list