I've done some more work on this, see attached patch.

The package now builds correctly. I had a quick look at the test program but
it appears to need stuff setting up to work.

If you can check that the tests work then I'll be happy to either sponsor an
upload for you or to NMU the package.

Note that there are some lintian warnings which you should look at fixing too.

Colin

-- 
Colin Tuckley      |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE
--- 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
--- blacs-pvm-1.1-17/Bmake.inc	2008-01-07 12:23:00.000000000 +0000
+++ blacs-pvm-1.1/Bmake.inc	2008-01-14 13:21:08.988925584 +0000
@@ -91,7 +91,8 @@
 #  setting for your platform, compile and run BLACS/INSTALL/xintface.
 #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
 #  ---------------------------------------------------------------------------
-   INTFACE = -Df77IsF2C
+#  INTFACE = -Df77IsF2C
+   INTFACE = -DAdd_
 
 #  --------------------------------------------------------------------
 #  By default, the BLACS use getrusage() to determine cputime.  If this
@@ -138,8 +139,9 @@
 #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
 #  macros should be obvious from the names.
 #=============================================================================
-   F77            = g77 $(FPIC) -ffunction-sections
-   F77NO_OPTFLAGS = -fno-globals -fno-f90 -fugly-complex -w
+   F77            = gfortran $(FPIC) -ffunction-sections
+#  F77NO_OPTFLAGS = -fno-globals -fno-f90 -fugly-complex -w
+   F77NO_OPTFLAGS = -w
    F77FLAGS       = $(F77NO_OPTFLAGS) -O4
    F77LOADER      = $(F77)
    F77LOADFLAGS   = 

Reply via email to