#9978: Add a test for the maths library in the 'prereq' script.
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.7
Component: build | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Changes (by drkirkby):
* cc: jhpalmieri (removed)
* cc: jhpalmieri., nthiery (added)
Comment:
Nicolas M. ThiƩry wrote on sage-devel
{{{
I did not actually run the code, especially on AIX, but trust you did
(both with and without libm installed). Reading it sounds very
reasonable; I am thus ready to give it a positive review.
Quick variant:
# On AIX libm is not installed by default - strange as that might seem
-
# While we are it, bos.adt is likely to contain other useful things
for Sage
if test "x`uname`" = 'xAIX'
then
AC_MSG_NOTICE([On AIX, libm is contained in the bos.adt.libm
fileset.])
AC_MSG_NOTICE([Actually, we recommend to install the complete
bos.adt fileset.])
Cheers,
Nicolas
}}}
The patch has been changed to include Nicolas's revised wording on the
error message that is generated.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9978#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.