Just reviewing what options linbox is compiled with for sage,
well I was really looking at whether optimizations are enabled.
In theory they are, except on Sun:
if [ $UNAME = "SunOS" ]; then
   OPT="--enable-optimization=false"
   echo "Building on SunOS"
else
   OPT="--enable-optimization"
fi

Of course in practice they aren't because "$OPS" and not
"$OPT" is passed to the configuration. I must admit I didn't
check if it was corrected in 3.0.1.alpha0 but if so I missed
it in michael's log.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to