Package: fftw2 Version: 2.1.3-20 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 fftw-2.1.3/debian/control fftw-2.1.3/debian/control --- fftw-2.1.3/debian/control +++ fftw-2.1.3/debian/control @@ -2,7 +2,7 @@ Section: oldlibs Priority: extra Maintainer: Paul Brossier <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libtool, libmpich1.0-dev, g77 +Build-Depends: debhelper (>= 4.0.0), libtool, libmpich1.0-dev, gfortran Standards-Version: 3.7.2 Package: fftw2 diff -u fftw-2.1.3/debian/rules fftw-2.1.3/debian/rules --- fftw-2.1.3/debian/rules +++ fftw-2.1.3/debian/rules @@ -24,7 +24,7 @@ build-arch-stamp: dh_testdir # single precision - CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --enable-float --enable-type-prefix $(ARCHCONFFLAGS) + F77=gfortran CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --enable-float --enable-type-prefix $(ARCHCONFFLAGS) $(MAKE) #$(MAKE) -C tests check ./tests/fftw_test -t -e -v -p 1024 -x 1 @@ -32,7 +32,7 @@ $(MAKE) install DESTDIR=`pwd`/debian/tmp-single $(MAKE) clean # double precision - CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) $(ARCHCONFFLAGS) + F77=gfortran CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) $(ARCHCONFFLAGS) $(MAKE) #$(MAKE) -C tests check ./tests/fftw_test -t -e -v -p 1024 -x 1
signature.asc
Description: Digital signature