Ticket #50551: octave_atlas_nofortran_check.diff
File octave_atlas_nofortran_check.diff, 445 bytes (added by michaelld (Michael Dickens), 9 years ago) |
---|
-
Portfile
179 179 --with-blas="-lcblas -lf77blas -latlas" \ 180 180 --with-lapack="-llapack" 181 181 182 # atlas must be installed without +nofortan 183 # see also: https://trac.macports.org/ticket/50551 184 require_active_variants atlas [] nofortran 185 182 186 } 183 187 184 188 variant accelerate description \