Ticket #32693: py-numpy.correct-compiler.patch

File py-numpy.correct-compiler.patch, 569 bytes (added by bonoba@…, 12 years ago)

adds configure.* overrides to the end of the post-patch section to fix +atlas +universal +gcc46

  • ports/python/py-numpy/Portfile

    a b  
    181181                            CXX="${worksrcpath}/cxx-wrapper" \
    182182                            F77="${worksrcpath}/f-wrapper" \
    183183                            F90="${worksrcpath}/f-wrapper"
     184
     185        configure.cc    ${worksrcpath}/c-wrapper
     186        configure.cxx   ${worksrcpath}/cxx-wrapper
     187        configure.f77   ${worksrcpath}/f-wrapper
     188        configure.f90   ${worksrcpath}/f-wrapper
    184189    }
    185190}
    186191