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

Modified Files:
        wip.patch wip.info 
Log Message:
Use g95 instead of g77.
Dependencies fixes.


Index: wip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/wip.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wip.info    4 Feb 2006 00:33:52 -0000       1.3
+++ wip.info    28 Jul 2006 18:15:26 -0000      1.4
@@ -1,11 +1,11 @@
 Package: wip
 Version: 2p3
-Revision: 1004
+Revision: 1005
 Description: Interactive graphics software package
 License: OSI-Approved
 Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
-BuildDepends: g77, pgplot, libpng3, aquaterm (>= 1.0.0-1002), aquaterm-dev (>= 
1.0.0-1002), readline (>= 4.3-1028), x11
-Depends: libpng3-shlibs, aquaterm-shlibs (>= 1.0.0-1002), readline-shlibs (>= 
4.3-1028)
+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)
 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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wip.patch   20 Jan 2006 20:30:41 -0000      1.1
+++ wip.patch   28 Jul 2006 18:15:26 -0000      1.2
@@ -121,7 +121,7 @@
 +#    set f77lib = ( $f77lib -lf2c )
 +    set f77lib = ($f77lib -lcc_dynamic)
 +#    set theM = 'f77 -u'
-+    set theM = 'g77'
++    set theM = 'g95'
      if ($dodebug > 0) then
        set theM = "$theM -g"
        set cFlags = "$cFlags -g -Dlinux"
@@ -133,7 +133,7 @@
 +    set doranlib = 1
 +    set doliblm = 1
 +    set f77lib = ($f77lib -lgcc)
-+    set theM = 'g77'
++    set theM = 'g95'
 +    if ($dodebug > 0) then
 +      set theM = "$theM -g"
 +      set cFlags = "$cFlags -g"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to