[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread Nils Bruin
On Monday, 27 September 2021 at 14:45:44 UTC-7 Matthias Koeppe wrote: > Much better than any of these options is to use user-defined venvs. > This has been available since Sage 9.2: > >

[sage-devel] Sympow build warning

2021-09-27 Thread John H Palmieri
On an OS X machine, the sympow build prints a warning at the start. Well, it calls it an error and then proceeds to build anyway: - CFLAGS for SYMPOW: -std=gnu17 -fno-fast-math -mfpmath=sse -ffp-contract=on -Dx86 -O0 The double precision of your FPU is 105 bits. Error: the Quad

[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread Matthias Koeppe
On Monday, September 27, 2021 at 1:24:47 PM UTC-7 wst...@gmail.com wrote: > On Monday, September 27, 2021 at 1:06:58 PM UTC-7 Matthias Koeppe wrote: > >> On Monday, September 27, 2021 at 12:46:30 PM UTC-7 Nils Bruin wrote: >> >>> >>> Presently, >>> >>> $ sage -pip install --user . >>> >>>

Re: [sage-devel] Re: #32532 - removing gcc and gfortran spkgs

2021-09-27 Thread Volker Braun
On Monday, September 27, 2021 at 1:29:23 AM UTC+2 dim...@gmail.com wrote: > Homebrew need not be installed into /usr/local, and doesn't need root if > one chooses not to install there. > You can theoretically untar homebrew in a different directory, but at least when I tried that a couple of

[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread Nils Bruin
On Monday, 27 September 2021 at 13:06:58 UTC-7 Matthias Koeppe wrote: > On Monday, September 27, 2021 at 12:46:30 PM UTC-7 Nils Bruin wrote: > >> >> $ sage -pip install --user . >> > This is deliberately disabled (look for PYTHONUSERBASE in > src/bin/sage-env) because users tend to have

Re: [sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread Thierry
Hi, for what it worth, i am +1 for letting the random user to pip-install her own packages, either on ~/.local as William suggested, and/or in ~/.sage/local as it used to be the case (this location ensures that Python packages unrelated to some Sage activity will not add noise). Ciao, Thierry

[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread William Stein
On Monday, September 27, 2021 at 1:06:58 PM UTC-7 Matthias Koeppe wrote: > On Monday, September 27, 2021 at 12:46:30 PM UTC-7 Nils Bruin wrote: > >> >> Presently, >> >> $ sage -pip install --user . >> >> fails (at least for me, with a vanilla sage install on FC33) with >> >> ERROR: Can not

Re: [sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread William Stein
On Mon, Sep 27, 2021 at 12:46 PM Nils Bruin wrote: > > > Presently, > > $ sage -pip install --user . > > fails (at least for me, with a vanilla sage install on FC33) with > > ERROR: Can not perform a '--user' install. User site-packages are not visible > in this virtualenv. > > Perhaps it's

[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread Matthias Koeppe
On Monday, September 27, 2021 at 12:46:30 PM UTC-7 Nils Bruin wrote: > > Presently, > > $ sage -pip install --user . > > fails (at least for me, with a vanilla sage install on FC33) with > > ERROR: Can not perform a '--user' install. User site-packages are not > visible in this virtualenv. >

[sage-devel] Re: Allow for --user pip installs for sage?

2021-09-27 Thread Matthias Koeppe
On Monday, September 27, 2021 at 12:46:30 PM UTC-7 Nils Bruin wrote: > I noticed: > > $ sage --python3 -c "import sys; print(sys.path)" ['', > '/usr/lib64/python39.zip', '/usr/lib64/python3.9', > '/usr/lib64/python3.9/lib-dynload', >

[sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread Nils Bruin
Presently, $ sage -pip install --user . fails (at least for me, with a vanilla sage install on FC33) with ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. Perhaps it's worth having this? Also, I noticed: $ sage --python3 -c "import sys;

Re: [sage-devel] incomprehensible merge failure on trac

2021-09-27 Thread Dima Pasechnik
for the record: to get your branch on: (you probably don't need these 2 lines) git fetch trac public/rings/lazy_dirichlet_series-32309 git checkout -b public/rings/lazy_dirichlet_series-32309 trac/public/rings/lazy_dirichlet_series-32309 merge the upstream devel branch (i.e. 9.5.beta2): git

Re: [sage-devel] incomprehensible merge failure on trac

2021-09-27 Thread Dima Pasechnik
I just merged the latest devel branch into your ticket branch On Mon, Sep 27, 2021 at 12:34 PM 'Martin R' via sage-devel < sage-devel@googlegroups.com> wrote: > > The branch field on https://trac.sagemath.org/ticket/32309 is currently > red, but "git trac try 32309" does not report a merge

[sage-devel] incomprehensible merge failure on trac

2021-09-27 Thread 'Martin R' via sage-devel
The branch field on https://trac.sagemath.org/ticket/32309 is currently red, but "git trac try 32309" does not report a merge failure. What can I do? Martin -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

Re: [sage-devel] Re: #32532 - removing gcc and gfortran spkgs

2021-09-27 Thread Samuel Lelièvre
2021-09-27 à 08:32 UTC, Samuel Lelievre: > > Nathan, > > I believe William is talking about "sage-forge" or "sagemath-forge" > as discussed recently on sage-devel in these threads: > > https://groups.google.com/g/sage-devel/c/JYwHrmcqNhc > https://groups.google.com/g/sage-devel/c/QeYle_D8Otc >

Re: [sage-devel] Re: #32532 - removing gcc and gfortran spkgs

2021-09-27 Thread Samuel Lelievre
2021-09-27 02:03:51 UTC, Nathan Dunfield: > On Friday, September 24, 2021 at 1:12:38 PM UTC-5 William Stein wrote: > >> I assume you are talking about the official binaries that are distributed >> > on Sagemath.org. Fortunately, the Sage binaries on MacOS that are >> > produced by the