[sage-devel] Google cloud platform research credits

2019-12-04 Thread Samuel Lelièvre
Dear Sage-devel, In mid June 2019 I submitted an application to Google's "research credits" programme for "Google Cloud Platform". The project "SageMath continuous integration" that I submitted was accepted in early July, and I was awarded 5 k USD credits on GCP, valid for a duration of 6 months.

Re: [sage-devel] Re: Simple integral raises AttributeError

2019-12-04 Thread Dima Pasechnik
On Wed, Dec 4, 2019 at 7:14 PM Emmanuel Charpentier wrote: > > The old (> 5 years...) Trac#16816 ticket is germane... > > BTW, I'm not sure that this would be very helpful: > > sage: foo=sympy.integrate(*[sympy.sympify(u) for u in (1/(x^4+x^2+a), x)]); > foo > RootSum(_t**4*(256*a**3 - 128*a**2 +

[sage-devel] Re: Simple integral raises AttributeError

2019-12-04 Thread Eric Gourgoulhon
Le mercredi 4 décembre 2019 20:14:48 UTC+1, Emmanuel Charpentier a écrit : > > The old (> 5 years...) Trac#16816 > ticket is germane... > Thanks for pointing out this ticket! In #28842 , I propose a quick fix until

Re: [sage-devel] Simple integral raises AttributeError

2019-12-04 Thread Eric Gourgoulhon
Le mercredi 4 décembre 2019 18:37:15 UTC+1, Dima Pasechnik a écrit : > > sure, please open a ticket. > This is now https://trac.sagemath.org/ticket/28842 Please review. Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from t

[sage-devel] Re: Simple integral raises AttributeError

2019-12-04 Thread Emmanuel Charpentier
And, BTW, another data point: sage: f(x).integrate(x, algorithm="mathematica_free") -1/2*sqrt(2)*(sqrt(-sqrt(-4*a + 1) + 1)*arctan(sqrt(2)*x/sqrt(sqrt(-4*a + 1) + 1)) - sqrt(sqrt(-4*a + 1) + 1)*arctan(sqrt(2)*x/sqrt(-sqrt(-4*a + 1) + 1)))/sqrt(-(4*a - 1)*a) HTH, Le mercredi 4 décembre 2019 2

[sage-devel] Re: Simple integral raises AttributeError

2019-12-04 Thread Emmanuel Charpentier
The old (> 5 years...) Trac#16816 ticket is germane... BTW, I'm not sure that this would be very helpful: sage: foo=sympy.integrate(*[sympy.sympify(u) for u in (1/(x^4+x^2+a), x)]); foo RootSum(_t**4*(256*a**3 - 128*a**2 + 16*a) + _t**2*(4 - 16*a) + 1,

Re: [sage-devel] Error compiling openblas

2019-12-04 Thread Dima Pasechnik
On Wed, 4 Dec 2019 at 17:51, mmarco wrote: > Thanks, using > > OPENBLAS_CONFIGURE="TARGET=ZEN" make > > seemed to work. > > Now, since It will be running a patchbot, it might need to recompile > openblas depending on the ticket that is being checked at each time. Is > there a way to make sure th

Re: [sage-devel] Error compiling openblas

2019-12-04 Thread mmarco
Great, now fflas_ffpack complains about not finding blas -- 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 view this disc

Re: [sage-devel] Error compiling openblas

2019-12-04 Thread mmarco
Thanks, using OPENBLAS_CONFIGURE="TARGET=ZEN" make seemed to work. Now, since It will be running a patchbot, it might need to recompile openblas depending on the ticket that is being checked at each time. Is there a way to make sure that this flag is used always? El miércoles, 4 de diciembr

Re: [sage-devel] Simple integral raises AttributeError

2019-12-04 Thread Dima Pasechnik
sure, please open a ticket. On Wed, 4 Dec 2019, 15:38 Eric Gourgoulhon, wrote: > Hi, > > In Sage 9.0.beta8 we have > > sage: a = var('a') > sage: integrate(1/(x^4 + x^2 + a), x) > ... > AttributeError: 'RootSum' object has no attribute '_sage_' > > The same error occurs in Sage 8.9, but not in S

Re: [sage-devel] Error compiling openblas

2019-12-04 Thread Dima Pasechnik
I suppose openblas fails to recongnise the CPU, resorts to TARGET=ATOM and fails there. You probaby can try setting OPENBLAS_CONFIGURE="$OPENBLAS_CONFIGURE TARGET=???" replacing ??? with the correct value, and rebuild... On Wed, Dec 4, 2019 at 4:09 PM mmarco wrote: > > I am trying to setup severa

[sage-devel] Error compiling openblas

2019-12-04 Thread mmarco
I am trying to setup several virtual machines to run patchbots (for different distros). I am getting the following error when trying to compile Sage from source: n not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/

[sage-devel] Simple integral raises AttributeError

2019-12-04 Thread Eric Gourgoulhon
Hi, In Sage 9.0.beta8 we have sage: a = var('a') sage: integrate(1/(x^4 + x^2 + a), x) ... AttributeError: 'RootSum' object has no attribute '_sage_' The same error occurs in Sage 8.9, but not in Sage 8.8 (and below). In Sage 8.8, we have instead: sage: a = var('a') sage: integrate(1/(x^4 + x^