[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#469658: wsjt -- please use gfortran based numpy or numeric



Package: wsjt
Version: 5.9.7.r383-1
Severity: important
Tags: patch
User: debian-toolchain@lists.debian.org
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. Please note, however, that the build dependency is
python-numpy while the dependency is python-numeric. Is this correct?

Thank you.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u wsjt-5.9.7.r383/debian/control wsjt-5.9.7.r383/debian/control
--- wsjt-5.9.7.r383/debian/control
+++ wsjt-5.9.7.r383/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Hams group <debian-hams@lists.debian.org>
 Uploaders: Hamish Moffatt <hamish@debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4), gfortran, autoconf, dpatch, python-f2py | python-numpy, python-f2py | g77, libg2c0-dev, libsamplerate0-dev, python-dev, portaudio19-dev, sharutils, libgfortran1
+Build-Depends: debhelper (>= 4), gfortran, autoconf, dpatch, python-numpy, libsamplerate0-dev, python-dev, portaudio19-dev, sharutils
 
 Package: wsjt
 Architecture: any
diff -u wsjt-5.9.7.r383/debian/rules wsjt-5.9.7.r383/debian/rules
--- wsjt-5.9.7.r383/debian/rules
+++ wsjt-5.9.7.r383/debian/rules
@@ -5,7 +5,7 @@
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
-	./configure --prefix=/usr --enable-portaudio --enable-gfortran --with-portaudio-include-dir=/usr/include --with-portaudio-lib-dir=/usr/lib
+	F77=gfortran ./configure --prefix=/usr --enable-portaudio --enable-gfortran --with-portaudio-include-dir=/usr/include --with-portaudio-lib-dir=/usr/lib
 	$(MAKE) 
 	touch build-stamp
 

Attachment: signature.asc
Description: Digital signature


Reply to: