Package: psicode
Version: 3.2.3-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

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 psicode-3.2.3/debian/rules psicode-3.2.3/debian/rules
--- psicode-3.2.3/debian/rules
+++ psicode-3.2.3/debian/rules
@@ -5,6 +5,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS = --with-fc=gfortran
+
 # Do not ship development stuff for now
 install/psi3::
 	rm -rf $(CURDIR)/debian/psi3/usr/include
diff -u psicode-3.2.3/debian/control psicode-3.2.3/debian/control
--- psicode-3.2.3/debian/control
+++ psicode-3.2.3/debian/control
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Michael Banck <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), cdbs, autoconf, flex, bison, g77, refblas3-dev, lapack3-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, autoconf, flex, bison, gfortran, libblas-dev, liblapack-dev
 Standards-Version: 3.6.1
 
 Package: psi3

Attachment: signature.asc
Description: Digital signature

Reply via email to