Ticket #23465: Portfile.diff
File Portfile.diff, 837 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
64 64 --with-ccolamd \ 65 65 --with-cholmod \ 66 66 --with-cxsparse 67 if {${build_arch}=="ppc64" || ${build_arch}=="x86_64"} { 68 configure.args-append --without-framework-carbon 69 } 70 configure.ldflags-append ${configure.cxx_archflags} 67 71 68 72 configure.perl ${prefix}/bin/perl 69 73 configure.python ' ' … … 98 102 default_variants +gcc43 99 103 } 100 104 105 variant accelerate description {use Accelerate.framework instead of ATLAS} { 106 depends_lib-delete port:atlas 107 configure.args-append --with-blas="-framework Accelerate" 108 } 109 101 110 patchfiles patch-lo-specfun.cc.diff patch-configure-no_x11.diff 102 111 103 112 post-patch {