Package: blitz++
Version: 1:0.9-6.1
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

You may wish to rename the package in order to provide for parallel
installability of the g77 and gfortran based blitz++ packages, if
you choose to upload to unstable.

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 blitz++-0.9/debian/rules blitz++-0.9/debian/rules
--- blitz++-0.9/debian/rules
+++ blitz++-0.9/debian/rules
@@ -18,7 +18,7 @@
 build-stamp:
 	dh_testdir
 
-	./configure --prefix=$(PREFIX) --with-cxx=gcc --with-blas --enable-debug --enable-static --enable-64bit --enable-shared --enable-doxygen
+	F77=gfortran ./configure --prefix=$(PREFIX) --with-cxx=gcc --with-blas --enable-debug --enable-static --enable-64bit --enable-shared --enable-doxygen
 	$(MAKE) lib
 	cd doc && $(MAKE) all
 
diff -u blitz++-0.9/debian/control blitz++-0.9/debian/control
--- blitz++-0.9/debian/control
+++ blitz++-0.9/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Konstantinos Margaritis <[EMAIL PROTECTED]>
 Uploaders: Andreas Tille <[EMAIL PROTECTED]>
-Build-Depends: g++ (>= 2:3.2), g77 (>= 2:3.2)|fortran-compiler, atlas3-headers, refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev, debhelper (>= 5.0.41), d-shlibs, texlive-latex-base, texlive-generic-recommended, texi2html, texinfo, doxygen, graphviz
+Build-Depends: g++ (>= 2:3.2), gfortran | fortran-compiler, libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev, debhelper (>= 5.0.41), d-shlibs, texlive-latex-base, texlive-generic-recommended, texi2html, texinfo, doxygen, graphviz
 Standards-Version: 3.7.2
 
 Package: libblitz0ldbl

Attachment: signature.asc
Description: Digital signature

Reply via email to