Ticket #23465: Portfile.diff

File Portfile.diff, 837 bytes (added by tenomoto (Takeshi Enomoto), 14 years ago)
  • Portfile

     
    6464                    --with-ccolamd \
    6565                    --with-cholmod \
    6666                    --with-cxsparse
     67if {${build_arch}=="ppc64" || ${build_arch}=="x86_64"} {
     68    configure.args-append   --without-framework-carbon
     69}
     70configure.ldflags-append    ${configure.cxx_archflags}
    6771
    6872configure.perl      ${prefix}/bin/perl
    6973configure.python    ' '
     
    98102    default_variants +gcc43
    99103}
    100104
     105variant accelerate description {use Accelerate.framework instead of ATLAS} {
     106    depends_lib-delete      port:atlas
     107    configure.args-append   --with-blas="-framework Accelerate"
     108}
     109
    101110patchfiles patch-lo-specfun.cc.diff patch-configure-no_x11.diff
    102111
    103112post-patch {