#5333: pynac.spkg: Delete old pynac libray during spkg-install
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: closed
Priority: blocker | Milestone: sage-3.4
Component: packages | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by burcin):
* status: assigned => closed
* resolution: => fixed
Comment:
The pynac package already deletes the existing libraries before installing
new ones. The errors mentioned on the linked threads were seen because the
sage library was not updated properly.
Here are the relevant lines from spkg-install in pynac-0.1.2.spkg, which
is included in Sage-3.3:
{{{
install_pynac()
{
rm ${SAGE_LOCAL}/lib/*ginac*
rm ${SAGE_LOCAL}/lib/*pynac*
rm -rf ${SAGE_LOCAL}/include/ginac
rm -rf ${SAGE_LOCAL}/include/pynac
cd ${PYNACDIR}
$MAKE install
if [ $? -ne 0 ]; then
echo "Error installing pynac."
exit 1
fi
cd ${WORKDIR}
}
}}}
I suggest resolving this as invalid.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5333#comment:2>
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
-~----------~----~----~----~------~----~------~--~---