#9978: Add a test for the maths library in the 'prereq' script.
----------------------------------+-----------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: minor | Milestone: sage-wishlist
Component: AIX or HP-UX ports | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------------+-----------------------------------------
The 'prereq' script in {{{$SAGE_ROOT/spkg/base}}} is currently version
0.7. This does not check that the maths library {{{libm}}} exists. I
thought that was pretty much a formality, but it is not on AIX, where the
shared maths library {{{/usr/lib/libm.a}}} does not get installed by
default.
{{{
-bash-4.1$ ls /usr/lib/libm*
/usr/lib/libmbx.a
}}}
The maths library is part of the {{{bos.adt}}} fileset. Hence a test for
the maths library should be added. After installing {{{bos.adt}}}, so the
maths library exists:
{{{
-bash-4.1$ ls /usr/lib/libm*
/usr/lib/libm.a /usr/lib/libmbx.a /usr/lib/libm_r.a
/usr/lib/libmsaa.a /usr/lib/libmsaa_r.a
}}}
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9978>
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.