Re: [sage-support] optional packages and binder

2019-10-31 Thread Enrique Artal
Thanks for the type. It built the image (including gap_packages) but when pushing it to binder it failed because a wrong checksum of " usr/lib64/perl5/vendor_perl/Unicode/Collate/Locale/kok.pl" El miércoles, 30 de octubre de 2019, 17:23:01 (UTC+1), vdelecroix escribió: > > Estimado Enrique, > >

Re: [sage-support] optional packages and binder

2019-10-30 Thread Vincent Delecroix
Estimado Enrique, If you want to compile anything, you should be using development docker image, that is sagemath/sagemath-dev (you can tag if 8.8 if you wish). Be careful that the image is twice bigger. See the documentation at https://hub.docker.com/u/sagemath/sagemath Vincent Le 30

Re: [sage-support] optional packages and binder

2019-10-30 Thread Enrique Artal
Cher Vincent, I hope to add now enough additional info. I am using mybinder.org (I did not find another address); my Dockerfile is adapted from a file in sage-binder-env: FROM sagemath/sagemath:8.8 USER root RUN apt-get -qq update \ && apt-get -qq install -y --no-install-recommends gcc build-e

Re: [sage-support] optional packages and binder

2019-10-29 Thread Vincent Delecroix
Dear Enrique, It would be helpful to have the complete error message and the log of the failed build. And if you know how to do that, you can open a trac ticket. Also, it would be nice to have docker images for Sage with most (if not all) optional packages installed. Vincent Le 29/10/2019 à 05

[sage-support] optional packages and binder

2019-10-29 Thread Enrique Artal
I want to make available some of my notebooks in binder. I found very useful sage-binder-env but I ran into problems in a case where I needed an optional package, namely gap_packages. As stated I installed make package using the Dockerfile but the installation stops with an error in make all-to

[sage-support] optional packages

2015-05-15 Thread David Perkinson
I'm getting a 404 Error: page not found from http://www.sagemath.org/packages/optional/. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr..

[sage-support] Optional packages, error if disk full

2012-08-26 Thread Jori Mantysalo
I tried sage.misc.package.install_all_optional_packages() with machine having too less free disk space. It seems that error handling does not work: After freeing some space I had to manually remove .spkg-files to get them installed. This was with sage 5.0.1, but I haven't seen any discussion a