Ticket #22379: atlas_portfile.diff

File atlas_portfile.diff, 566 bytes (added by carsten@…, 14 years ago)

This patch to the package portfile makes atlas build on darwin-ppc

  • Portfile

    old new  
    104104    # Get some system specific variables for maximum optimization
    105105    set cpufreq [expr {[exec sysctl -n hw.cpufrequency]/1000000}]
    106106    ui_debug "Setting CPU Frequency for: ${cpufreq}"
     107    platform darwin i386 {
    107108    configure.args-append -D c -DPentiumCPS=${cpufreq}
     109    }
    108110
    109111    # first do a 'fake configure' of atlas so we get optimized lapack libraries
    110112    ui_debug "performing fake configure of atlas for optimized lapack"