[scalapack] 11/29: Import Debian changes 1.8.0-2

Muammar El Khatib muammar at moszumanska.debian.org
Sun Jun 11 16:16:29 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 383bc261344ea4cb5855f22327dba455c63bb746
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Sun Mar 9 13:33:24 2008 -0330

    Import Debian changes 1.8.0-2
    
    scalapack (1.8.0-2) unstable; urgency=low
    
      * Bumped standards version to 3.7.3.
      * Scalpack is now building with Gfortran instead of G77. Thanks to Kumar
        Appaiah for providing a patch. (Closes: #465392)
      * Bug:' FTBFS: psblas1tst.f:(.text+0x156): undefined reference to
        `blacs_pinfo__'' has been fixed in this revision. (Closes: #462510)
---
 SLmake.inc       |  8 ++++----
 debian/changelog | 10 ++++++++++
 debian/control   | 31 ++++++-------------------------
 debian/copyright | 19 +++++++------------
 debian/rules     |  6 +++---
 5 files changed, 30 insertions(+), 44 deletions(-)

diff --git a/SLmake.inc b/SLmake.inc
index f1f07bc..f458689 100644
--- a/SLmake.inc
+++ b/SLmake.inc
@@ -96,10 +96,10 @@ REDISTTSTdir  = $(TESTINGdir)
 #
 #  The fortran and C compilers, loaders, and their flags
 #
-F77           = g77
+F77           = gfortran
 #F77           = /usr/local/pgi/linux86/bin/pgf77
 CC            = gcc
-NOOPT         = -w -fno-globals -fno-f90 -fugly-complex $(FPIC)
+NOOPT         = -w $(FPIC)
 F77FLAGS      = -Wall -O6 -funroll-all-loops -ffast-math $(NOOPT)
 CCFLAGS       = -Wall $(FPIC) -O6 -funroll-all-loops -ffast-math
 SRCFLAG       =
@@ -117,7 +117,7 @@ CCLOADFLAGS   =
 #  C preprocessor defs for compilation 
 #  (-DNoChange, -DAdd_, -DUpCase, or -Df77IsF2C)
 #
-CDEFS         = -Df77IsF2C -DNO_IEEE $(USEMPI)
+CDEFS         = -DAdd_ -DNO_IEEE $(USEMPI)
 #
 #  The archiver and the flag(s) to use when building archive (library)
 #  Also the ranlib routine.  If your system has no ranlib, set RANLIB = echo
@@ -129,7 +129,7 @@ RANLIB        = ranlib
 #  The name of the libraries to be created/linked to
 #
 SCALAPACKLIB  = $(home)/scalapack_$(MPI).a
-BLASLIB       = -llapack-3 -lblas-3
+BLASLIB       = -llapackgf-3 -lblas-3gf
 # BLASLIB       = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
 #
 ifeq ($(BUILD),static)
diff --git a/debian/changelog b/debian/changelog
index ee465b0..e00ebbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+scalapack (1.8.0-2) unstable; urgency=low
+
+  * Bumped standards version to 3.7.3.
+  * Scalpack is now building with Gfortran instead of G77. Thanks to Kumar
+    Appaiah for providing a patch. (Closes: #465392)
+  * Bug:' FTBFS: psblas1tst.f:(.text+0x156): undefined reference to
+    `blacs_pinfo__'' has been fixed in this revision. (Closes: #462510)
+
+ -- Muammar El Khatib <muammarelkhatib at gmail.com>  Sun, 09 Mar 2008 12:33:24 -0430
+
 scalapack (1.8.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b754ab0..4dc75e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: scalapack
 Section: devel
 Priority: extra
 Maintainer: Muammar El Khatib <muammarelkhatib at gmail.com>
-Standards-Version: 3.7.2
-Build-Depends: libmpich1.0-dev (>= 1.2.7-1), lam4-dev (>= 7.1.1-3.2), pvm-dev, blacs-mpich-dev (>= 1.1-25), blacs-lam-dev, blacs-pvm-dev, g77, lapack3-dev | liblapack-3.so, refblas3-dev | libblas-3.so, debhelper (>= 5)
+Standards-Version: 3.7.3
+Build-Depends: libmpich1.0-dev, lam4-dev (>= 7.1.1-3.2), pvm-dev, blacs-pvm-dev, gfortran, liblapack-dev | liblapack.so.3gf , libblas-dev | libblas.so.3gf, debhelper (>= 5), blacsgf-mpich-dev, blacsgf-lam-dev
+Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack1-mpich
 Architecture: any
@@ -21,12 +22,10 @@ Description: Scalable Linear Algebra Package - Shared libs. for MPICH
  libraries and the development files and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-mpich-dev
 Architecture: any
-Depends: scalapack1-mpich (= ${Source-Version}), blacs-mpich-dev, ${shlibs:Depends}
+Depends: scalapack1-mpich (= ${binary:Version}), blacsgf-mpich-dev, ${shlibs:Depends}
 Suggests: scalapack-doc
 Description: Scalable Linear Algebra Package - Dev. files for MPICH
  ScaLAPACK is the parallel version of LAPACK and is used on Beowulf type
@@ -40,8 +39,6 @@ Description: Scalable Linear Algebra Package - Dev. files for MPICH
  the development files (this one) and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-mpich-test
 Architecture: any
@@ -59,8 +56,6 @@ Description: Scalable Linear Algebra Package - Test files for MPICH
  the development files and for test programs (this one).
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack1-lam
 Architecture: any
@@ -78,12 +73,10 @@ Description: Scalable Linear Algebra Package - Shared libs. for LAM
  libraries and the development files and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-lam-dev
 Architecture: any
-Depends: scalapack1-lam (= ${Source-Version}), lam4-dev, blacs-lam-dev (>= 1.1-20), ${shlibs:Depends}
+Depends: scalapack1-lam (= ${binary:Version}), lam4-dev, blacsgf-lam-dev (>= 1.1-20), ${shlibs:Depends}
 Suggests: scalapack-doc
 Description: Scalable Linear Algebra Package - Dev. files for LAM
  ScaLAPACK is the parallel version of LAPACK and is used on Beowulf type
@@ -97,8 +90,6 @@ Description: Scalable Linear Algebra Package - Dev. files for LAM
  the development files (this one) and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-lam-test
 Architecture: any
@@ -116,8 +107,6 @@ Description: Scalable Linear Algebra Package - Test files for LAM
  the development files and for test programs (this one).
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack1-pvm
 Architecture: any
@@ -134,12 +123,10 @@ Description: Scalable Linear Algebra Package - Shared libs. for PVM
  libraries and the development files and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-pvm-dev
 Architecture: any
-Depends: scalapack1-pvm (= ${Source-Version}), blacs-pvm-dev, pvm-dev, ${shlibs:Depends}
+Depends: scalapack1-pvm (= ${binary:Version}), blacs-pvm-dev, pvm-dev, ${shlibs:Depends}
 Suggests: scalapack-doc
 Description: Scalable Linear Algebra Package - Dev. files for PVM
  ScaLAPACK is the parallel version of LAPACK and is used on Beowulf type
@@ -152,8 +139,6 @@ Description: Scalable Linear Algebra Package - Dev. files for PVM
  the development files (this one) and for test programs.
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-pvm-test
 Architecture: any
@@ -170,8 +155,6 @@ Description: Scalable Linear Algebra Package - Test files for PVM
  the development files and for test programs (this one).
  .
  Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
- .
- Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack-test-common
 Architecture: all
@@ -182,5 +165,3 @@ Description: Test data for ScaLAPACK testers
  .
  You can choose between an implementation based on MPI or PVM. This packages
  provides test data for all ScaLAPACK packages (MPICH, LAM and PVM versions).
- .
- Homepage: http://www.netlib.org/scalapack/
diff --git a/debian/copyright b/debian/copyright
index 22fbe89..6294de9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,17 @@
 This package was debianized by Philipp Frauenfelder <pfrauenf at debian.org> on
 Sat, 24 Apr 1999 14:42:50 +0200
 
-Quoting from http://www.netlib.org/scalapack/
-
- The ScaLAPACK project is a collaborative effort involving several
- institutions:
-
-     Oak Ridge National Laboratory 
-     Rice University 
-     University of California, Berkeley 
-     University of California, Los Angeles 
-     University of Illinois 
-     University of Tennessee, Knoxville 
 
 It was downloaded from
 http://www.netlib.org/scalapack/
 
-Copyright notice, quoting from http://www.netlib.org/scalapack/faq.html
+Copyright: (C) 1995 - 2008  Oak Ridge National Laboratory. Rice University.
+University of California, Berkeley. University of California, Los Angeles. 
+University of Illinois. University of Tennessee, Knoxville.
+<scalapack at cs.utk.edu>
+
+
+Notice, quoting from http://www.netlib.org/scalapack/faq.html
 
 1.4) Are there legal restrictions on the use of ScaLAPACK software?
 
diff --git a/debian/rules b/debian/rules
index dcbe4a9..f20fcd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,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 -lblas-3 -llapack-3 -lblacsCinit-lam -lblacs-lam -llam -lg2c;\
+	    lib$$i-lam.so.$(version) tmp/*.o -lblas-3gf -llapackgf-3 -lblacsCinit-lam -lblacs-lam -llam -lgfortran;\
 	  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/* ;\
@@ -90,7 +90,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 -lblas-3 -llapack-3 -lblacsCinit-mpich -lblacs-mpich -L /usr/lib/mpich/lib/shared -lmpich -lg2c;\
+	    lib$$i-mpich.so.$(version) tmp/*.o -lblas-3gf -llapackgf-3 -lblacsCinit-mpich -lblacs-mpich -L /usr/lib/mpich/lib/shared -lmpich -lgfortran;\
 	  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/* ;\
@@ -133,7 +133,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 -lblas-3 -llapack-3 -lblacs-pvm -lpvm3 -lg2c;\
+	    lib$$i-pvm.so.$(version) tmp/*.o -lblas-3gf -llapackgf-3 -lblacs-pvm -lpvm3 -lgfortran;\
 	  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