Skip to content

PDLPorters/extutils-f77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtUtils::F77

Copyright(C) 2001
 Karl Glazebrook <karl_pgplot@mac.com>

1. Abstract

This module tries to figure out how to link C programs with
Fortran subroutines on your system.

2. Install

Run "cpanm ExtUtils::F77". To install cpanm, see
https://metacpan.org/pod/App::cpanminus#INSTALLATION

If you would like to install manually:

Extract archive file.
Change current directory to extraction directory (usually ExtUtils-F77-x.xx/ where "x.xx" is version
number).
Type "perl Makefile.PL" to create Makefile.
Type "make" to build module.
Type "make test" to test build.
Type "make install" to install.

3. How to use

See "perldoc ExtUtils::F77".

4. Changes

See CHANGES file.

5. Copyright

See COPYING file.

6. See also

https://github.com/PDLPorters/extutils-f77
https://metacpan.org/pod/ExtUtils::F77
http://pdl.perl.org/