Ticket #32693: py-numpy.correct-compiler.patch
File py-numpy.correct-compiler.patch, 569 bytes (added by bonoba@…, 13 years ago) |
---|
-
ports/python/py-numpy/Portfile
a b 181 181 CXX="${worksrcpath}/cxx-wrapper" \ 182 182 F77="${worksrcpath}/f-wrapper" \ 183 183 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 184 189 } 185 190 } 186 191