Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv32332/stable/main/finkinfo/libs/perlmods

Added Files:
        extutils-f77-pm.info extutils-f77-pm.patch 
Log Message:
extutils-f77-pmXXX (for g95 on 10.5) to stable


--- NEW FILE: extutils-f77-pm.patch ---
diff -uNr ExtUtils-F77-1.16/F77.pm ExtUtils-F77-1.16-new/F77.pm
--- ExtUtils-F77-1.16/F77.pm    2007-04-01 23:40:23.000000000 -0500
+++ ExtUtils-F77-1.16-new/F77.pm        2007-07-28 14:50:33.000000000 -0500
@@ -173,7 +173,7 @@
     my @libs = ('g2c', 'f2c');

     my ($dir, $lib, $test);

     foreach $test (@libs) {

-      $dir = `g77 -print-file-name=lib$test.a`;

+      $dir = `g95 -print-file-name=lib$test.a`;

       chomp $dir;

       # Note that -print-file-name returns just the library name

       # if it cant be found - make sure that we only accept the

@@ -193,8 +193,8 @@
     return( "-L$dir -L/usr/lib -l$lib -lm" );

 };

 $F77config{Generic}{G77}{Trail_} = 1;

-$F77config{Generic}{G77}{Compiler} = find_in_path('g77','f77','fort77');

-$F77config{Generic}{G77}{Cflags} = '-O';

+$F77config{Generic}{G77}{Compiler} = find_in_path('g95','g77','f77','fort77');

+$F77config{Generic}{G77}{Cflags} = '-Os';

 $F77config{Generic}{DEFAULT} = 'G77';

 $F77config{Generic}{F2c}     = $F77config{Generic}{G77};

 


--- NEW FILE: extutils-f77-pm.info ---
Info2: <<
Package: extutils-f77-pm
Version: 1.16
Revision: 1022
Description: Simple interface to Fortran libs
Distribution: 10.4, 10.5
Type: perl
License: Artistic
Maintainer: Benjamin Reed <extutils-f77...@fink.raccoonfink.com>

Depends: <<
        g95,
        system-perl
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        g95,
        system-perl
<<

Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-F77-%v.tar.gz
Source-MD5: af925e7e8a2876a5fd9b6c4660e37664
PatchFile: %n.patch
PatchFile-MD5: c7cc20bc50f123b63bf1dd68323b6e16

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: CHANGES COPYING MANIFEST README

Homepage: http://search.cpan.org/dist/ExtUtils-F77
DescDetail: <<
This module tries to figure out how to link C programs with Fortran
subroutines on your system.  Basically one must add a list of
Fortran runtime libraries.  The problem is their location and name
varies with each OS/compiler combination!

This module tries to implement a simple 'rule-of-thumb' database for
various flavours of UNIX systems.  A simple self-documenting Perl
database of knowledge/code for figuring out how to link for various
combinations of OS and compiler is embedded in the modules Perl code.
Please help save the world by sending database entries for your
system to k...@aaoepp.aao.gov.au
<<
<<



------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to