[sage-devel] Re: Poll: set online=True as the default for threejs viewer

2019-02-16 Thread Julian Rüth
Actually, I changed it now to just include the full three.js script with every plot. Sure, it keeps your browser from doing smart caching but at least it's going to always work and there are no privacy concerns anymore. So, that's what I propose as a temporary fix until somebody really understan

[sage-devel] Re: Poll: set online=True as the default for threejs viewer

2019-02-16 Thread Julian Rüth
I would not mind `online=True` to be the default but apparently there is too much opposition to that. I added a simple warning if three.js does not work in https://trac.sagemath.org/ticket/26434 since I am touching related code there anyway. I have not tested this at all but feel free to comment

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Trac#27303 needs review. Le samedi 16 février 2019 10:47:05 UTC+1, François Bissey a écrit : > > > > > On 16/02/2019, at 22:40, Emmanuel Charpentier > wrote: > > > > I see (modulo the legendary readability of m4, which has been compared > to line noise

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Le samedi 16 février 2019 10:47:05 UTC+1, François Bissey a écrit : > > > > > On 16/02/2019, at 22:40, Emmanuel Charpentier > wrote: > > > > I see (modulo the legendary readability of m4, which has been compared > to line noise or a cat's nap on the keyboard...). > > > > Any language is a b

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread François Bissey
> On 16/02/2019, at 22:40, Emmanuel Charpentier > wrote: > > I see (modulo the legendary readability of m4, which has been compared to > line noise or a cat's nap on the keyboard...). > Any language is a bit like that when you don’t know it to be fair. And you can produce line noise in mos

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Dear François Le samedi 16 février 2019 10:30:14 UTC+1, François Bissey a écrit : > > > > > On 16/02/2019, at 22:25, Emmanuel Charpentier > wrote: > > > > Pushing to use system sqlite > > > > What do you mean ? Do you mean removing "our" sqlite and dependig on > system's sqlite ? Nice idea..

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread François Bissey
> On 16/02/2019, at 22:25, Emmanuel Charpentier > wrote: > > Pushing to use system sqlite > > What do you mean ? Do you mean removing "our" sqlite and dependig on system's > sqlite ? Nice idea... except for Cygwin,and/or WSL... > Erik has been pushing that for a number of package. In a c

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Le samedi 16 février 2019 10:20:51 UTC+1, François Bissey a écrit : > > Good diagnostics there. I’d recommend > https://sqlite.org/2019/sqlite-autoconf-3270100.tar.gz > as the sources to use. Thanks ! I'll try that > Pushing to use system sqlite What do you mean ? Do you mean removing "o

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread François Bissey
Good diagnostics there. I’d recommend https://sqlite.org/2019/sqlite-autoconf-3270100.tar.gz as the sources to use. Pushing to use system sqlite is also an healthy option. François > On 16/02/2019, at 22:15, Emmanuel Charpentier > wrote: > > Ahem... > > It turns put that I can't reproduce m

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Ahem... It turns put that I can't reproduce my *origonal* problem : sustem's upgrade seems to ghave fixed rthe problem. Sorry for the noise... However, "spdep" still doesn't install, but the problem si totally different : its dependency "sf" doesn't compile due to a missing library call in ..

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread François Bissey
Can you send us the error message you get when installing sp/spdep? What version of openblas do you have on your system? The latest beta of sage uses openblas 0.3.5 which is latest available release. François > On 16/02/2019, at 21:46, Emmanuel Charpentier > wrote: > > Dear list, > > I start

[sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-16 Thread Emmanuel Charpentier
Dear list, I started to get strange errors when installing some R packages ("sp" and "spdep", for the record). Ultimately, it boils down to the fact that those libraries need to use library system calls that exist in the system's openblas (these packages do install fine in system's R) but not i