Package: mpb
Version: 1.4.2-11
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: gfortran

Hi!

I would request you to please shift Build-Depends to use the new
gfortran based Lapack and Blas packages in order to phase out packages
dependent on the old g2c/g77. In this regard, I would request you to
refer to:

http://wiki.debian.org/GfortranTransition

Attached is a patch which does the needful, which you may use to base
your change.

Thank you.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u mpb-1.4.2/debian/control mpb-1.4.2/debian/control
--- mpb-1.4.2/debian/control
+++ mpb-1.4.2/debian/control
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Loïc Le Guyader <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), autotools-dev, atlas3-base-dev | lapack3-dev, fftw-dev, libctl-dev, guile-1.6-dev, libhdf5-serial-dev, zlib1g-dev, gfortran, libmpich1.0-dev
+Build-Depends: debhelper (>= 5), autotools-dev, liblapack-dev, fftw-dev, libctl-dev, guile-1.6-dev, libhdf5-serial-dev, zlib1g-dev, gfortran, libmpich1.0-dev
 Build-Conflicts: lam-dev
 Standards-Version: 3.7.2
 
diff -u mpb-1.4.2/debian/rules mpb-1.4.2/debian/rules
--- mpb-1.4.2/debian/rules
+++ mpb-1.4.2/debian/rules
@@ -54,22 +54,22 @@
 configure-normal-stamp: autotools-stamp
 	dh_testdir
 	mkdir -p $(BUILD_DIR)
-	( cd $(BUILD_DIR) && ../../configure $(CONFIG_OPTS) )
+	( cd $(BUILD_DIR) && F77=gfortran ../../configure $(CONFIG_OPTS) )
 	touch configure-normal-stamp
 configure-inv-stamp: autotools-stamp
 	dh_testdir
 	mkdir -p $(BUILD_DIR_INV)
-	( cd $(BUILD_DIR_INV) && ../../configure --with-inv-symmetry $(CONFIG_OPTS) )
+	( cd $(BUILD_DIR_INV) && F77=gfortran ../../configure --with-inv-symmetry $(CONFIG_OPTS) )
 	touch configure-inv-stamp
 configure-mpi-stamp: autotools-stamp
 	dh_testdir
 	mkdir -p $(BUILD_DIR_MPI)
-	( cd $(BUILD_DIR_MPI) && ../../configure --with-mpi $(CONFIG_OPTS) )
+	( cd $(BUILD_DIR_MPI) && F77=gfortran ../../configure --with-mpi $(CONFIG_OPTS) )
 	touch configure-mpi-stamp
 configure-mpi-inv-stamp: autotools-stamp
 	dh_testdir
 	mkdir -p $(BUILD_DIR_MPI_INV)
-	( cd $(BUILD_DIR_MPI_INV) && ../../configure --with-mpi --with-inv-symmetry $(CONFIG_OPTS) )
+	( cd $(BUILD_DIR_MPI_INV) && F77=gfortran ../../configure --with-mpi --with-inv-symmetry $(CONFIG_OPTS) )
 	touch configure-mpi-inv-stamp
 
 # Build

Attachment: signature.asc
Description: Digital signature

Reply via email to