Changes between Initial Version and Version 2 of Ticket #21797
- Timestamp:
- Oct 4, 2009, 4:24:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21797
- Property Cc stechert@… luis.beca@… added
- Property Keywords Octave removed
- Property Port octave added; Octave-3.2.2 removed
- Property Owner changed from macports-tickets@… to alakazam@…
-
Ticket #21797 – Description
initial v2 1 1 Without the FFLAG '-ff2c' with gcc43 and gcc44 a check for whether certain BLAS routines are called correctly during configure will fail and as a result the build will use the reference BLAS rather than the optimized BLAS available in the Accelerate framework. Adding, 2 2 3 {{{ 3 4 configure.fflags='-ff2c' 5 }}} 4 6 5 7 corrects this problem and allows Octave to compile against the optimized library.