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
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
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
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
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
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
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