diff options
author | jmz <jmz@FreeBSD.org> | 1999-12-07 21:17:41 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-12-07 21:17:41 +0000 |
commit | 6234007b84b86b760e63cc754c35c31fe0076796 (patch) | |
tree | cb676ffb58db1832d0d92805783853651fc55d7d /lang/p5-F77/pkg-descr | |
parent | 141819383f210f8e183d88310f0dbd1b126f77c0 (diff) | |
download | FreeBSD-ports-6234007b84b86b760e63cc754c35c31fe0076796.zip FreeBSD-ports-6234007b84b86b760e63cc754c35c31fe0076796.tar.gz |
Tells you how to link C programs with Fortran subroutines.
Required by the new pgperl version.
Diffstat (limited to 'lang/p5-F77/pkg-descr')
-rw-r--r-- | lang/p5-F77/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/p5-F77/pkg-descr b/lang/p5-F77/pkg-descr new file mode 100644 index 0000000..cf76985 --- /dev/null +++ b/lang/p5-F77/pkg-descr @@ -0,0 +1,4 @@ +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! |