#12832: Upgrade cvxopt to 1.1.6
--------------------------------------------------------------+-------------
Reporter: fbissey | Owner:
tbd
Type: defect | Status:
closed
Priority: major | Milestone:
sage-5.10
Component: packages: standard | Resolution:
fixed
Keywords: | Work issues:
Report Upstream: Fixed upstream, in a later stable release. | Reviewers:
Volker Braun
Authors: Jeroen Demeyer | Merged in:
sage-5.10.beta4
Dependencies: | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by leif):
P.S.: Some more environment variables (`$CFLAG64` and `$SAGE_LOCAL`)
should be quoted as well.
{{{
#!sh
if [ "x$SAGE_SPKG_INSTALL_DOCS" = xyes ] ; then
cd doc
# This part would be used to build the documentation with sphinx.
# cvxopt would then have to depend on sphinx.
# in 1.1.5 the documentation is shipped already built and up to date.
# ${MAKE} -B html
# if [ $? -ne 0 ]; then
# echo "Error building the documentation"
# exit 1
# fi
# checking to see if there is previously installed documentation.
if [ -d $SAGE_LOCAL/share/doc/cvxopt/html ] ; then
rm -rf $SAGE_LOCAL/share/doc/cvxopt/html
fi
mkdir -p $SAGE_LOCAL/share/doc/cvxopt/html
cp -r build/html/* $SAGE_LOCAL/share/doc/cvxopt/html/
fi
}}}
And some (more) error messages should get redirected to `stderr`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12832#comment:42>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.