Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pdlporters/extutils-f77
- Owner: PDLPorters
- License: other
- Created: 2018-05-01T21:05:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T13:26:26.000Z (4 months ago)
- Last Synced: 2024-11-13T07:30:28.482Z (3 months ago)
- Topics: fortran, interoperability, perl
- Language: Perl
- Homepage: https://p3rl.org/ExtUtils::F77
- Size: 86.9 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
ExtUtils::F77
Copyright(C) 2001
Karl Glazebrook1. 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#INSTALLATIONIf 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/