Changes between Initial Version and Version 2 of Ticket #21797


Ignore:
Timestamp:
Oct 4, 2009, 4:24:11 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

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  
    11Without 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,
    22
     3{{{
    34  configure.fflags='-ff2c'
     5}}}
    46
    57corrects this problem and allows Octave to compile against the optimized library.