Re: [sage-devel] Packaging Sage?

2020-05-10 Thread François Bissey
In sage-on-gentoo and some other distros (I think arch) I completely ignore the meta packaging of sage. Every single packages is a system package. and sage itself is built as a normal python package. Because of problems with maintaining python2 compatibility, and keeping around some packages compat

[sage-devel] Re: Packaging Sage?

2020-05-10 Thread Timo Kaufmann
As far as I'm aware, everyone's current solution to packaging sage is to more or less completely ignore its own build system and do everything manually in whatever specification format your package manager uses. You will need to make sure it keeps working once the dependencies change. The test

Re: [sage-devel] Packaging Sage?

2020-05-10 Thread Isuru Fernando
At conda, we don't use system packages at all and use `python setup.py` to build the sage python package. https://github.com/conda-forge/sagelib-feedstock/blob/master/recipe/build.sh#L25-L42 Isuru On Sun, May 10, 2020 at 10:19 AM Thierry Thomas wrote: > Le dim. 10 mai 20 à 16:02:51 +0200, Juli

Re: [sage-devel] Packaging Sage?

2020-05-10 Thread Thierry Thomas
Le dim. 10 mai 20 à 16:02:51 +0200, Julien Puydt écrivait : > > TL;TR: Packagers, how do you deal with Sage to package it for your > > Linux distribution (or *BSD system)? > > > For Debian, we use our packages as much as possible ; the repository > can be seen here: > > https://salsa.debian.o

Re: [sage-devel] Packaging Sage?

2020-05-10 Thread Dima Pasechnik
On Sun, May 10, 2020 at 2:02 PM Thierry Thomas wrote: > > Hello, > > TL;TR: Packagers, how do you deal with Sage to package it for your Linux > distribution (or *BSD system)? Note that people packaging Sage for Debian, Arch, NixOS are active here: https://groups.google.com/forum/#!forum/sage-pac

Re: [sage-devel] Packaging Sage?

2020-05-10 Thread Julien Puydt
Le dimanche 10 mai 2020 à 15:02 +0200, Thierry Thomas a écrit : > > TL;TR: Packagers, how do you deal with Sage to package it for your > Linux distribution (or *BSD system)? For Debian, we use our packages as much as possible ; the repository can be seen here: https://salsa.debian.org/science-t

[sage-devel] Packaging Sage?

2020-05-10 Thread Thierry Thomas
Hello, TL;TR: Packagers, how do you deal with Sage to package it for your Linux distribution (or *BSD system)? Details: Sage has been ported to FreeBSD many years ago (4.8), but now the port is lagging and no more packages are built; I'm trying to fix it. Problem: on FreeBSD, packages are built