[sage-support] Re: Has Big-Endian support been deprecated yet?

2018-03-13 Thread Dima Pasechnik


On Tuesday, March 13, 2018 at 9:41:50 PM UTC, Kim Walisch wrote:
>
> Hi,
>
> We all know that the big-endian CPU architecture is slowly dying,
> some people even state that "Big-Endian is effectively dead".
>
> So my question is: Does sagemath still support big-endian CPU
> architectures like e.g. 32-bit Sparc?
>

We have recently more or less revived a SPARC Solaris 11 port of Sagemath.
So yes, please, make it both-endian...


 

>
> I am asking because there is a ticket
> (https://trac.sagemath.org/ticket/24966 
> )
>  
> to integrate my primecount
> library into sagemath and primecount currently only supports
> little-endian CPUs. I could support big-endian CPUs but I want to
> make sure this is required by sagemath.
>
> Thanks,
> Kim
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: Request for a large download of data

2018-03-13 Thread Dima Pasechnik


On Tuesday, March 13, 2018 at 4:41:02 PM UTC, John Cremona wrote:
>
> From the bug-report spreadsheet:
>
> I am a PhD student in Mathematics at Oxford interested in identifying 
> modular forms given their q expansions. To do this it would be useful to 
> have a copy of the `webnewforms` collection listed here 
> https://github.com/LMFDB/lmfdb-inventory/blob/master/db-modularforms2.md. 
> As far as I can see I can download this this from the readonly MongoDB host 
> at m0.lmfdb.xyz.
>
> However, before I do it, I just wanted to check that it's ok to make a 
> large query direct to the database, i.e. not through the website, and that 
> I won't be violating some kind of (possibly informal) fair use policy.
>

IMHO the fair use of such data is that you contribute something back, if 
you can.   
E.g. the downloader could try to contribute code, or docs, or bugfixes to 
Sagemath, or some other related  open source project ;-)
(e.g. via GSoC, or not...)

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Samuel Lelièvre
2018-03-13 14:05 GMT+01:00 :
>
> Thanks for the replies. Great help. Now sage is working properly. :)

Good that you managed to get a working Sage installation!

Dima suggests to post copied and pasted input and output of
a terminal session, rather than screenshots. I agree for two
reasons: text material can be copied and pasted again (while
a screenshot is less useful in that respect), and eats less
storage and bandwidth. Keep that in mind for next time.  : )

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Dima Pasechnik
OK, so it is fuseblk. Does it mean it's some kind of dual-boot setup, and 
behind the scenes it is NTFS or something like this?

Anyway, you should be able to do your build somewhere on /dev/sda10, ie in 
a subdirectory of `/` which is not under a mounting point of something else.


By the way, there is no need to send us screenshots, it should be perfectly 
possible just to copy the output of the command with the mouse and
paste it into your message.


On Monday, March 12, 2018 at 10:17:40 AM UTC, mkira...@gmail.com wrote:
>
>
> 
>
> I have attached the file sys types
> On Monday, March 12, 2018 at 3:33:27 PM UTC+5:30, Jeroen Demeyer wrote:
>>
>> Ticket: https://trac.sagemath.org/ticket/24953 
>>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Request for a large download of data

2018-03-13 Thread John Cremona
>From the bug-report spreadsheet:

I am a PhD student in Mathematics at Oxford interested in identifying
modular forms given their q expansions. To do this it would be useful to
have a copy of the `webnewforms` collection listed here
https://github.com/LMFDB/lmfdb-inventory/blob/master/db-modularforms2.md.
As far as I can see I can download this this from the readonly MongoDB host
at m0.lmfdb.xyz.

However, before I do it, I just wanted to check that it's ok to make a
large query direct to the database, i.e. not through the website, and that
I won't be violating some kind of (possibly informal) fair use policy.

Thanks,
Alex

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread mkiran . 8589
Thanks for the replies. Great help. Now sage is working properly. :)

On Tuesday, March 13, 2018 at 2:15:38 PM UTC+5:30, slelievre wrote:
>
> Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik:
> >
> > On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote:
> >>
> >> Thanks for the help guys.
> >>
> >> When I changed the drive file system from ntfs to ext4 it cleared past 
> the error.
> >> Now I am getting 
> >>
> >> Sage build/upgrade complete!
> >>
> >> To install small scripts to directly run Sage's versions of GAP,
> >> the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
> >> just 'gap' or 'gp') into a standard 'bin' directory, start Sage
> >> by typing 'sage' (or './sage') and enter something like
> >>
> >> install_scripts('/usr/local/bin')
> >>
> >> at the Sage command prompt ('sage:').
> >
> > this is not an error, and you don't have to do what's suggested
> > in this message after the line "Sage build/upgrade complete!"
> >
> >> should I run sage directly or do something.
> >
> > at this point you should have working sage.
> > If you don't like to use the full path to it to start it, you can add a 
> link to it in
> > ~/bin/ or in /usr/local/bin 
>
> One way to do that in the terminal, from the sage-8.1 directory,
> is to run the command
>
> sudo ln -s `pwd`/sage /usr/local/bin
>
> After that, from any location, running
>
> sage
>
> will launch Sage.
>
> You can also start other software shipped by Sage. Namely,
>
> sage --gap
> sage --gp
> sage --ipython
> sage --maxima
> sage --R
> sage --singular
>
> will respectively run the versions of GAP, PARI/GP, IPython,
> Maxima, R, Singular, shipped by Sage.
>
> If you then also run this command in the terminal:
>
> sudo sage -c "install_scripts('/usr/local/bin')"
>
> then you will be able to start these other programs directly by:
>
> gap
> gp
> ipython
> maxima
> R
> Singular
>
> (if these commands already existed in your system, they will
> not be overwritten).
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread slelievre
Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik:
>
> On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote:
>>
>> Thanks for the help guys.
>>
>> When I changed the drive file system from ntfs to ext4 it cleared past 
the error.
>> Now I am getting 
>>
>> Sage build/upgrade complete!
>>
>> To install small scripts to directly run Sage's versions of GAP,
>> the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
>> just 'gap' or 'gp') into a standard 'bin' directory, start Sage
>> by typing 'sage' (or './sage') and enter something like
>>
>> install_scripts('/usr/local/bin')
>>
>> at the Sage command prompt ('sage:').
>
> this is not an error, and you don't have to do what's suggested
> in this message after the line "Sage build/upgrade complete!"
>
>> should I run sage directly or do something.
>
> at this point you should have working sage.
> If you don't like to use the full path to it to start it, you can add a 
link to it in
> ~/bin/ or in /usr/local/bin 

One way to do that in the terminal, from the sage-8.1 directory,
is to run the command

sudo ln -s `pwd`/sage /usr/local/bin

After that, from any location, running

sage

will launch Sage.

You can also start other software shipped by Sage. Namely,

sage --gap
sage --gp
sage --ipython
sage --maxima
sage --R
sage --singular

will respectively run the versions of GAP, PARI/GP, IPython,
Maxima, R, Singular, shipped by Sage.

If you then also run this command in the terminal:

sudo sage -c "install_scripts('/usr/local/bin')"

then you will be able to start these other programs directly by:

gap
gp
ipython
maxima
R
Singular

(if these commands already existed in your system, they will
not be overwritten).

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.