Ticket #50551: octave_atlas_nofortran_check.diff

File octave_atlas_nofortran_check.diff, 445 bytes (added by michaelld (Michael Dickens), 8 years ago)
  • Portfile

     
    179179        --with-blas="-lcblas -lf77blas -latlas" \
    180180        --with-lapack="-llapack"
    181181
     182    # atlas must be installed without +nofortan
     183    # see also: https://trac.macports.org/ticket/50551
     184    require_active_variants atlas [] nofortran
     185
    182186}
    183187
    184188variant accelerate description \