Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Dima Pasechnik
On Wednesday, 15 July 2015 14:27:02 UTC+1, John Cremona wrote: > > > > On 15 July 2015 at 14:19, Nathann Cohen > > wrote: > >> > yes, this looks about right. Also, for more of this: >> >> I added matlab, maple, macaulay2, octave and matlab with the same test >> pattern. I did not add mathematic

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Sébastien Labbé
It does work for me (with mathematica installed): $ sage ┌┐ │ SageMath Version 6.8.beta8, Release Date: 2015-07-10 │ │ Type "notebook()" for the browser-based notebook interface.│ │ Type "help()" for help.

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread John Cremona
On 15 July 2015 at 14:19, Nathann Cohen wrote: > > yes, this looks about right. Also, for more of this: > > I added matlab, maple, macaulay2, octave and matlab with the same test > pattern. I did not add mathematica: on my machine, ' mathematica(1)' > hangs forever (I don't have it). > Same her

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Nathann Cohen
> yes, this looks about right. Also, for more of this: I added matlab, maple, macaulay2, octave and matlab with the same test pattern. I did not add mathematica: on my machine, ' mathematica(1)' hangs forever (I don't have it). The code is getting uglier, so if you know how it could be rewritten

Re: [sage-devel] sage 6.7 failed to load jmol to display 3d object

2015-07-15 Thread rt.
In fact, I'm not sure is the java in my notebook have anything to do with oracle, as I have only installed the Free Software icedtea for java dependancies. Unluckily, icedtea which was built on my laptop doesn't work well as icedtea-bin which was compiled by gentoo official for saving the time

Re: [sage-devel] sage 6.7 failed to load jmol to display 3d object

2015-07-15 Thread Francois Bissey
In your original report you were using oracle java. Could be a compatibility problem but then in jmol. We probably could do a better packaging job with jmol but it is a bit of a headache. François > On 15/07/2015, at 23:52, rt. wrote: > > it seems that it's the icedtea who have caused the pro

Re: [sage-devel] sage 6.7 failed to load jmol to display 3d object

2015-07-15 Thread rt.
it seems that it's the icedtea who have caused the problem, I tried to emerged icedtea-bin and set it to be the system java-vm, and Jmol was invoked and behaved as it should be, maybe I should post a bug for icedtea 在 2015年7月14日星期二 UTC+8上午9:39:44,François写道: > > What about posting "/root/.sage/t

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Dima Pasechnik
On Wednesday, 15 July 2015 12:28:08 UTC+1, Nathann Cohen wrote: > > Hello, > > > echo 'quit;' | magma -b -n > > Actually, the test will appear in a Python script (and we can use any > of Sage's functions). We can of course run this external command, but > wouldn't there be an easier way to te

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Nathann Cohen
Hello, > echo 'quit;' | magma -b -n Actually, the test will appear in a Python script (and we can use any of Sage's functions). We can of course run this external command, but wouldn't there be an easier way to test this? To illustrate, the test for Cplex is the following: try: MixedIntegerL

Re: [sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread John Cremona
On 15 July 2015 at 10:43, Nathann Cohen wrote: > Hello everybody, > > Nowadays when running 'sage -t', one automatically runs all tests > flagged with '#optional - X' for all installed packages X which are > [optional+new_style]. > > But many doctests are flagged with '#optional - X' where X is n

[sage-devel] Sage 6.7 access to packages on MacOSX

2015-07-15 Thread Denis Berthier
The usual command "./sage --optional" does not work on MacOSX (I'm using the pre-compiled version of Sage 6.7) Using Sage Server http://www.sagemath.org/spkg HTTP Error 404: Not Found Error contacting http://ww

[sage-devel] Automatically test Maple, Magma [...] when running the tests

2015-07-15 Thread Nathann Cohen
Hello everybody, Nowadays when running 'sage -t', one automatically runs all tests flagged with '#optional - X' for all installed packages X which are [optional+new_style]. But many doctests are flagged with '#optional - X' where X is not even a package, e.g. when X is a proprietary software that