Re: [sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Dima Pasechnik
On Thu, Jul 9, 2020 at 10:30 PM Isuru Fernando wrote: > > You can track the progress here, > https://github.com/conda-forge/sagelib-feedstock/pull/100 > > Gap and rpy2 are now available. Need to build rw 0.7 now. Is there a reason > for not going to rw 0.8 in sage? I couldn't find a trac ticket

Re: [sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Isuru Fernando
You can track the progress here, https://github.com/conda-forge/sagelib-feedstock/pull/100 Gap and rpy2 are now available. Need to build rw 0.7 now. Is there a reason for not going to rw 0.8 in sage? I couldn't find a trac ticket for it. Isuru On Thu, Jul 9, 2020 at 11:14 AM Dima Pasechnik wrot

Re: [sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Dima Pasechnik
On Thu, 9 Jul 2020, 17:07 Isuru Fernando, wrote: > Hi, > > In conda-forge, we have all the dependencies of sage for aarch64 already > built except for gap and rpy2. > If those two are done, we can build sage the library and you can use > conda-forge to install a binary version of sage. > Any help

Re: [sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Isuru Fernando
Hi, In conda-forge, we have all the dependencies of sage for aarch64 already built except for gap and rpy2. If those two are done, we can build sage the library and you can use conda-forge to install a binary version of sage. Any help is appreciated. Isuru On Thu, Jul 9, 2020 at 9:09 AM Jaap Spi

[sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Jaap Spies
Done. On Thursday, July 9, 2020 at 3:58:20 PM UTC+2, Matthias Koeppe wrote: > > On Thursday, July 9, 2020 at 5:31:52 AM UTC-7, Jaap Spies wrote: >> >> ... Raspberry Pi ... >> > > https://trac.sagemath.org/ticket/29091, which adds test infrastructure > for raspbian-buster, still needs review. >

[sage-devel] Re: Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Matthias Koeppe
On Thursday, July 9, 2020 at 5:31:52 AM UTC-7, Jaap Spies wrote: > > ... Raspberry Pi ... > https://trac.sagemath.org/ticket/29091, which adds test infrastructure for raspbian-buster, still needs review. -- You received this message because you are subscribed to the Google Groups "sage-deve

Re: [sage-devel] Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Dima Pasechnik
On Thu, Jul 9, 2020 at 2:46 PM Jaap Spies wrote: > > real 51m45.870s > user 65m53.661s > sys 1m28.486s > Copying package files from temporary location > /home/pi/sagemath/sage-9.2.beta4/local/var/tmp/sage/build/fplll-5.3.3/inst to > /home/pi/sagemath/sage-9.2.beta4/local > Successfully installed

Re: [sage-devel] Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Jaap Spies
real 51m45.870s user 65m53.661s sys 1m28.486s Copying package files from temporary location /home/pi/sagemath/sage-9.2.beta4/local/var/tmp/sage/build/fplll-5.3.3/inst to /home/pi/sagemath/sage-9.2.beta4/local Successfully installed fplll-5.3.3 Deleting temporary build directory /home/pi/sagemath/

Re: [sage-devel] Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Dima Pasechnik
The fplll upgrade which should work on ARM (and thus on Raspberry Pi) has been merged in the latest beta, 9.2.beta4 Please report whether it works for you or not. On Thu, 9 Jul 2020, 13:31 Jaap Spies, wrote: > Saying Raspberry Pi is saying education. There are zillion Raspberry Pi's > out ther

[sage-devel] Porting sagemath to Raspberry Pi OS

2020-07-09 Thread Jaap Spies
Saying Raspberry Pi is saying education. There are zillion Raspberry Pi's out there. Almost all of them are running Raspbian, now called Raspberry Pi OS. On every raspbian system there is an implementation of Mathematica. Wolfram was clever when he decided to make Matematica available to the peopl

Re: [sage-devel] Making executables available to Sage

2020-07-09 Thread Dima Pasechnik
On Thu, Jul 9, 2020 at 8:38 AM Nico Van Cleemput wrote: > > Thanks. I had been googling again yesterday, but still hadn't found any > concrete examples, so I had started reading the full documentation of > packaging for Python. This example will help me focus that effort a lot. the relevant ent

Re: [sage-devel] Making executables available to Sage

2020-07-09 Thread TB
I have created https://gitlab.com/mathzeta2/zetalib whose purpose is to be a pip-installable SageMath package of Zeta. It is mostly Python, but has one Cython file and one C file. I hope it works... any issues or suggestions are welcome. It is a

Re: [sage-devel] Making executables available to Sage

2020-07-09 Thread Nico Van Cleemput
Thanks. I had been googling again yesterday, but still hadn't found any concrete examples, so I had started reading the full documentation of packaging for Python. This example will help me focus that effort a lot. Cheers Nico Op do 9 jul. 2020 om 09:33 schreef Markus Wageringel < markus.wagerin.

Re: [sage-devel] Making executables available to Sage

2020-07-09 Thread Markus Wageringel
One example is https://github.com/mwageringel/fgb_sage, which is a small wrapper for an external C binary and which uses sage_sample as a template. The relevant part is the setup.py file, which downloads the external files and makes them available for compiling the Cython code. It does not use