Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv19631/10.4/unstable/main/finkinfo/sci

Modified Files:
        avl.info avl.patch 
Log Message:
Revised by Jack Howarth to use gfortran vice g95.  Now available for 10.5.  
Thanks Jack.


Index: avl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/avl.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- avl.patch   14 Feb 2007 02:23:47 -0000      1.3
+++ avl.patch   17 Nov 2007 22:17:25 -0000      1.4
@@ -15,7 +15,7 @@
  ###================================================
  ###  Default compilers and flags
 -FC = f77
-+FC = g95
++FC = gfortran
  FFLAGS = -O
 -PLTLIB = -lX11
 +PLTLIB = -L/usr/X11R6/lib -lX11
@@ -38,7 +38,7 @@
  ### double-precision option (also need double precision Eispack and libPlt)
 -FFLAGS = -O -r8
 -PLTOBJ = ../plotlib/libPltDP.a 
-+FFLAGS = -O3 -r8
++FFLAGS = -O3 -fdefault-real-8
 +PLTOBJ = ../plotlib/libPltDP.a 
  
  
@@ -50,10 +50,10 @@
  
 -#FC = f77
 -FC = ifort
-+FC = g95
++FC = gfortran
 +#FC = ifort
 -FLG = -O
-+FLG = -O3 -r8
++FLG = -O3 -fdefault-real-8
  EISLIB = eispack.a
  AR = ar r
  RAN = ranlib
@@ -101,13 +101,13 @@
  ###  Default compilers and flags, install commands
 -FC = f77
 -CC  = cc
-+FC = g95
++FC = gfortran
 +CC  = gcc
  # Some fortrans need trailing underscores in C interface symbols (see Xwin.c)
  DEFINE = -DUNDERSCORE
  # Uncomment DP to make double-precision version
 -#DP = -r8
-+DP = -r8
++DP = -fdefault-real-8
 -FFLAGS  = -O $(DP)
 +FFLAGS  = -O3 $(DP)
 -CFLAGS  = -O $(DEFINE)
@@ -126,14 +126,14 @@
  ###   g77    the GNU Fortran compiler 
  #
 -#FC = g77-3
-+FC = g95
++FC = gfortran
  #FC = fort77
 -#CC  = gcc
 +CC  = gcc
  # Uncomment DP to make double-precision version
  # (note -r8 does not work in g77, use f2c instead)
 -#DP = -r8
-+DP = -r8
++DP = -fdefault-real-8
 -#FFLAGS  = -O2 $(DP)
 -#CFLAGS  = -O2 $(DEFINE)
 -#AR = ar r

Index: avl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/avl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- avl.info    14 Oct 2007 00:01:09 -0000      1.6
+++ avl.info    17 Nov 2007 22:17:25 -0000      1.7
@@ -1,10 +1,10 @@
 Package: avl
 Version: 3.26
-Revision: 1001
-Distribution: 10.4
+Revision: 1002
+Distribution: 10.4, 10.5
 License: GPL
-Depends: x11-shlibs, x11
-BuildDepends: g95, x11-dev
+Depends: gcc42-shlibs (>= 4.2.2-1000), x11-shlibs, x11
+BuildDepends: gcc42 (>= 4.2.2-1000), x11-dev
 Source: http://web.mit.edu/drela/Public/web/avl/avl%v.tar.gz
 Source-MD5: a204ed6ce76c1b9bb5e58486a182774f
 SourceDirectory: Avl


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to