[scalapack] 04/29: Import Debian changes 1.7-8

Muammar El Khatib muammar at moszumanska.debian.org
Sun Jun 11 16:16:28 UTC 2017


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

muammar pushed a commit to branch master
in repository scalapack.

commit 5a7d9ee311d574f2a8170cd5abf90220e9031a54
Author: Philipp Frauenfelder <pfrauenf at debian.org>
Date:   Thu Apr 28 13:55:52 2005 +0200

    Import Debian changes 1.7-8
    
    scalapack (1.7-8) unstable; urgency=low
    
      * Adjust build deps for LAPACK and BLAS and also change the linking
        wrt. these libraries. Closes: #302425. Thanks to Camm Maguire
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 6 +++---
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cfc7efb..9aff3a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scalapack (1.7-8) unstable; urgency=low
+
+  * Adjust build deps for LAPACK and BLAS and also change the linking
+    wrt. these libraries. Closes: #302425. Thanks to Camm Maguire
+
+ -- Philipp Frauenfelder <pfrauenf at debian.org>  Thu, 28 Apr 2005 13:55:52 +0200
+
 scalapack (1.7-7) unstable; urgency=low
 
   * Adjust manual dependencies. Closes: #229831
diff --git a/debian/control b/debian/control
index 372cfec..720c8ee 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Philipp Frauenfelder <pfrauenf at debian.org>
 Standards-Version: 3.6.1
-Build-Depends: mpich, lam4-dev, pvm-dev, blacs-mpich-dev, blacs-lam-dev, blacs-pvm-dev, g77, lapack-dev, blas-dev, f2c, debhelper
+Build-Depends: mpich, lam4-dev, pvm-dev, blacs-mpich-dev, blacs-lam-dev, blacs-pvm-dev, g77, lapack3-dev | liblapack-3.so, refblas3-dev | libblas-3.so, f2c, debhelper
 
 Package: scalapack1-mpich
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 36857ff..f3390b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ build-stamp-lam:
 	  ar x ../$${i}_lam.a ;\
 	  cd .. ;\
 	  gcc -shared -Wl,-soname=lib$$i-lam.so.$(version_major) -o \
-	    lib$$i-lam.so.$(version) tmp/*.o ;\
+	    lib$$i-lam.so.$(version) tmp/*.o -lblas-3 -llapack-3 -lblacsCinit-lam -lblacs-lam -llam -lg2c;\
 	  ln -snf lib$$i-lam.so.$(version) lib$$i-lam.so.$(version_major) ;\
 	  ln -snf lib$$i-lam.so.$(version_major) lib$$i-lam.so ;\
 	  rm tmp/* ;\
@@ -91,7 +91,7 @@ build-stamp-mpich:
 	  ar x ../$${i}_mpich.a ;\
 	  cd .. ;\
 	  gcc -shared -Wl,-soname=lib$$i-mpich.so.$(version_major) -o \
-	    lib$$i-mpich.so.$(version) tmp/*.o ;\
+	    lib$$i-mpich.so.$(version) tmp/*.o -lblas-3 -llapack-3 -lblacsCinit-mpich -lblacs-mpich -L /usr/lib/mpich/lib/shared -lmpich -lg2c;\
 	  ln -snf lib$$i-mpich.so.$(version) lib$$i-mpich.so.$(version_major) ;\
 	  ln -snf lib$$i-mpich.so.$(version_major) lib$$i-mpich.so ;\
 	  rm tmp/* ;\
@@ -134,7 +134,7 @@ build-stamp-pvm:
 	  ar x ../$${i}_pvm.a ;\
 	  cd .. ;\
 	  gcc -shared -Wl,-soname=lib$$i-pvm.so.$(version_major) -o \
-	    lib$$i-pvm.so.$(version) tmp/*.o ;\
+	    lib$$i-pvm.so.$(version) tmp/*.o -lblas-3 -llapack-3 -lblacs-pvm -lpvm3 -lg2c;\
 	  ln -snf lib$$i-pvm.so.$(version) lib$$i-pvm.so.$(version_major) ;\
 	  ln -snf lib$$i-pvm.so.$(version_major) lib$$i-pvm.so ;\
 	  rm tmp/* ;\

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



More information about the debian-science-commits mailing list