Ticket #42576: patch-py-obspy.diff

File patch-py-obspy.diff, 546 bytes (added by petrrr, 11 years ago)

patch for python/py-obspy/Portfile

  • Portfile

    old new  
    102102            configure.fc  ${prefix}/bin/gfortran-mp-${ver}
    103103            configure.f77 ${prefix}/bin/gfortran-mp-${ver}
    104104            configure.f90 ${prefix}/bin/gfortran-mp-${ver}
     105
     106            # `setup.py install` tests for Fortran compiler
     107            destroot.env-append FC=${configure.fc}
     108            destroot.env-append F77=${configure.f77}
     109            destroot.env-append F90=${configure.f90}
    105110        }
    106111    }
    107112