On Wed, 2011-08-24 at 08:16 -0700, Harald Schilly wrote: > Hello > > > Lines like "/usr/lib64/python2.7/site-packages/scipy/linalg/lapack.py" > tell me that it uses the system wide python and its system wide > libraries. Sage only works correctly with it's own python and own > numpy/scipy & co. libraries. That's why we ship them and not only > carefully choose which version to include, but maybe also slightly > patch them. > > > I suggest you to uninstall this "fork" of sage and build it again > directly from our own sage-4.7.1.tar file. If you still have errors, > please report them!
Hello Harald, the installation of sage via sci-mathematics/sage-4.7.1 from sage-on-gentoo overlay installs in the beginning a special dev-lang/python-2.7.2-r2 from the sage-on-gentoo overlay, numpy was downgraded to numpy-1.5.1 during the installation. My scipy-0.9.0-r1 was probably installed one month ago with numpy-1.6.1. Perhaps this could be the reason for some errors. I can reinstall scipy and see what happens. I would like to install the software on my computer with the package management of Gentoo. The way described at http://www.sagemath.org/download-source.html 1. Extract archive 2. Start compiling: make 3. Run Sage: ./sage 4. Upgrade to newer version later: ./sage -upgrade is not a alternative for me, at least not directly. I would have to write ebuilds and include these commands and the commands for all dependencies into these ebuilds. This is just that, what has done the creator of the sage-on-gentoo overlay (https://github.com/cschwan/sage-on-gentoo). OK, I will not complain more about these errors at [email protected] but at [email protected]. Regards Juergen -- 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-support URL: http://www.sagemath.org
