Ticket #30327: Portfile.diff
File Portfile.diff, 561 bytes (added by howarth@…, 13 years ago) |
---|
-
Portfile
old new 39 39 LAPACK=${prefix}/lib \ 40 40 BLAS=${prefix}/lib 41 41 42 patchfiles scipy_complex.patch 43 42 44 post-patch { 43 45 reinplace "s|include <\\(umfpack\.*.h\\)>|include <${prefix}/include/ufsparse/\\1>|g" ${worksrcpath}/scipy/sparse/linalg/dsolve/umfpack/umfpack.i 44 46 } … … 115 117 default_variants +gcc44 116 118 } 117 119 120 default_variants +no_atlas 121 118 122 python.add_archflags no 119 123 universal_variant no 120 124