[scalapack] 19/29: Import Debian changes 1.8.0-9

Muammar El Khatib muammar at moszumanska.debian.org
Sun Jun 11 16:16:30 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 9f1ae27200c6af07576b1a89c8e5b3ac8fe7f837
Author: Muammar El Khatib <muammar at debian.org>
Date:   Thu Dec 29 20:24:51 2011 +0100

    Import Debian changes 1.8.0-9
    
    scalapack (1.8.0-9) unstable; urgency=low
    
      * scalapack failed to build from source with the new mpich2's targets. For
        avoiding this, scalapack has been linked explicitly with -lmpich -lmpl.
        Thanks again to Adam C Powell IV for providing a solution. (Closes: #653610)
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abb5f8d..64775ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scalapack (1.8.0-9) unstable; urgency=low
+
+  * scalapack failed to build from source with the new mpich2's targets. For
+    avoiding this, scalapack has been linked explicitly with -lmpich -lmpl.
+    Thanks again to Adam C Powell IV for providing a solution. (Closes: #653610)
+
+ -- Muammar El Khatib <muammar at debian.org>  Thu, 29 Dec 2011 20:24:51 +0100
+
 scalapack (1.8.0-8) unstable; urgency=low
 
   * Added mpich2 targets in debian/rules. Thanks to Adam C Powell IV for
diff --git a/debian/rules b/debian/rules
index 1a83678..ce2c250 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,7 +184,7 @@ build-stamp-mpich2:
 	  ar x ../$${i}_mpich2.a ;\
 	  cd .. ;\
 	  gcc -shared -Wl,-soname=lib$$i-mpich2.so.$(version_major) -o \
-	    lib$$i-mpich2.so.$(version) tmp/*.o -lblas -llapack -lblacsCinit-mpich2 -lblacs-mpich2 -lmpich -lgfortran;\
+	    lib$$i-mpich2.so.$(version) tmp/*.o -lblas -llapack -lblacsCinit-mpich2 -lblacs-mpich2 -lmpich -lmpl -lgfortran;\
 	  ln -snf lib$$i-mpich2.so.$(version) lib$$i-mpich2.so.$(version_major) ;\
 	  ln -snf lib$$i-mpich2.so.$(version_major) lib$$i-mpich2.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