# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
perl5.branches 5.26 5.28 5.30
perl5.setup ExtUtils-F77 1.24 ../../authors/id/K/KG/KGB
description Helper for linking C with Fortran subroutines
long_description ExtUtils::F77 describes to the calling perl code how to link C programs \
with Fortran subroutines on the current system.
checksums rmd160 bd8435d1cb928cff7e8794c15c944cdc864aa28f \
sha256 355878a4a7f901eb18d21f9e21be8c8bfc6aaf9665d34b241bc1d43e32c5b730 \
if {${perl5.major} != ""} {
port:p${perl5.major}-file-which \
port:p${perl5.major}-text-parsewords
patchfiles-append patch-F77.pm.diff
reinplace "s|@@GCCLIB@@|${lib}|g" ${worksrcpath}/F77.pm
reinplace "s|@@F77@@|${configure.f77}|g" ${worksrcpath}/F77.pm
variant gcc48 conflicts gcc49 gcc5 gcc6 gcc7 gcc8 description {Build with GFortran 4.8} {
configure.compiler macports-gcc-4.8
set lib ${prefix}/lib/gcc48
variant gcc49 conflicts gcc48 gcc5 gcc6 gcc7 gcc8 description {Build with GFortran 4.9} {
configure.compiler macports-gcc-4.9
set lib ${prefix}/lib/gcc49
variant gcc5 conflicts gcc48 gcc49 gcc6 gcc7 gcc8 description {Build with GFortran 5} {
configure.compiler macports-gcc-5
set lib ${prefix}/lib/gcc5
variant gcc6 conflicts gcc48 gcc49 gcc5 gcc7 gcc8 description {Build with GFortran 6} {
configure.compiler macports-gcc-6
set lib ${prefix}/lib/gcc6
variant gcc7 conflicts gcc48 gcc49 gcc5 gcc6 gcc8 description {Build with GFortran 7} {
configure.compiler macports-gcc-7
set lib ${prefix}/lib/gcc7
variant gcc8 conflicts gcc48 gcc49 gcc5 gcc6 gcc7 description {Build with GFortran 8} {
configure.compiler macports-gcc-8
set lib ${prefix}/lib/gcc8