Ticket #22379: atlas_portfile.diff
File atlas_portfile.diff, 566 bytes (added by carsten@…, 15 years ago) |
---|
-
Portfile
old new 104 104 # Get some system specific variables for maximum optimization 105 105 set cpufreq [expr {[exec sysctl -n hw.cpufrequency]/1000000}] 106 106 ui_debug "Setting CPU Frequency for: ${cpufreq}" 107 platform darwin i386 { 107 108 configure.args-append -D c -DPentiumCPS=${cpufreq} 109 } 108 110 109 111 # first do a 'fake configure' of atlas so we get optimized lapack libraries 110 112 ui_debug "performing fake configure of atlas for optimized lapack"