[superlu] 06/11: Imported Debian patch 3.0+20070106-2

Nico Schlömer nschloe-guest at moszumanska.debian.org
Tue May 17 19:22:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a commit to branch master
in repository superlu.

commit dd06f0eddf468c6411502ed54f2f0d4de92e1585
Author: Christophe Prud'homme <prudhomm at debian.org>
Date:   Thu Jan 24 10:22:42 2008 +0100

    Imported Debian patch 3.0+20070106-2
---
 TESTING/Makefile | 10 +++++-----
 debian/changelog | 11 ++++++++++-
 debian/control   |  8 ++++----
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/TESTING/Makefile b/TESTING/Makefile
index 84df75d..a0421e9 100644
--- a/TESTING/Makefile
+++ b/TESTING/Makefile
@@ -1,5 +1,5 @@
 include ../make.inc
-SUPERLULIB=-lsuperlu
+
 #######################################################################
 #  This makefile creates the test programs for the linear equation
 #  routines in SuperLU.  The test files are grouped as follows:
@@ -56,7 +56,7 @@ testmat:
 
 single: ./stest stest.out
 
-./stest: $(SLINTST) $(ALINTST)  $(TMGLIB)
+./stest: $(SLINTST) $(ALINTST) $(SUPERLULIB) $(TMGLIB)
 	$(LOADER) $(LOADOPTS) $(SLINTST) $(ALINTST) \
         $(TMGLIB) $(SUPERLULIB) $(BLASLIB) -lm -o $@
 
@@ -66,7 +66,7 @@ stest.out: stest stest.csh
 
 double: ./dtest dtest.out
 
-./dtest: $(DLINTST) $(ALINTST)  $(TMGLIB)
+./dtest: $(DLINTST) $(ALINTST) $(SUPERLULIB) $(TMGLIB)
 	$(LOADER) $(LOADOPTS) $(DLINTST) $(ALINTST) \
         $(TMGLIB) $(SUPERLULIB) $(BLASLIB) -lm -o $@
 
@@ -76,7 +76,7 @@ dtest.out: dtest dtest.csh
 
 complex: ./ctest ctest.out
 
-./ctest: $(CLINTST) $(ALINTST)  $(TMGLIB)
+./ctest: $(CLINTST) $(ALINTST) $(SUPERLULIB) $(TMGLIB)
 	$(LOADER) $(LOADOPTS) $(CLINTST) $(ALINTST) \
 	$(TMGLIB) $(SUPERLULIB) $(BLASLIB) -lm -o $@
 
@@ -86,7 +86,7 @@ ctest.out: ctest ctest.csh
 
 complex16: ./ztest ztest.out
 
-./ztest: $(ZLINTST) $(ALINTST)  $(TMGLIB)
+./ztest: $(ZLINTST) $(ALINTST) $(SUPERLULIB) $(TMGLIB)
 	$(LOADER) $(LOADOPTS) $(ZLINTST) $(ALINTST) \
 	$(TMGLIB) $(SUPERLULIB) $(BLASLIB) -lm -o $@
 
diff --git a/debian/changelog b/debian/changelog
index a96da0c..c274d5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+superlu (3.0+20070106-2) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/control: update Standards-Version, no change
+  * Bug fix: "superlu: Please depend on libblas instead of refblas3",
+    thanks to Colin Tuckley (Closes: #462290).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 24 Jan 2008 10:22:42 +0100
+
 superlu (3.0+20070106-1) unstable; urgency=low
 
   [ Rafael Laboissiere ]
@@ -7,7 +16,7 @@ superlu (3.0+20070106-1) unstable; urgency=low
   [Christophe Prud'homme]
   * New upstream release
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 15 Jul 2007 09:52:32 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 15 Jul 2007 10:00:50 +0200
 
 superlu (3.0-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e3a12fa..cd6b1f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Priority: optional
 Section: devel
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 4.0.0), gcc( >= 3.0 ), refblas3-dev | atlas3-base-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.0.0), gcc( >= 3.0 ), libblas-dev|refblas3-dev | atlas3-base-dev
+Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/superlu/
 
 Package: libsuperlu3-dev
 Section: libdevel
 Architecture: any
-Depends: libsuperlu3 (= ${Source-Version}), refblas3-dev | atlas3-base-dev
+Depends: libsuperlu3 (= ${Source-Version}), libblas-dev|refblas3-dev | atlas3-base-dev
 Description: Direct solution of large, sparse systems of linear equations
  SuperLU is a general purpose library for the direct solution of
  large, sparse, nonsymmetric systems of linear equations on high
@@ -32,7 +32,7 @@ Description: Direct solution of large, sparse systems of linear equations
 Package: libsuperlu3
 Section: libs
 Architecture: any
-Depends: refblas3 | atlas3-base | libblas-3.so, ${shlibs:Depends}
+Depends: libblas3gf | refblas3 | atlas3-base | libblas-3.so, ${shlibs:Depends}
 Description: Direct solution of large, sparse systems of linear equations
  SuperLU is a general purpose library for the direct solution of
  large, sparse, nonsymmetric systems of linear equations on high

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu.git



More information about the debian-science-commits mailing list