Hi Jonathan, 

Le mercredi 9 septembre 2015 16:49:06 UTC+2, Jonathan Carter a écrit :
>
> This is all fixed now in the ~aimsppa12 version, so doing and apt-get 
> update and installing the new version should also do the trick. 
>
>
>
Thanks! 
It works now. I could install the package sagemath-upstream-binary-full and 
SageManifolds atop of it as follows:

cd /usr/lib/sagemath
sudo wget http://sagemanifolds.obspm.fr/spkg/sm-install.sh
sudo bash sm-install.sh

However, for some reason, the sources files in src/sage/tensor/modules 
updated by the script sm-install.sh have not been copied to the build 
directory (build/lib.linux-x86_64-2.7/sage/tensor/modules) during the 'sage 
-b' performed by sm-install.sh. To force this, I had to run the extra 
commands:

sudo touch src/sage/tensor/modules/*.py
sudo sage -b

Then SageManifolds was fully installed and everything went fine:
- the html documentation was produced
- SageManifolds doctests are passed (modulo a few unimportant failures in 
output due to changes in Sage 6.8 w.r.t. Sage 6.7; this will be fixed in 
the next version of SageManifolds)
- SageManifolds worksheets could be run in the Sage notebook. 

Thanks again. 
Best wishes,

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to