[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Samuel Lelievre
Mon, 14 Dec 2015 15:43:54 -0800 (PST), Volker Braun: > Here is a final test for the binaries, using the new > binary packaging. That is, now binaries are patched > automatically on first run, no more relocation after that. Thank you for that. On a MacBook Air running OS X 10.10.5, I downloaded

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread kcrisman
On Tuesday, December 15, 2015 at 3:20:17 PM UTC-5, Volker Braun wrote: > > Yes. Patches to the documentation are welcome ;-) > > > In this case, nice try - I haven't even used binary-pkg yet! If and when I may try. > On Tuesday, December 15, 2015 at 8:53:23 PM UTC+1, kcrisman wrote: >> >>

[sage-devel] Re: bug report using assume

2015-12-15 Thread Nils Bruin
On Tuesday, December 15, 2015 at 2:06:44 PM UTC-8, vdelecroix wrote: > > Now if I restart a new Sage session and start with a failing maxima > command then the behavior is different > > sage: var('k', 'n') > sage: sum(binomial(n-k,k), k, 0, n) > Traceback (most recent call last): > ... > > Va

Re: [sage-devel] bug report using assume

2015-12-15 Thread Eric Gourgoulhon
Hi Vincent, Le mardi 15 décembre 2015 23:17:26 UTC+1, Thierry (sage-googlesucks@xxx) a écrit : > > > I can reproduce this on 6.10.rc1, Debian jessie x86_64. > > I can reproduce it as well. This seems linked to the ternary logic introduced in Sage 6.10.beta7 (cf. a similar issue reported in h

Re: [sage-devel] bug report using assume

2015-12-15 Thread Thierry
Hi, On Tue, Dec 15, 2015 at 07:06:37PM -0300, Vincent Delecroix wrote: [...] > Now if I restart a new Sage session and start with a failing maxima command > then the behavior is different > > sage: var('k', 'n') > sage: sum(binomial(n-k,k), k, 0, n) > Traceback (most recent call last): > ... > >

[sage-devel] bug report using assume

2015-12-15 Thread Vincent Delecroix
Hello, On sage-6.10.rc1 I have sage: var('k', 'n') sage: assume(n, 'integer') sage: assumptions() [n is integer] sage: bool(n >= 0) False sage: assume(n >= 0) sage: bool(n >= 0) True sage: assumptions() [n is integer, n >= 0] Which is perfectly normal. Now if I restart a new Sage session and s

Re: [sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Thierry
Hi, On Tue, Dec 15, 2015 at 12:35:12PM -0800, Eric Gourgoulhon wrote: [...] > The source of the problem may be a wrong symlink in the binary version: > > cd SageMath > ls -l local/share/jupyter/nbextensions/mathjax > lrwxrwxrwx 1 eric eric 120 déc. 14 03:28 > local/share/jupyter/nbextensions/m

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Eric Gourgoulhon
The cause of the 3D graphics issue is similar: in the binary version, the symlink SAGE_ROOT/local/share/jupyter/nbextensions/jsmol points wrongly to a remnant of the buildbot: /mnt/highperf/buildbot/slave/binary_pkg/build/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidma/local/share/jsmol w

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Eric Gourgoulhon
Hi, Le mardi 15 décembre 2015 10:41:49 UTC+1, Eric Gourgoulhon a écrit : > > > 2/ The Jupyter notebook opened with ./sage -n jupyter starts with an > error message > > Failed to retrieve MathJax from '/nbextensions/mathjax/MathJax.js' > > Math/LaTeX rendering will be disabled. > The source of t

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Volker Braun
Yes. Patches to the documentation are welcome ;-) On Tuesday, December 15, 2015 at 8:53:23 PM UTC+1, kcrisman wrote: > > Yes, use https://github.com/sagemath/binary-pkg >> > Okay. Should we use this rather than `sage -bdist`? > -- You received this message because you are subscribed to the

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread kcrisman
> Yes, use https://github.com/sagemath/binary-pkg > > On Tuesday, December 15, 2015 at 3:08:13 PM UTC+1, kcrisman wrote: >> >> Can users still contribute binaries under this new packaging? Especially >> for other Linuces and older Mac OS that would be something we want to >> encourage. >> >> O

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Volker Braun
Yes, use https://github.com/sagemath/binary-pkg On Tuesday, December 15, 2015 at 3:08:13 PM UTC+1, kcrisman wrote: > > Can users still contribute binaries under this new packaging? Especially > for other Linuces and older Mac OS that would be something we want to > encourage. > > -- You recei

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread kcrisman
Can users still contribute binaries under this new packaging? Especially for other Linuces and older Mac OS that would be something we want to encourage. Here is a final test for the binaries, using the new binary packaging. That > is, now binaries are patched automatically on first run, no m

Re: [sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Christian Nassau
2/ The Jupyter notebook opened with ./sage -n jupyter starts with an error message Failed to retrieve MathJax from '/nbextensions/mathjax/MathJax.js' Indeed, the package(s) seem to contain a couple of problematic symlinks here (I know I shouldn't use "cp -r", but this conveniently listed t

[sage-devel] Re: Sage-6.10.rc1 binaries test

2015-12-15 Thread Eric Gourgoulhon
Hi, I've tried sage-6.10.rc1-Ubuntu_14.04-x86_64.tar.bz2 on a x86-64 laptop with Ubuntu 14.04. I've noticed some issues: 1/ The patching at first run took ages (12 min on Intel Core i5-2410 M with 4 GB RAM) (maybe one should warn the user about this, since he might expect a binary to run