All tests passed for rc3 on my intel mac running 10.4.11. -M.Hampton
On Feb 21, 8:30 am, mabshoff <[email protected]> wrote: > On Feb 20, 9:41 pm, mabshoff <[email protected]> wrote: > > > On Feb 20, 9:20 pm, William Stein <[email protected]> wrote: > > <SNIP> > > > Well, it might not be as elegant as my solution and I think in some > > circumstances you will have a hard time getting ATLAS to work with > > this approach at all, but given that we need to get 3.3 out and it is > > a lot better than before I am fine with shipping 3.3 with that spkg. > > Once I have some more time I think I will revisit this since I believe > > the fix is a one line addition to my version of spkg-install will > > avoid the reported problem and the incremental build is more elegant > > than the "scorched earth" approach you are taking :p. But you can't > > argue with working code. > > Ok, I found the problem and it is not ATLAS at fault, but the spkg- > install: > > cd $CUR/ATLAS-build > if [ -f error* ]; then > echo "ATLAS failed to build because your system is too heavily > loaded to obtain accurate timing." > echo "Please restart the build by typing make, when the load on > your system has decreased." > exit 1 > fi > > So we can easily fix that and do the incremental build in 3.4 :p > > Cheers, > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
