2010/7/16 François Bissey <f.r.bis...@massey.ac.nz>: >> Hi, >> >> Newer sympy has a bundled copy of mpmath, what causes several >> problems in my sagemath package. I was in vacation during most of >> Mandriva 2010.1 freeze, and did not fully test the package for some >> time, but I am working on an update for it; basically an 's/import >> mpmath/import sympy.mpmath as mpmath/', but would like to know what >> would be the better approach. (just letting the code use both leads to >> SEGvs). >> >> The new sagemath package will conflict with >> python-mpmath-0.14-1mdv2010.1 (forcing it to be uninstalled), because >> the sympy is python-sympy-0.6.7-1mdv2010.1. >> > Hi Paulo, > > that will probably be a pain for us in gentoo as well. > At the moment we are sticking with sympy-0.6.6 as > sympy-0.6.7 gives us trouble. The gentoo philosophy > at this point will be to remove mpmath from sympy and > make it a requirement. But I haven't been actively working > on that.
Hi François, I think the proper solution should be for upstream sympy to not have a copy of mpmath, or, somehow not let it conflict with a toplevel mpmath. Otherwise, patching will be required. For now I am using this one (with minor changes for 2010.1 and sage 4.4): http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/sagemath/current/SOURCES/sage-4.4.4-sympy_mpmath.patch?view=markup and forcing python-mpmath to be uninstalled if upgrading the sagemath package. > Francois > > -- Paulo -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org