Package: openmx
Version: 3.2.4.dfsg-2
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 openmx-3.2.4.dfsg/source/makefile openmx-3.2.4.dfsg/source/makefile
--- openmx-3.2.4.dfsg/source/makefile
+++ openmx-3.2.4.dfsg/source/makefile
@@ -99,7 +99,7 @@
 #LIB     = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static
 CC      = gcc -O3 -Dnompi
 #CC      = gcc -Dnompi
-LIB     = -lfftw3 -llapack -lblas -lg2c
+LIB     = -lfftw3 -llapack -lblas -lgfortran
 
 
 
diff -u openmx-3.2.4.dfsg/debian/control openmx-3.2.4.dfsg/debian/control
--- openmx-3.2.4.dfsg/debian/control
+++ openmx-3.2.4.dfsg/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
 Uploaders: Christophe Prud'homme <[EMAIL PROTECTED]>, Ondrej Certik <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libfftw3-dev (>= 3.1.2-3), xsltproc, docbook-xsl, lapack3-dev (>= 3.0.20000531a-6)
+Build-Depends: debhelper (>= 5), libfftw3-dev (>= 3.1.2-3), xsltproc, docbook-xsl, liblapack-dev, gfortran
 Standards-Version: 3.7.2
 
 Package: openmx

Attachment: signature.asc
Description: Digital signature

Reply via email to