r45249 - in /packages/atlas/trunk/debian: ./ patches/

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Mon Jul 16 13:40:11 UTC 2012


Author: sylvestre
Date: Mon Jul 16 13:40:09 2012
New Revision: 45249

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45249
Log:
* Use series for list the patches
* Patches refreshed

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

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Mon Jul 16 13:40:09 2012
@@ -1,10 +1,15 @@
 atlas (3.8.4-9) UNRELEASED; urgency=low
 
+  [ 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)
 
- -- Sébastien Villemot <sebastien.villemot at ens.fr>  Fri, 29 Jun 2012 19:13:39 +0000
+  [ Sylvestre Ledru ]
+  * Use series for list the patches
+  * Patches refreshed
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 16 Jul 2012 15:28:50 +0200
 
 atlas (3.8.4-8) unstable; urgency=low
 

Modified: packages/atlas/trunk/debian/patches/02_rename_lapack_atlas.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/02_rename_lapack_atlas.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/02_rename_lapack_atlas.diff (original)
+++ packages/atlas/trunk/debian/patches/02_rename_lapack_atlas.diff Mon Jul 16 13:40:09 2012
@@ -5,10 +5,11 @@
 ## DP: Rename ATLAS incomplete lapack to lapack_atlas.
 
 @DPATCH@
-diff -urNad atlas-3.8.3~/CONFIG/src/SpewMakeInc.c atlas-3.8.3/CONFIG/src/SpewMakeInc.c
---- atlas-3.8.3~/CONFIG/src/SpewMakeInc.c	2009-08-22 16:02:46.000000000 -0700
-+++ atlas-3.8.3/CONFIG/src/SpewMakeInc.c	2009-08-22 21:27:35.000000000 -0700
-@@ -532,7 +532,7 @@
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:34:02.000000000 +0200
+@@ -536,7 +536,7 @@
        fprintf(fpout, "   PTCBLASlib = $(LIBdir)/libptcblas.a\n");
        fprintf(fpout, "   PTF77BLASlib = $(LIBdir)/libptf77blas.a\n");
     }
@@ -17,9 +18,10 @@
     fprintf(fpout, "   TESTlib = $(LIBdir)/libtstatlas.a\n\n");
  
     fprintf(fpout, "#  -------------------------------------------\n");
-diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
---- atlas-3.8.3~/Make.top	2009-08-22 16:02:46.000000000 -0700
-+++ atlas-3.8.3/Make.top	2009-08-22 21:27:35.000000000 -0700
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2011-05-14 19:33:23.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:34:02.000000000 +0200
 @@ -291,8 +291,8 @@
  install_lib:
  	cp $(LIBdir)/libatlas.a $(INSTdir)/.
@@ -31,9 +33,10 @@
                     $(INSTdir)/libcblas.a 
  	- cp $(LIBdir)/libf77blas.a $(INSTdir)/.
  	- chmod 0644 $(INSTdir)/libf77blas.a
-diff -urNad atlas-3.8.3~/makes/Make.lib atlas-3.8.3/makes/Make.lib
---- atlas-3.8.3~/makes/Make.lib	2009-08-22 16:02:46.000000000 -0700
-+++ atlas-3.8.3/makes/Make.lib	2009-08-22 21:28:16.000000000 -0700
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:34:02.000000000 +0200
 @@ -3,10 +3,10 @@
  #
  # override with libatlas.so only when atlas is built to one lib
@@ -47,7 +50,7 @@
 +CDYNlibs = liblapack_atlas.so libcblas.so libatlas.so 
 +CPTDYNlibs = liblapack_atlas.so libptcblas.so libatlas.so 
  
- VER=3.8.3
+ VER=3.8.4
  tarnam = atlas$(VER)_$(ARCH)
 @@ -23,7 +23,7 @@
  	cp $(LIBdir)/libatlas.a $(ARCH)/lib/.

Modified: packages/atlas/trunk/debian/patches/03_full_blas_lapack.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/03_full_blas_lapack.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/03_full_blas_lapack.diff (original)
+++ packages/atlas/trunk/debian/patches/03_full_blas_lapack.diff Mon Jul 16 13:40:09 2012
@@ -6,11 +6,11 @@
 
 @DPATCH@
 
-diff --git a/Make.top b/Make.top
-index 4e0e89a..60ee35e 100644
---- a/Make.top
-+++ b/Make.top
-@@ -115,6 +115,7 @@ startup : lib include/
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:34:02.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:34:07.000000000 +0200
+@@ -115,6 +115,7 @@
  	$(MAKE) -f Make.top leafstart leaf=src/blas/reference/level1
  	$(MAKE) -f Make.top leafstart leaf=src/auxil
  	$(MAKE) -f Make.top leafstart leaf=src/testing
@@ -18,7 +18,7 @@
  	$(MAKE) -f Make.top leafstart leaf=lib
  	$(MAKE) -f Make.top leafstart leaf=bin
  	cd src/blas/gemm ; mkdir KERNEL
-@@ -271,6 +272,7 @@ killgrd :
+@@ -271,6 +272,7 @@
  
  lib :
  	mkdir lib
@@ -26,11 +26,11 @@
  
  include/:
  	mkdir include
-diff --git a/makes/Make.lib b/makes/Make.lib
-index bd645dc..cc85f8a 100644
---- a/makes/Make.lib
-+++ b/makes/Make.lib
-@@ -64,6 +64,24 @@ libptcblas.so : libptcblas.a
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2012-07-16 15:34:02.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:34:07.000000000 +0200
+@@ -64,6 +64,24 @@
  	ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libptcblas.a
  libcblas.so : libcblas.a
  	ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a

Modified: packages/atlas/trunk/debian/patches/04_static_install_target.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/04_static_install_target.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/04_static_install_target.diff (original)
+++ packages/atlas/trunk/debian/patches/04_static_install_target.diff Mon Jul 16 13:40:09 2012
@@ -5,22 +5,24 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad atlas-3.8.3~/CONFIG/src/Makefile atlas-3.8.3/CONFIG/src/Makefile
---- atlas-3.8.3~/CONFIG/src/Makefile	2009-08-22 21:46:45.000000000 -0700
-+++ atlas-3.8.3/CONFIG/src/Makefile	2009-08-22 21:47:08.000000000 -0700
-@@ -369,7 +369,7 @@
- 	chmod 0755 $(LIBINSTdir)/atlas
- install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas $(LIBINSTdir)/atlas
+Index: ATLAS/CONFIG/src/Makefile
+===================================================================
+--- ATLAS.orig/CONFIG/src/Makefile	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/CONFIG/src/Makefile	2012-07-16 15:34:10.000000000 +0200
+@@ -366,7 +366,7 @@
+ 	chmod 0755 $(LIBINSTdir)
+ install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
  	$(MAKE) -f Make.top install_inc INSTdir=$(INCINSTdir) 
 -	$(MAKE) -f Make.top install_lib INSTdir=$(LIBINSTdir)
 +	$(MAKE) -f Make.top install_static_lib INSTdir=$(LIBINSTdir)
  
  confclean:
  	rm -f *core* *.o config?.out
-diff -urNad atlas-3.8.3~/CONFIG/src/SpewMakeInc.c atlas-3.8.3/CONFIG/src/SpewMakeInc.c
---- atlas-3.8.3~/CONFIG/src/SpewMakeInc.c	2009-08-22 21:47:07.000000000 -0700
-+++ atlas-3.8.3/CONFIG/src/SpewMakeInc.c	2009-08-22 21:47:08.000000000 -0700
-@@ -535,6 +535,9 @@
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:34:02.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:34:10.000000000 +0200
+@@ -539,6 +539,9 @@
     fprintf(fpout, "   LAPACKlib = $(LIBdir)/liblapack_atlas.a\n");
     fprintf(fpout, "   TESTlib = $(LIBdir)/libtstatlas.a\n\n");
  
@@ -30,9 +32,10 @@
     fprintf(fpout, "#  -------------------------------------------\n");
     fprintf(fpout, "#  Upper bound on largest cache size, in bytes\n");
     fprintf(fpout, "#  -------------------------------------------\n");
-diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
---- atlas-3.8.3~/Make.top	2009-08-22 21:47:07.000000000 -0700
-+++ atlas-3.8.3/Make.top	2009-08-22 21:47:08.000000000 -0700
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:34:07.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:34:10.000000000 +0200
 @@ -15,6 +15,11 @@
  build:
  	cd bin/ ; $(MAKE) xatlas_build
@@ -45,7 +48,7 @@
  time: 
  	./xatlbench -dc $(BLDdir)/bin/INSTALL_LOG -dp $(BLDdir)/ARCHS/$(ARCH)
  C_sanity_test:
-@@ -290,12 +292,16 @@
+@@ -290,12 +295,16 @@
  	chmod 0644 $(INSTdir)/cblas.h $(INSTdir)/clapack.h
  	cp $(INCAdir)/* $(INSTdir)/atlas/.
  	- chmod 0644 $(INSTdir)/atlas/*

Modified: packages/atlas/trunk/debian/patches/05_shared_full_blas.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/05_shared_full_blas.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/05_shared_full_blas.diff (original)
+++ packages/atlas/trunk/debian/patches/05_shared_full_blas.diff Mon Jul 16 13:40:09 2012
@@ -5,9 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad atlas-3.8.3~/makes/Make.lib atlas-3.8.3/makes/Make.lib
---- atlas-3.8.3~/makes/Make.lib	2009-08-23 00:05:10.000000000 -0700
-+++ atlas-3.8.3/makes/Make.lib	2009-08-23 00:05:33.000000000 -0700
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2012-07-16 15:34:07.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:34:14.000000000 +0200
 @@ -82,6 +82,15 @@
  	ar r $@ tmp/*.o
  	rm -rf tmp

Modified: packages/atlas/trunk/debian/patches/06_install_shared.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/06_install_shared.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/06_install_shared.diff (original)
+++ packages/atlas/trunk/debian/patches/06_install_shared.diff Mon Jul 16 13:40:09 2012
@@ -5,10 +5,11 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
---- atlas-3.8.3~/Make.top	2009-08-23 01:02:38.000000000 -0700
-+++ atlas-3.8.3/Make.top	2009-08-23 01:02:50.000000000 -0700
-@@ -308,3 +310,12 @@
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:34:10.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:34:17.000000000 +0200
+@@ -311,3 +311,12 @@
  	- cp $(LIBdir)/libptf77blas.a $(INSTdir)/.
  	- chmod 0644 $(INSTdir)/libptcblas.a $(INSTdir)/libptf77blas.a
  
@@ -21,9 +22,10 @@
 +		cp $(LIBdir)/atlas/lib$$lib.so $(INSTdir)/atlas/. ; \
 +		chmod 0644 $(INSTdir)/atlas/lib$$lib.so ;\
 +	done;
-diff -urNad atlas-3.8.3~/makes/Make.lib atlas-3.8.3/makes/Make.lib
---- atlas-3.8.3~/makes/Make.lib	2009-08-23 01:02:38.000000000 -0700
-+++ atlas-3.8.3/makes/Make.lib	2009-08-23 01:07:13.000000000 -0700
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2012-07-16 15:34:14.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:34:17.000000000 +0200
 @@ -36,8 +36,11 @@
  	$(MAKE) libatlas.so liblapack_atlas.so libptf77blas.so libf77blas.so \
                  libptcblas.so libcblas.so liblapack_atlas.so
@@ -71,4 +73,4 @@
 +          --no-whole-archive -L. -latlas $(F77SYSLIB) -lm -lc
  
  # Build full netlib blas/lapack libraries:
- atlas/libblas.a: libatlas.a libf77blas.a libcblas.a
+ atlas/libblas.a: libatlas.a libptf77blas.a libptcblas.a

Modified: packages/atlas/trunk/debian/patches/07_full_sonames.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/07_full_sonames.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/07_full_sonames.diff (original)
+++ packages/atlas/trunk/debian/patches/07_full_sonames.diff Mon Jul 16 13:40:09 2012
@@ -5,11 +5,12 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad atlas-3.8.3~/CONFIG/src/Makefile atlas-3.8.3/CONFIG/src/Makefile
---- atlas-3.8.3~/CONFIG/src/Makefile	2009-08-25 08:09:25.000000000 -0700
-+++ atlas-3.8.3/CONFIG/src/Makefile	2009-08-25 08:09:26.000000000 -0700
-@@ -370,6 +370,13 @@
- install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas $(LIBINSTdir)/atlas
+Index: ATLAS/CONFIG/src/Makefile
+===================================================================
+--- ATLAS.orig/CONFIG/src/Makefile	2012-07-16 15:34:10.000000000 +0200
++++ ATLAS/CONFIG/src/Makefile	2012-07-16 15:34:19.000000000 +0200
+@@ -367,6 +367,13 @@
+ install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
  	$(MAKE) -f Make.top install_inc INSTdir=$(INCINSTdir) 
  	$(MAKE) -f Make.top install_static_lib INSTdir=$(LIBINSTdir)
 +install_headers : $(INCINSTdir) $(INCINSTdir)/atlas
@@ -22,10 +23,11 @@
  
  confclean:
  	rm -f *core* *.o config?.out
-diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
---- atlas-3.8.3~/Make.top	2009-08-25 08:09:25.000000000 -0700
-+++ atlas-3.8.3/Make.top	2009-08-25 08:09:26.000000000 -0700
-@@ -288,6 +288,7 @@
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:34:17.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:34:19.000000000 +0200
+@@ -289,6 +289,7 @@
  	touch include/dXover.h
  	touch include/sXover.h
  
@@ -33,7 +35,7 @@
  install_inc:
  	cp $(INCSdir)/cblas.h $(INSTdir)/.
  	cp $(INCSdir)/clapack.h $(INSTdir)/.
-@@ -312,10 +313,18 @@
+@@ -313,10 +314,18 @@
  
  install_shared_lib:
  	for lib in atlas cblas f77blas lapack_atlas; do \
@@ -54,9 +56,10 @@
 +		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3 ;\
 +		chmod 0644 $(INSTdir)/atlas/lib$$lib.so.3.0 ;\
  	done;
-diff -urNad atlas-3.8.3~/makes/Make.lib atlas-3.8.3/makes/Make.lib
---- atlas-3.8.3~/makes/Make.lib	2009-08-25 08:09:25.000000000 -0700
-+++ atlas-3.8.3/makes/Make.lib	2009-08-25 08:11:25.000000000 -0700
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2012-07-16 15:34:17.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:34:19.000000000 +0200
 @@ -1,12 +1,12 @@
  include Make.inc
  mySRCdir = $(SRCdir)/lib
@@ -73,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.8.3
+ VER=3.8.4
  tarnam = atlas$(VER)_$(ARCH)
 @@ -31,44 +31,95 @@
  	$(GZIP) --best $(tarnam).tar

Modified: packages/atlas/trunk/debian/patches/08_install_shared_lib_call.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/08_install_shared_lib_call.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/08_install_shared_lib_call.diff (original)
+++ packages/atlas/trunk/debian/patches/08_install_shared_lib_call.diff Mon Jul 16 13:40:09 2012
@@ -1,5 +1,7 @@
---- ATLAS/CONFIG/src/Makefile.orig	2009-09-09 05:10:07.000000000 -0400
-+++ ATLAS/CONFIG/src/Makefile	2009-09-09 05:09:30.000000000 -0400
+Index: ATLAS/CONFIG/src/Makefile
+===================================================================
+--- ATLAS.orig/CONFIG/src/Makefile	2012-07-16 15:34:19.000000000 +0200
++++ ATLAS/CONFIG/src/Makefile	2012-07-16 15:34:21.000000000 +0200
 @@ -367,6 +367,7 @@
  install : $(INCINSTdir) $(LIBINSTdir) $(INCINSTdir)/atlas
  	$(MAKE) -f Make.top install_inc INSTdir=$(INCINSTdir) 

Modified: packages/atlas/trunk/debian/patches/09_mkdir_inst_dir.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/09_mkdir_inst_dir.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/09_mkdir_inst_dir.diff (original)
+++ packages/atlas/trunk/debian/patches/09_mkdir_inst_dir.diff Mon Jul 16 13:40:09 2012
@@ -1,6 +1,8 @@
---- Make.top.orig	2009-09-09 05:26:27.000000000 -0400
-+++ Make.top	2009-09-09 05:26:11.000000000 -0400
-@@ -297,6 +297,7 @@
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:34:19.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:35:25.000000000 +0200
+@@ -298,6 +298,7 @@
  	- chmod 0644 $(INSTdir)/atlas/*
  
  install_static_lib:
@@ -8,7 +10,7 @@
  	cp $(LIBdir)/libatlas.a $(INSTdir)/.
  	cp $(LIBdir)/libcblas.a $(INSTdir)/.
  	cp $(LIBdir)/liblapack_atlas.a $(INSTdir)/.
-@@ -312,6 +313,7 @@
+@@ -313,6 +314,7 @@
  	- chmod 0644 $(INSTdir)/libptcblas.a $(INSTdir)/libptf77blas.a
  
  install_shared_lib:

Modified: packages/atlas/trunk/debian/patches/10_s390.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/10_s390.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/10_s390.diff (original)
+++ packages/atlas/trunk/debian/patches/10_s390.diff Mon Jul 16 13:40:09 2012
@@ -1,6 +1,8 @@
---- CONFIG//include/atlconf.h.orig	2010-04-18 17:25:13.000000000 +0000
-+++ CONFIG//include/atlconf.h	2010-04-18 17:25:22.000000000 +0000
-@@ -47,6 +47,14 @@
+Index: ATLAS/CONFIG/include/atlconf.h
+===================================================================
+--- ATLAS.orig/CONFIG/include/atlconf.h	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/CONFIG/include/atlconf.h	2012-07-16 15:39:21.000000000 +0200
+@@ -51,6 +51,14 @@
  #endif
  #define MachIsPPC(mach_) \
     ( (mach_) >= PPCG4 && (mach_) <= PPCG5 )
@@ -15,19 +17,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
---- CONFIG//src/probe_comp.c.orig	2010-04-18 17:25:35.000000000 +0000
-+++ CONFIG//src/probe_comp.c	2010-04-18 17:25:51.000000000 +0000
-@@ -510,6 +510,8 @@
- 
-    if (MachIsIA64(arch))
-       return(sp);
-+   if (MachIsS390(arch))
-+      return(sp);
-    if (MachIsMIPS(arch))
-       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
-    if (!CompIsGcc(comp))
---- CONFIG//src/SpewMakeInc.c.orig	2010-04-18 17:26:01.000000000 +0000
-+++ CONFIG//src/SpewMakeInc.c	2010-04-18 17:26:12.000000000 +0000
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:34:10.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:21.000000000 +0200
 @@ -340,6 +340,8 @@
  
     if (MachIsIA64(arch))
@@ -37,3 +30,16 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (!CompIsGcc(comp))
+Index: ATLAS/CONFIG/src/probe_comp.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:21.000000000 +0200
+@@ -507,6 +507,8 @@
+ 
+    if (MachIsIA64(arch))
+       return(sp);
++   if (MachIsS390(arch))
++      return(sp);
+    if (MachIsMIPS(arch))
+       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
+    if (!CompIsGcc(comp))

Modified: packages/atlas/trunk/debian/patches/12_check-exists.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/12_check-exists.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/12_check-exists.diff (original)
+++ packages/atlas/trunk/debian/patches/12_check-exists.diff Mon Jul 16 13:40:09 2012
@@ -1,8 +1,8 @@
-Index: atlas-3.8.3/Make.top
+Index: ATLAS/Make.top
 ===================================================================
---- atlas-3.8.3.orig/Make.top	2010-02-10 10:43:40.000000000 +0100
-+++ atlas-3.8.3/Make.top	2010-02-10 11:12:09.000000000 +0100
-@@ -122,31 +122,31 @@
+--- ATLAS.orig/Make.top	2012-07-16 15:35:25.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:39:25.000000000 +0200
+@@ -123,31 +123,31 @@
  	$(MAKE) -f Make.top leafstart leaf=lib/atlas
  	$(MAKE) -f Make.top leafstart leaf=lib
  	$(MAKE) -f Make.top leafstart leaf=bin

Modified: packages/atlas/trunk/debian/patches/16_warning-removed.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/16_warning-removed.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/16_warning-removed.diff (original)
+++ packages/atlas/trunk/debian/patches/16_warning-removed.diff Mon Jul 16 13:40:09 2012
@@ -1,5 +1,7 @@
---- atlas-3.8.3.orig/CONFIG/src/Makefile	2009-02-18 19:47:37.000000000 +0100
-+++ ATLAS/CONFIG/src/Makefile	2009-09-05 01:19:00.000000000 +0200
+Index: ATLAS/CONFIG/src/Makefile
+===================================================================
+--- ATLAS.orig/CONFIG/src/Makefile	2012-07-16 15:34:21.000000000 +0200
++++ ATLAS/CONFIG/src/Makefile	2012-07-16 15:39:30.000000000 +0200
 @@ -300,26 +300,26 @@
  DoNothing:
  
@@ -45,8 +47,10 @@
  
  #
  # Simple test returns error if directory doesn't exist
---- atlas-3.8.3.orig/Make.top	2009-02-18 19:47:35.000000000 +0100
-+++ ATLAS/Make.top	2009-09-05 01:27:21.000000000 +0200
+Index: ATLAS/Make.top
+===================================================================
+--- ATLAS.orig/Make.top	2012-07-16 15:39:25.000000000 +0200
++++ ATLAS/Make.top	2012-07-16 15:39:30.000000000 +0200
 @@ -10,7 +10,7 @@
  	mv error_$(ARCH).tar.gz error_$(ARCH).tgz
  
@@ -55,4 +59,4 @@
 +	cd $(leaf) ; if test -h Make.inc; then rm Make.inc; fi; ln -s $(BLDdir)/Make.inc Make.inc
  
  build:
- 	cd bin/ ; $(MAKE) xatlas_install
+ 	cd bin/ ; $(MAKE) xatlas_build

Modified: packages/atlas/trunk/debian/patches/17_hppa.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/17_hppa.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/17_hppa.diff (original)
+++ packages/atlas/trunk/debian/patches/17_hppa.diff Mon Jul 16 13:40:09 2012
@@ -1,7 +1,8 @@
-diff -ur atlas-3.8.3.orig/CONFIG//include/atlconf.h atlas-3.8.3/CONFIG//include/atlconf.h
---- atlas-3.8.3.orig/CONFIG//include/atlconf.h	2010-04-08 15:40:16.000000000 +0000
-+++ atlas-3.8.3/CONFIG//include/atlconf.h	2010-04-08 14:34:46.000000000 +0000
-@@ -49,6 +49,13 @@
+Index: ATLAS/CONFIG/include/atlconf.h
+===================================================================
+--- ATLAS.orig/CONFIG/include/atlconf.h	2012-07-16 15:39:21.000000000 +0200
++++ ATLAS/CONFIG/include/atlconf.h	2012-07-16 15:39:32.000000000 +0200
+@@ -58,6 +58,13 @@
  #define MachIsS390(mach_) \
     ( 0 )
  #endif
@@ -13,23 +14,12 @@
 +   ( 0 )
 +#endif
  
+ 
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
- static char *f2c_intstr[5] =
-diff -ur atlas-3.8.3.orig/CONFIG//src/probe_comp.c atlas-3.8.3/CONFIG//src/probe_comp.c
---- atlas-3.8.3.orig/CONFIG//src/probe_comp.c	2010-04-08 15:40:17.000000000 +0000
-+++ atlas-3.8.3/CONFIG//src/probe_comp.c	2010-04-08 14:38:01.000000000 +0000
-@@ -512,6 +512,8 @@
-       return(sp);
-    if (MachIsS390(arch))
-       return(sp);
-+   if (MachIsHPPA(arch))
-+     return(sp);
-    if (MachIsMIPS(arch))
-       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
-    if (!CompIsGcc(comp))
-diff -ur atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c atlas-3.8.3/CONFIG//src/SpewMakeInc.c
---- atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c	2010-04-08 15:40:18.000000000 +0000
-+++ atlas-3.8.3/CONFIG//src/SpewMakeInc.c	2010-04-08 14:38:43.000000000 +0000
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:21.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:32.000000000 +0200
 @@ -342,6 +342,8 @@
        return(sp);
     if (MachIsS390(arch))
@@ -39,3 +29,16 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (!CompIsGcc(comp))
+Index: ATLAS/CONFIG/src/probe_comp.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2012-07-16 15:39:21.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:32.000000000 +0200
+@@ -509,6 +509,8 @@
+       return(sp);
+    if (MachIsS390(arch))
+       return(sp);
++   if (MachIsHPPA(arch))
++     return(sp);
+    if (MachIsMIPS(arch))
+       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
+    if (!CompIsGcc(comp))

Modified: packages/atlas/trunk/debian/patches/18_alpha.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/18_alpha.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/18_alpha.diff (original)
+++ packages/atlas/trunk/debian/patches/18_alpha.diff Mon Jul 16 13:40:09 2012
@@ -1,7 +1,8 @@
-diff -ur atlas-3.8.3.orig/CONFIG//include/atlconf.h atlas-3.8.3/CONFIG//include/atlconf.h
---- atlas-3.8.3.orig/CONFIG//include/atlconf.h	2010-04-08 15:48:00.000000000 +0000
-+++ atlas-3.8.3/CONFIG//include/atlconf.h	2010-04-08 15:50:11.000000000 +0000
-@@ -56,6 +56,13 @@
+Index: ATLAS/CONFIG/include/atlconf.h
+===================================================================
+--- ATLAS.orig/CONFIG/include/atlconf.h	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/include/atlconf.h	2012-07-16 15:39:32.000000000 +0200
+@@ -65,6 +65,13 @@
  #define MachIsHPPA(mach_) \
     ( 0 )
  #endif
@@ -13,25 +14,12 @@
 +  ( 0 )
 +#endif
  
+ 
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
- static char *f2c_intstr[5] =
-Seulement dans atlas-3.8.3/CONFIG//include: atlconf.h~
-diff -ur atlas-3.8.3.orig/CONFIG//src/probe_comp.c atlas-3.8.3/CONFIG//src/probe_comp.c
---- atlas-3.8.3.orig/CONFIG//src/probe_comp.c	2010-04-08 15:48:00.000000000 +0000
-+++ atlas-3.8.3/CONFIG//src/probe_comp.c	2010-04-08 15:49:57.000000000 +0000
-@@ -514,6 +514,8 @@
-       return(sp);
-    if (MachIsHPPA(arch))
-      return(sp);
-+   if (MachIsALPHA(arch))
-+     return(sp);
-    if (MachIsMIPS(arch))
-       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
-    if (!CompIsGcc(comp))
-Seulement dans atlas-3.8.3/CONFIG//src: probe_comp.c~
-diff -ur atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c atlas-3.8.3/CONFIG//src/SpewMakeInc.c
---- atlas-3.8.3.orig/CONFIG//src/SpewMakeInc.c	2010-04-08 15:48:00.000000000 +0000
-+++ atlas-3.8.3/CONFIG//src/SpewMakeInc.c	2010-04-08 15:49:48.000000000 +0000
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:32.000000000 +0200
 @@ -344,6 +344,8 @@
        return(sp);
     if (MachIsHPPA(arch))
@@ -41,4 +29,16 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (!CompIsGcc(comp))
-Seulement dans atlas-3.8.3/CONFIG//src: SpewMakeInc.c~
+Index: ATLAS/CONFIG/src/probe_comp.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:32.000000000 +0200
+@@ -511,6 +511,8 @@
+       return(sp);
+    if (MachIsHPPA(arch))
+      return(sp);
++   if (MachIsALPHA(arch))
++     return(sp);
+    if (MachIsMIPS(arch))
+       return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
+    if (!CompIsGcc(comp))

Modified: packages/atlas/trunk/debian/patches/20_armel.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/20_armel.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/20_armel.diff (original)
+++ packages/atlas/trunk/debian/patches/20_armel.diff Mon Jul 16 13:40:09 2012
@@ -1,8 +1,8 @@
-Index: atlas-3.8.3/CONFIG/include/atlconf.h
+Index: ATLAS/CONFIG/include/atlconf.h
 ===================================================================
---- atlas-3.8.3.orig/CONFIG/include/atlconf.h	2010-04-29 14:09:06.000000000 +0000
-+++ atlas-3.8.3/CONFIG/include/atlconf.h	2010-04-29 14:09:39.000000000 +0000
-@@ -68,6 +68,14 @@
+--- ATLAS.orig/CONFIG/include/atlconf.h	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/include/atlconf.h	2012-07-16 15:39:33.000000000 +0200
+@@ -72,6 +72,14 @@
  #define MachIsALPHA(mach_) \
    ( 0 )
  #endif
@@ -15,12 +15,12 @@
 +#endif
 +
  
+ 
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
- static char *f2c_intstr[5] =
-Index: atlas-3.8.3/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.8.3.orig/CONFIG/src/SpewMakeInc.c	2010-04-29 14:10:54.000000000 +0000
-+++ atlas-3.8.3/CONFIG/src/SpewMakeInc.c	2010-04-29 14:11:20.000000000 +0000
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:33.000000000 +0200
 @@ -346,6 +346,8 @@
       return(sp);
     if (MachIsALPHA(arch))
@@ -30,11 +30,11 @@
     if (MachIsMIPS(arch))
        return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
     if (!CompIsGcc(comp))
-Index: atlas-3.8.3/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.8.3.orig/CONFIG/src/probe_comp.c	2010-04-29 14:09:48.000000000 +0000
-+++ atlas-3.8.3/CONFIG/src/probe_comp.c	2010-04-29 14:10:46.000000000 +0000
-@@ -516,6 +516,8 @@
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2012-07-16 15:39:32.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:33.000000000 +0200
+@@ -513,6 +513,8 @@
       return(sp);
     if (MachIsALPHA(arch))
       return(sp);

Modified: packages/atlas/trunk/debian/patches/21_mips2.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/21_mips2.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/21_mips2.diff (original)
+++ packages/atlas/trunk/debian/patches/21_mips2.diff Mon Jul 16 13:40:09 2012
@@ -1,9 +1,9 @@
-Index: atlas-3.8.3/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.8.3.orig/CONFIG/src/SpewMakeInc.c	2010-05-11 09:36:12.000000000 +0000
-+++ atlas-3.8.3/CONFIG/src/SpewMakeInc.c	2010-05-11 09:36:34.000000000 +0000
-@@ -347,7 +347,8 @@
-    if (MachIsALPHA(arch))
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:33.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:34.000000000 +0200
+@@ -349,7 +349,8 @@
+    if (MachIsARMEL(arch))
       return(sp);
     if (MachIsMIPS(arch))
 -      return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
@@ -12,12 +12,12 @@
     if (!CompIsGcc(comp))
     {
  /*
-Index: atlas-3.8.3/CONFIG/src/probe_comp.c
+Index: ATLAS/CONFIG/src/probe_comp.c
 ===================================================================
---- atlas-3.8.3.orig/CONFIG/src/probe_comp.c	2010-05-11 09:32:40.000000000 +0000
-+++ atlas-3.8.3/CONFIG/src/probe_comp.c	2010-05-11 09:36:03.000000000 +0000
-@@ -517,7 +517,8 @@
-    if (MachIsALPHA(arch))
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2012-07-16 15:39:33.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:34.000000000 +0200
+@@ -516,7 +516,8 @@
+    if (MachIsARMEL(arch))
       return(sp);
     if (MachIsMIPS(arch))
 -      return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");

Modified: packages/atlas/trunk/debian/patches/22_sh.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/22_sh.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/22_sh.diff (original)
+++ packages/atlas/trunk/debian/patches/22_sh.diff Mon Jul 16 13:40:09 2012
@@ -1,6 +1,8 @@
---- a/CONFIG//include/atlconf.h	2010-09-02 10:22:57.000000000 +0900
-+++ b/CONFIG//include/atlconf.h	2010-09-02 10:24:30.000000000 +0900
-@@ -75,8 +75,13 @@
+Index: ATLAS/CONFIG/include/atlconf.h
+===================================================================
+--- ATLAS.orig/CONFIG/include/atlconf.h	2012-07-16 15:39:33.000000000 +0200
++++ ATLAS/CONFIG/include/atlconf.h	2012-07-16 15:39:35.000000000 +0200
+@@ -79,8 +79,13 @@
  #define MachIsARMEL(mach_) \
    ( 0 )
  #endif
@@ -16,19 +18,10 @@
  
  static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"};
  static char *f2c_intstr[5] =
---- a/CONFIG//src/probe_comp.c	2010-09-02 10:24:48.000000000 +0900
-+++ b/CONFIG//src/probe_comp.c	2010-09-02 10:25:29.000000000 +0900
-@@ -521,6 +521,8 @@
-    if (MachIsMIPS(arch))
- 	return(sp);
- //      return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
-+   if (MachIsSH(arch))
-+     return(sp);
-    if (!CompIsGcc(comp))
-    {
- /*
---- a/CONFIG//src/SpewMakeInc.c	2010-09-02 10:37:54.000000000 +0900
-+++ b/CONFIG//src/SpewMakeInc.c	2010-09-02 10:38:14.000000000 +0900
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:34.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:35.000000000 +0200
 @@ -351,6 +351,8 @@
     if (MachIsMIPS(arch))
  	return(sp);
@@ -38,3 +31,16 @@
     if (!CompIsGcc(comp))
     {
  /*
+Index: ATLAS/CONFIG/src/probe_comp.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/probe_comp.c	2012-07-16 15:39:34.000000000 +0200
++++ ATLAS/CONFIG/src/probe_comp.c	2012-07-16 15:39:35.000000000 +0200
+@@ -518,6 +518,8 @@
+    if (MachIsMIPS(arch))
+ 	return(sp);
+ //      return((ptrbits == 64) ? "-mabi=64" : "-mabi=n32");
++   if (MachIsSH(arch))
++     return(sp);
+    if (!CompIsGcc(comp))
+    {
+ /*

Modified: packages/atlas/trunk/debian/patches/23_fix_unresolvable_on_sh4.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/23_fix_unresolvable_on_sh4.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/23_fix_unresolvable_on_sh4.diff (original)
+++ packages/atlas/trunk/debian/patches/23_fix_unresolvable_on_sh4.diff Mon Jul 16 13:40:09 2012
@@ -1,5 +1,7 @@
---- a/makes/Make.lib	2010-12-01 11:24:41.000000000 +0900
-+++ b/makes/Make.lib	2010-12-01 11:25:06.000000000 +0900
+Index: ATLAS/makes/Make.lib
+===================================================================
+--- ATLAS.orig/makes/Make.lib	2012-07-16 15:34:19.000000000 +0200
++++ ATLAS/makes/Make.lib	2012-07-16 15:39:35.000000000 +0200
 @@ -101,7 +101,7 @@
  
  libatlas.so.3.0 : libatlas.a

Modified: packages/atlas/trunk/debian/patches/corei1.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/corei1.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/corei1.diff (original)
+++ packages/atlas/trunk/debian/patches/corei1.diff Mon Jul 16 13:40:09 2012
@@ -1,7 +1,9 @@
 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
+Index: ATLAS/CONFIG/src/backend/archinfo_x86.c
+===================================================================
+--- ATLAS.orig/CONFIG/src/backend/archinfo_x86.c	2011-05-14 19:33:24.000000000 +0200
++++ ATLAS/CONFIG/src/backend/archinfo_x86.c	2012-07-16 15:39:36.000000000 +0200
 @@ -309,9 +309,9 @@
        case 0x1A:
        case 0x1E:

Modified: packages/atlas/trunk/debian/patches/kfreebsd.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/kfreebsd.diff?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/kfreebsd.diff (original)
+++ packages/atlas/trunk/debian/patches/kfreebsd.diff Mon Jul 16 13:40:09 2012
@@ -1,8 +1,8 @@
-Index: atlas-3.8.4/CONFIG/src/SpewMakeInc.c
+Index: ATLAS/CONFIG/src/SpewMakeInc.c
 ===================================================================
---- atlas-3.8.4.orig/CONFIG/src/SpewMakeInc.c	2011-05-17 15:15:30.000000000 +0200
-+++ atlas-3.8.4/CONFIG/src/SpewMakeInc.c	2011-05-17 15:15:58.000000000 +0200
-@@ -668,8 +668,10 @@
+--- ATLAS.orig/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:35.000000000 +0200
++++ ATLAS/CONFIG/src/SpewMakeInc.c	2012-07-16 15:39:37.000000000 +0200
+@@ -682,8 +682,10 @@
           fprintf(fpout, " -melf_i386");
        else if (ptrbits == 64)
           fprintf(fpout, " -melf_x86_64");

Added: packages/atlas/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/series?rev=45249&op=file
==============================================================================
--- packages/atlas/trunk/debian/patches/series (added)
+++ packages/atlas/trunk/debian/patches/series Mon Jul 16 13:40:09 2012
@@ -1,0 +1,19 @@
+02_rename_lapack_atlas.diff
+03_full_blas_lapack.diff
+04_static_install_target.diff
+05_shared_full_blas.diff
+06_install_shared.diff
+07_full_sonames.diff
+08_install_shared_lib_call.diff
+09_mkdir_inst_dir.diff
+10_s390.diff
+12_check-exists.diff
+16_warning-removed.diff
+17_hppa.diff
+18_alpha.diff
+20_armel.diff
+21_mips2.diff
+22_sh.diff
+23_fix_unresolvable_on_sh4.diff
+corei1.diff
+kfreebsd.diff

Modified: packages/atlas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/rules?rev=45249&op=diff
==============================================================================
--- packages/atlas/trunk/debian/rules (original)
+++ packages/atlas/trunk/debian/rules Mon Jul 16 13:40:09 2012
@@ -2,7 +2,6 @@
 # Copyright 2008-2010 Sylvestre Ledru <sylvestre at debian.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)




More information about the debian-science-commits mailing list