Muammar,

I've had a quick look at this and come up with the attached patch. However
it fails due to using g77 command line options that are unsupported by
gfortran so more investigation is needed.

regards,

Colin

-- 
Colin Tuckley      |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE

"Would you tell me, please, which way I ought to go from here?" "That
depends a good deal on where you want to get to," said the Cat - Lewis Carrol
--- blacs-pvm-1.1/Bmake.inc	2008-01-07 12:23:00.000000000 +0000
+++ blacs-pvm-1.1-17.1/Bmake.inc	2008-01-07 12:21:54.009368736 +0000
@@ -138,7 +138,7 @@
 #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
 #  macros should be obvious from the names.
 #=============================================================================
-   F77            = g77 $(FPIC) -ffunction-sections
+   F77            = gfortran $(FPIC) -ffunction-sections
    F77NO_OPTFLAGS = -fno-globals -fno-f90 -fugly-complex -w
    F77FLAGS       = $(F77NO_OPTFLAGS) -O4
    F77LOADER      = $(F77)
--- blacs-pvm-1.1/debian/control	2008-01-07 12:23:00.000000000 +0000
+++ blacs-pvm-1.1-17.1/debian/control	2008-01-07 11:50:32.855665481 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Muammar El Khatib <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), g77, pvm-dev,  
+Build-Depends: debhelper (>= 5), gfortran, pvm-dev,  
 
 Package: blacs-pvm-dev
 Architecture: any

Reply via email to