#4881: [with spkgs, needs review] Experimental spkg for ETS-3.1.1 (including
Chaco
and Mayavi2)
----------------------------------+-----------------------------------------
Reporter: jsp | Owner: mabshoff
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4
Component: experimental package | Resolution:
Keywords: 2D and 3D plotting |
----------------------------------+-----------------------------------------
Comment (by jsp):
Using vtk and wxPython we need an OpenGL (mesa is a good candidate).
We can test the installation of OpenGL at the start of spkg-install:
{{{
# Test OpenGL
glxinfo
if [ $? -ne 0 ]; then
echo "Failed to find an OpenGL. Install mesa!"
exit 1
fi
}}}
I tested this by putting away /usr/bin/glxinfo. Works for me.
I'll put up a changed vtk-5.2.skpg.
Same for wxPython.
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4881#comment:4>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---