r38390 - in /packages/openblas/trunk/debian: changelog patches/ patches/series patches/sparc.diff source/ source/format

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sat Apr 16 13:40:29 UTC 2011


Author: sylvestre
Date: Sat Apr 16 13:40:26 2011
New Revision: 38390

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38390
Log:
  * Update the README.Debian file
  * watch file removed for now (it was the one from atlas)
  * Fix a custom build issue (thanks to Ryan Lovett for the bug report)
  * Fix a FTBFS under sparc
  * Switch to dpkg-source 3.0 (quilt) format

Added:
    packages/openblas/trunk/debian/patches/
    packages/openblas/trunk/debian/patches/series
    packages/openblas/trunk/debian/patches/sparc.diff
    packages/openblas/trunk/debian/source/
    packages/openblas/trunk/debian/source/format
Modified:
    packages/openblas/trunk/debian/changelog

Modified: packages/openblas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/changelog?rev=38390&op=diff
==============================================================================
--- packages/openblas/trunk/debian/changelog (original)
+++ packages/openblas/trunk/debian/changelog Sat Apr 16 13:40:26 2011
@@ -3,8 +3,10 @@
   * Update the README.Debian file
   * watch file removed for now (it was the one from atlas)
   * Fix a custom build issue (thanks to Ryan Lovett for the bug report)
+  * Fix a FTBFS under sparc
+  * Switch to dpkg-source 3.0 (quilt) format
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 16 Apr 2011 14:45:36 +0200
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 16 Apr 2011 15:23:22 +0200
 
 openblas (0.1alpha1-1) experimental; urgency=low
 

Added: packages/openblas/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/patches/series?rev=38390&op=file
==============================================================================
--- packages/openblas/trunk/debian/patches/series (added)
+++ packages/openblas/trunk/debian/patches/series Sat Apr 16 13:40:26 2011
@@ -1,0 +1,1 @@
+sparc.diff

Added: packages/openblas/trunk/debian/patches/sparc.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/patches/sparc.diff?rev=38390&op=file
==============================================================================
--- packages/openblas/trunk/debian/patches/sparc.diff (added)
+++ packages/openblas/trunk/debian/patches/sparc.diff Sat Apr 16 13:40:26 2011
@@ -1,0 +1,13 @@
+Index: openblas-0.1alpha1/param.h
+===================================================================
+--- openblas-0.1alpha1.orig/param.h	2011-04-16 13:20:12.000000000 +0000
++++ openblas-0.1alpha1/param.h	2011-04-16 13:20:29.000000000 +0000
+@@ -1404,7 +1404,7 @@
+ #define GEMM_THREAD gemm_thread_mn
+ #endif
+ 
+-#if defined(SPARC) && defined(V9)
++#if (defined(SPARC) && defined(V9)) || defined(__sparc_v9__)
+ 
+ #define SNUMOPT		2
+ #define DNUMOPT		2

Added: packages/openblas/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/source/format?rev=38390&op=file
==============================================================================
--- packages/openblas/trunk/debian/source/format (added)
+++ packages/openblas/trunk/debian/source/format Sat Apr 16 13:40:26 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the debian-science-commits mailing list