Yours still has Volker's fix
if conf['Darwin?'] and not os.environ.has_key('SAGE_ATLAS_ARCH'):
print 'Skipping build of ATLAS on intel OS X'
if conf['PPC?']: # OSX 10.4 PPC linker needs help to find the accelerate blas
veclib_dir = '/System/Library/Frameworks/Accelerate.framework/' + \
'Versions/A/Frameworks/vecLib.framework/Versions/A'
for lib in [ 'libBLAS.dylib', 'libLAPACK.dylib']:
ln(os.path.join(veclib_dir, lib),
os.path.join(conf['SAGE_LOCAL'], 'lib', lib))
sys.exit(0)
so this should be okay. And ia64 works fine now for installing (according to jhpalmieri - what about tests, I assume not done yet on iras?).
What are the work issues for this ticket? It's hard to tell from all the comments - maybe they should be put in "work issues" :-)