Changes between Initial Version and Version 1 of Ticket #10508, comment 208
- Timestamp:
- 09/12/12 17:56:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508, comment 208
initial v1 2 2 {{{ 3 3 if conf['Darwin?'] \ 4 and not os.environ.has_key('SAGE_ATLAS_ARCH') \ 5 and not conf['PPC?']: 4 and not os.environ.has_key('SAGE_ATLAS_ARCH'): 6 5 print 'Skipping build of ATLAS on intel OS X' 7 6 sys.exit(0)