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

Modified Files:
        wip.patch wip.info 
Log Message:
Use gfortran instead of g95.


Index: wip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/wip.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wip.info    14 Oct 2007 00:01:10 -0000      1.6
+++ wip.info    29 Oct 2007 20:24:39 -0000      1.7
@@ -1,12 +1,12 @@
 Package: wip
 Version: 2p3
-Revision: 1006
-Distribution: 10.4
+Revision: 1007
+Distribution: 10.4, 10.5
 Description: Interactive graphics software package
 License: OSI-Approved
 Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
-BuildDepends: g95, libpng3, aquaterm-dev (>= 1.0.0-1002), readline5 (>= 
5.0-1004)
-Depends: pgplot, libpng3-shlibs, aquaterm-shlibs (>= 1.0.0-1002), 
readline5-shlibs (>= 5.0-1004)
+BuildDepends: gcc42, libpng3, aquaterm-dev (>= 1.0.0-1002), readline5 (>= 
5.0-1004)
+Depends: pgplot (>= 5.2-1029), libpng3-shlibs, aquaterm-shlibs (>= 
1.0.0-1002), readline5-shlibs (>= 5.0-1004)
 Source: ftp://ftp.astro.umd.edu/progs/morgan/%n%v.tar.gz
 SourceDirectory: wip
 Source-MD5: 189c36b5f8079673b0a5060168bb6070

Index: wip.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/wip.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wip.patch   28 Jun 2007 14:20:50 -0000      1.3
+++ wip.patch   29 Oct 2007 20:24:39 -0000      1.4
@@ -116,19 +116,6 @@
  #
  #  Identify the output executable.
  #
-@@ -524,8 +526,10 @@
- #  For Linux, f77 is a shell script which runs f2c.
-     set doranlib = 1
-     set doliblm = 1
--    set f77lib = ( $f77lib -lf2c )
--    set theM = 'f77 -u'
-+#    set f77lib = ( $f77lib -lf2c )
-+    set f77lib = ($f77lib -lcc_dynamic)
-+#    set theM = 'f77 -u'
-+    set theM = 'g95'
-     if ($dodebug > 0) then
-       set theM = "$theM -g"
-       set cFlags = "$cFlags -g -Dlinux"
 @@ -572,17 +576,41 @@
        set theF = "$theF -g"
        set cFlags = "$cFlags -g"
@@ -137,7 +124,7 @@
 +    set doranlib = 1
 +    set doliblm = 1
 +    set f77lib = ($f77lib -lgcc)
-+    set theM = 'g95'
++    set theM = 'gfortran'
 +    if ($dodebug > 0) then
 +      set theM = "$theM -g"
 +      set cFlags = "$cFlags -g"
@@ -149,7 +136,7 @@
 +    set doranlib = 1
 +    set doliblm = 1
 +    set f77lib = ($f77lib -lgcc)
-+    set theM = 'g95'
++    set theM = 'gfortran'
 +    if ($dodebug > 0) then
 +      set theM = "$theM -g"
 +      set cFlags = "$cFlags -g -DIEEEByteSwap"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to