Paketname | libextutils-f77-perl |
Beschreibung | Simple interface to F77 libs |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.16-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 13522 Byte |
Prüfsumme MD5 | 506d60b3303decd2f503a09d52d29839 |
Prüfsumme SHA1 | 5151364ea28d73ef4775c1139b3735884cc4bd87 |
Prüfsumme SHA256 | dff2af965bd34fe128ae31d49b9caba88cc23d3c4ff1efa4ea7a48f65b4c81c1 |
Link zum Herunterladen | libextutils-f77-perl_1.16-2_all.deb |
Ausführliche Beschreibung | 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 kgb@aaoepp.aao.gov.au
.
The library list which the module returns
can be explicitly overridden by setting the environment
variable F77LIBS, e.g.
.
% setenv F77LIBS "-lfoo -lbar"
% perl Makefile.PL
...
|