[sage-support] Sage App V7.4 on Mac 10.12

2016-10-27 Thread Tim Brophy
I downloaded the Sage app for my MacBook. It is requesting a sign-in and password. What do I do? -- 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+

[sage-support] Re: Linking error in FLINT when building Sage 7.4 on Ubuntu 16.10

2016-10-27 Thread Dima Pasechnik
On Thursday, October 27, 2016 at 3:43:34 PM UTC, Dima Pasechnik wrote: > > looks like it's 16.10-specific, for they did something clever (TM) to the > compiler: > https://wiki.ubuntu.com/SecurityTeam/PIE > specifically, they say there: Link failure via /usr/bin/ld: -r and -pie may not be used

[sage-support] Re: Linking error in FLINT when building Sage 7.4 on Ubuntu 16.10

2016-10-27 Thread Dima Pasechnik
looks like it's 16.10-specific, for they did something clever (TM) to the compiler: https://wiki.ubuntu.com/SecurityTeam/PIE On Thursday, October 27, 2016 at 2:22:49 PM UTC, ksk...@gmail.com wrote: > > I'm trying to build Sage 7.4 on my laptop, now running Ubuntu 16.10. The > build broke down i

[sage-support] Re: bug in hyperelliptic curve point counting

2016-10-27 Thread ksk...@gmail.com
This issue is #20391 on trac, and was supposed to have been resolved by #18916 (which is fixed in sage 7.4). But it looks like it's not, even though the similar test case: sage: x = polygen(GF(4099)) sage: H = HyperellipticCurve(x^6 + x + 1) sage: H.count_points(1) that I had been using does n

Re: [sage-support] Re: sage-7.4-Ubuntu_16.04-x86_64.tar.bz2 fails to install correctly

2016-10-27 Thread Graham Gerrard
Agreed on reflection. Thanks, Graham On 27 October 2016 at 13:00, Volker Braun wrote: > This is presumably the same as https://trac.sagemath.org/ticket/21772 > > On Thursday, October 27, 2016 at 5:12:46 AM UTC-4, Graham Gerrard wrote: >> >> Tried replacing working version of 7.3 with 7.4. md5

[sage-support] Linking error in FLINT when building Sage 7.4 on Ubuntu 16.10

2016-10-27 Thread ksk...@gmail.com
I'm trying to build Sage 7.4 on my laptop, now running Ubuntu 16.10. The build broke down in FLINT with what I find a rather strange linking error: [flint-2.5.2.p0] /usr/bin/ld: -r and -pie may not be used together The offending command is the command: [flint-2.5.2.p0] gcc -Wl,-r ../build/ulon

[sage-support] Re: Is it possible to plot integral points inside a region? (There's too many points to list)

2016-10-27 Thread Miguel-Angel Manrique
Nils: by "too many to list" I did mean what slelievre suggests. Thank you!! I will use this example in class later today. -- 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 a

[sage-support] Re: sage-7.4-Ubuntu_16.04-x86_64.tar.bz2 fails to install correctly

2016-10-27 Thread Volker Braun
This is presumably the same as https://trac.sagemath.org/ticket/21772 On Thursday, October 27, 2016 at 5:12:46 AM UTC-4, Graham Gerrard wrote: > > Tried replacing working version of 7.3 with 7.4. md5 checksum OK, but > produces attached output when I run the sage command in terminal mode for >

[sage-support] Re: sage-7.4-Fedora_24-x86_64 build contains BMI2 instructions

2016-10-27 Thread Volker Braun
Thanks, I opened https://trac.sagemath.org/ticket/21772 On Wednesday, October 26, 2016 at 9:14:49 PM UTC-4, Samuel Neves wrote: > > This looks like the build system being overzealous with optimization, and > targeting the native system a little too closely. > Unpacking sage-7.4-Fedora_24-x86_64.

[sage-support] Re: Is it possible to plot integral points inside a region? (There's too many points to list)

2016-10-27 Thread slelievre
Le jeudi 27 octobre 2016 07:39:46 UTC+2, Nils Bruin a écrit : > > On Wednesday, October 26, 2016 at 8:37:35 PM UTC-7, Miguel-Angel Manrique > wrote: >> >> Hello, >> >> I would like to plot a region bounded by some curves and the integral >> points that lie in the region. What can I add to this