Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdlporters/extutils-f77

ExtUtils::F77 Perl module
https://github.com/pdlporters/extutils-f77

fortran interoperability perl

Last synced: 21 days ago
JSON representation

ExtUtils::F77 Perl module

Awesome Lists containing this project

README

        

ExtUtils::F77

Copyright(C) 2001
Karl Glazebrook

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/