Re: [sage-support] Current advice for generic SageMath install advice

2023-04-05 Thread Hongyi Zhao


On Thursday, March 30, 2023 at 4:46:04 AM UTC+8 Matthias Koeppe wrote:

On Wednesday, March 29, 2023 at 1:33:07 PM UTC-7 Nils Bruin wrote:

On Wednesday, 29 March 2023 at 13:06:25 UTC-7 Matthias Koeppe wrote:

On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote:


[...] leads me to believe that it's probably nor possible to install 
pynormaliz via "make" in a binary distribution.


If you install Sage from a binary distribution, then there is no relation 
whatsoever to a source tree of Sage.

right ... with "make" it's indeed pretty clear that it's hard to find the 
place where you could even run this. With "sage -i" some idle hope was 
raised that that would still work in a binary distribution. If it doesn't 
(and/or if it never did) then that would be an extra reason to deprecate 
it. It is currently still provided:

$ sage --help
...
Sage-the-distribution options:
  --optional  -- list all optional packages that can be installed
  --experimental  -- list all experimental packages that can be 
installed
  --info [packages]   -- print the SPKG.txt or SPKG.rst of the given 
packages,
 and some additional information.
  -i [packages]   -- install the given Sage packages


This part of the help comes from build/bin/sage-site. Usually in binary 
distributions, this is not present.
On which distribution do you see this?


The latest git version compile by myself also has the above information:

werner@X10DAi:~$ sage --help | head -1
SageMath version 10.0.beta7, Release Date: 2023-04-01
werner@X10DAi:~$ sage --help | tail -6
Sage-the-distribution options:
  --optional  -- list all optional packages that can be installed
  --experimental  -- list all experimental packages that can be 
installed
  --info [packages]   -- print the SPKG.txt or SPKG.rst of the given 
packages,
 and some additional information.
  -i [packages]   -- install the given Sage packages


 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/90a7b452-f2b3-4832-8571-3d5591c47b09n%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-29 Thread Nils Bruin
On Wednesday, 29 March 2023 at 13:46:04 UTC-7 Matthias Koeppe wrote:

On Wednesday, March 29, 2023 at 1:33:07 PM UTC-7 Nils Bruin wrote:

$ sage --help
...
Sage-the-distribution options:
  --optional  -- list all optional packages that can be installed
  --experimental  -- list all experimental packages that can be 
installed
  --info [packages]   -- print the SPKG.txt or SPKG.rst of the given 
packages,
 and some additional information.
  -i [packages]   -- install the given Sage packages


This part of the help comes from build/bin/sage-site. Usually in binary 
distributions, this is not present.
On which distribution do you see this?

Source distribution! It didn't cross my mind this could be different on 
binary builds. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/df1de793-464f-4173-9115-bd33599ad36bn%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-29 Thread Matthias Koeppe


On Wednesday, March 29, 2023 at 1:33:07 PM UTC-7 Nils Bruin wrote:

On Wednesday, 29 March 2023 at 13:06:25 UTC-7 Matthias Koeppe wrote:

On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote:


[...] leads me to believe that it's probably nor possible to install 
pynormaliz via "make" in a binary distribution.


If you install Sage from a binary distribution, then there is no relation 
whatsoever to a source tree of Sage.

right ... with "make" it's indeed pretty clear that it's hard to find the 
place where you could even run this. With "sage -i" some idle hope was 
raised that that would still work in a binary distribution. If it doesn't 
(and/or if it never did) then that would be an extra reason to deprecate 
it. It is currently still provided:

$ sage --help
...
Sage-the-distribution options:
  --optional  -- list all optional packages that can be installed
  --experimental  -- list all experimental packages that can be 
installed
  --info [packages]   -- print the SPKG.txt or SPKG.rst of the given 
packages,
 and some additional information.
  -i [packages]   -- install the given Sage packages


This part of the help comes from build/bin/sage-site. Usually in binary 
distributions, this is not present.
On which distribution do you see this?

 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/d36e0b58-7670-4582-b7b6-52056ad2a92an%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-29 Thread Dima Pasechnik
we should remove "sage -i". With source present, make can and should be
used instead.

Without source,
"sage --python -m pip install" should be the only possible option -
basically, install python packages into Sage's python package tree is the
only thing which might work (with usual caveats)



On Wed, 29 Mar 2023, 21:33 Nils Bruin,  wrote:

> On Wednesday, 29 March 2023 at 13:06:25 UTC-7 Matthias Koeppe wrote:
>
> On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote:
>
>
> [...] leads me to believe that it's probably nor possible to install
> pynormaliz via "make" in a binary distribution.
>
>
> If you install Sage from a binary distribution, then there is no relation
> whatsoever to a source tree of Sage.
>
> right ... with "make" it's indeed pretty clear that it's hard to find the
> place where you could even run this. With "sage -i" some idle hope was
> raised that that would still work in a binary distribution. If it doesn't
> (and/or if it never did) then that would be an extra reason to deprecate
> it. It is currently still provided:
>
> $ sage --help
> ...
> Sage-the-distribution options:
>   --optional  -- list all optional packages that can be installed
>   --experimental  -- list all experimental packages that can be
> installed
>   --info [packages]   -- print the SPKG.txt or SPKG.rst of the given
> packages,
>  and some additional information.
>   -i [packages]   -- install the given Sage packages
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/c6018dc4-7d12-47d3-ab8d-ebb9d130b04dn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq21V8nT6WGRsetLNTjPoQrqZrxu9T4GicaEDYLZhPTauQ%40mail.gmail.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-29 Thread Nils Bruin
On Wednesday, 29 March 2023 at 13:06:25 UTC-7 Matthias Koeppe wrote:

On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote:


[...] leads me to believe that it's probably nor possible to install 
pynormaliz via "make" in a binary distribution.


If you install Sage from a binary distribution, then there is no relation 
whatsoever to a source tree of Sage.

right ... with "make" it's indeed pretty clear that it's hard to find the 
place where you could even run this. With "sage -i" some idle hope was 
raised that that would still work in a binary distribution. If it doesn't 
(and/or if it never did) then that would be an extra reason to deprecate 
it. It is currently still provided:

$ sage --help
...
Sage-the-distribution options:
  --optional  -- list all optional packages that can be installed
  --experimental  -- list all experimental packages that can be 
installed
  --info [packages]   -- print the SPKG.txt or SPKG.rst of the given 
packages,
 and some additional information.
  -i [packages]   -- install the given Sage packages

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/c6018dc4-7d12-47d3-ab8d-ebb9d130b04dn%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-29 Thread Matthias Koeppe
On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote:


[...] leads me to believe that it's probably nor possible to install 
pynormaliz via "make" in a binary distribution.


If you install Sage from a binary distribution, then there is no relation 
whatsoever to a source tree of Sage.

[...] So "spkg" is only for source-based installs.


That's right.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/c81b73af-1599-44fd-aa1c-d558d525a151n%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-28 Thread Nils Bruin
On Tuesday, 28 March 2023 at 21:06:26 UTC-7 Matthias Koeppe wrote:

On Monday, March 27, 2023 at 6:34:50 PM UTC-7 Nils Bruin wrote:

In my experience, sagelib needs rebuilding to interface with normaliz (I 
think it's "make normaliz pynormaliz" nowadays, or perhaps one needs a pip 
install).


No, there is no such build-time dependency. And "make pynormaliz" suffices; 
it builds normaliz and its dependencies.

If I recall correctly, "make pynormaliz" did trigger a rebuild of sagelib, 
with quite a bit of cython action. This leads me to believe that it's 
probably nor possible to install pynormaliz via "make" in a binary 
distribution.

If in conda installing "pynormaliz" works fine without sagelib needing to 
be rebuilt then that is great. I think it does mean that in binary 
distributions, optional packages need to be installed via a package manager 
outside of sage. So "spkg" is only for source-based installs.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/f1bab22f-3e3f-4833-8a82-4b7a20b8e1a6n%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-28 Thread Matthias Koeppe
On Monday, March 27, 2023 at 6:34:50 PM UTC-7 Nils Bruin wrote:

In my experience, sagelib needs rebuilding to interface with normaliz (I 
think it's "make normaliz pynormaliz" nowadays, or perhaps one needs a pip 
install).


No, there is no such build-time dependency. And "make pynormaliz" suffices; 
it builds normaliz and its dependencies.
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/16d7638d-7403-4467-a626-4e1b1515707en%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-28 Thread Dima Pasechnik
On Tue, Mar 28, 2023 at 1:34 AM Nils Bruin  wrote:
>
> What would the current (Spring 2023) easiest instructions be for people to 
> install sage? I'm asking in support of an install-fest for students, so the 
> objective is to have easy solutions for giving students access on whatever 
> platform they have available.
> I know about cloud-based solutions, so I'll definitely point them to those. 
> I'm asking for "the next step up".
>
> In the install advice I see:
> for OSX:
>  - binary build of SageMath (looks like an excellent solution)
> - https://anaconda.org/conda-forge/sage (would be a great place to point 
> students to, because it's a rich environment for computational software). 
> However: https://anaconda.org/conda-forge/sage seems to indicate that various 
> architecture-specific builds are woefully outdated: "noarch" seems to be on 
> point, but the architecture-specific ones seem stuck on 9.2. Am I reading the 
> info wrong? Obviously I don't want to point people to 9.2 installs.
>
> for windows:
>  - OK WSL; that's great. However, it looks like Ubuntu would be the easiest 
> linux distribution to get and as far as I can see, Ubuntu has 9.5 packaged at 
> most? That's not great either.
>  - conda: see above
>
> for linux:
>  - same thing.
>  - conda: see above.

there are linux distributions with up to date Sage:
see https://repology.org/project/sagemath/versions

ArchLinux
https://archlinux.org/packages/community/x86_64/sagemath/

 Void:
https://voidlinux.org/packages/?arch=x86_64=sagemath

Manjaro;
Fedora Rawhide

And Gentoo and Nix - although it's trickier.

Archlinux may be run in WSL: https://github.com/yuk7/ArchWSL
Fedora as well:
https://www.linuxfordevices.com/tutorials/linux/install-fedora-on-windows
In fact, Microsoft says anything Linux in a Docker can be used on WSL:
https://learn.microsoft.com/en-us/windows/wsl/use-custom-distro

Also, there is Docker, which can run CoCalc:
https://hub.docker.com/r/sagemathinc/cocalc
as well as stock SageMath https://hub.docker.com/u/sagemath



>
> So is building from source the only way nowadays? That's sad. I'm fine doing 
> that for myself, but for an installfest, that's really not feasible. Probably 
> some machines will go in thermal meltdown as a result! Or should I just send 
> them to 9.2 and 9.5 etc.
>
> Also: if students want to use packages like normaliz, can they install those 
> on binary installs? When I do it on source-built versions, it triggers 
> extensive recompilation.
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/d1717bce-b359-4f83-902d-68edc2399d2dn%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq06DYfHiq437VF3ePT0bdLhW7sxHMp6HWAW_VN9mqJg1g%40mail.gmail.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-27 Thread Isuru Fernando
> I'm not sure that's quite enough. In my experience, sagelib needs
rebuilding to interface with normaliz (I think it's "make normaliz
pynormaliz" nowadays, or perhaps one needs a pip install). I would expect
that the binary distribution of sage for conda is built without
normaliz/pynormaliz support, because those are optional packages.
Installing these as prerequisites in conda wouldn't automatically activate
the interfaces in sagemath. Does conda do something to get that to work?
Has sagemath grown better at dynamically detecting libraries to interface
with?

pynormaliz interface is indeed dynamically detected by sage. You just have
to install pynormaliz.

There are a few optional libraries that are not dynamically detected and
need to be present at build time.
See https://github.com/sagemath/sage/blob/master/src/setup.py#L82-L83
Out of those, conda builds sage with bliss and sirocco, but they are not
installed by default when you
install sage. You need to install bliss and sirocco to get that
functionality.

Isuru

On Mon, Mar 27, 2023 at 8:35 PM Nils Bruin  wrote:

> On Monday, 27 March 2023 at 17:47:54 UTC-7 Isuru Fernando wrote:
>
>
> We used to have separate architecture specific builds, but `sage` is now a
> meta-package that is architecture neutral (i.e. noarch).
> So, you get sage-9.8 for all architectures. We support sage-9.8 for the
> following OS and architecture combinations
> - linux-x86_64  (glibc>=2.12, most distros after 2010)
> - linux-aarch64  (glibc>=2.17, most distros after 2014)
> - macos-x86_64  (macos>=10.9)
> - macos-arm64  (macos>=11.0)
> You can have a look at https://anaconda.org/conda-forge/sagelib to see
> the architecture-specific builds.
>
>
> Thanks! I was hoping for an answer like that.Then it sounds like conda is
> presently the best option to get up to date binary sage.
>
>
> > Also: if students want to use packages like normaliz, can they install
> those on binary installs? When I do it on source-built versions, it
> triggers extensive recompilation.
>
> With conda, you can install binary packages for normaliz and thousands of
> other packages into the same environment as sage.
>
>
> I'm not sure that's quite enough. In my experience, sagelib needs
> rebuilding to interface with normaliz (I think it's "make normaliz
> pynormaliz" nowadays, or perhaps one needs a pip install). I would expect
> that the binary distribution of sage for conda is built without
> normaliz/pynormaliz support, because those are optional packages.
> Installing these as prerequisites in conda wouldn't automatically activate
> the interfaces in sagemath. Does conda do something to get that to work?
> Has sagemath grown better at dynamically detecting libraries to interface
> with?
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/5a6a27ad-750d-4bfc-86d6-a354f5e6a0e2n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CA%2B01voO6Ez3VuZ8mBHr5QYjDFANS0JVVxNnsdus4iGNuL0H-3g%40mail.gmail.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-27 Thread Nils Bruin
On Monday, 27 March 2023 at 17:47:54 UTC-7 Isuru Fernando wrote:


We used to have separate architecture specific builds, but `sage` is now a 
meta-package that is architecture neutral (i.e. noarch).
So, you get sage-9.8 for all architectures. We support sage-9.8 for the 
following OS and architecture combinations
- linux-x86_64  (glibc>=2.12, most distros after 2010)
- linux-aarch64  (glibc>=2.17, most distros after 2014)
- macos-x86_64  (macos>=10.9)
- macos-arm64  (macos>=11.0)
You can have a look at https://anaconda.org/conda-forge/sagelib to see the 
architecture-specific builds.


Thanks! I was hoping for an answer like that.Then it sounds like conda is 
presently the best option to get up to date binary sage.
 

> Also: if students want to use packages like normaliz, can they install 
those on binary installs? When I do it on source-built versions, it 
triggers extensive recompilation.

With conda, you can install binary packages for normaliz and thousands of 
other packages into the same environment as sage.


I'm not sure that's quite enough. In my experience, sagelib needs 
rebuilding to interface with normaliz (I think it's "make normaliz 
pynormaliz" nowadays, or perhaps one needs a pip install). I would expect 
that the binary distribution of sage for conda is built without 
normaliz/pynormaliz support, because those are optional packages. 
Installing these as prerequisites in conda wouldn't automatically activate 
the interfaces in sagemath. Does conda do something to get that to work? 
Has sagemath grown better at dynamically detecting libraries to interface 
with?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/5a6a27ad-750d-4bfc-86d6-a354f5e6a0e2n%40googlegroups.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-27 Thread Isuru Fernando
Hi,

> However: https://anaconda.org/conda-forge/sage seems to indicate that
various architecture-specific builds are woefully outdated: "noarch" seems
to be on point, but the architecture-specific ones seem stuck on 9.2. Am I
reading the info wrong? Obviously I don't want to point people to 9.2
installs.

We used to have separate architecture specific builds, but `sage` is now a
meta-package that is architecture neutral (i.e. noarch).
So, you get sage-9.8 for all architectures. We support sage-9.8 for the
following OS and architecture combinations
- linux-x86_64  (glibc>=2.12, most distros after 2010)
- linux-aarch64  (glibc>=2.17, most distros after 2014)
- macos-x86_64  (macos>=10.9)
- macos-arm64  (macos>=11.0)
You can have a look at https://anaconda.org/conda-forge/sagelib to see the
architecture-specific builds.

> Also: if students want to use packages like normaliz, can they install
those on binary installs? When I do it on source-built versions, it
triggers extensive recompilation.

With conda, you can install binary packages for normaliz and thousands of
other packages into the same environment as sage.

Isuru

On Mon, Mar 27, 2023 at 7:34 PM Nils Bruin  wrote:

> What would the current (Spring 2023) easiest instructions be for people to
> install sage? I'm asking in support of an install-fest for students, so the
> objective is to have easy solutions for giving students access on whatever
> platform they have available.
> I know about cloud-based solutions, so I'll definitely point them to
> those. I'm asking for "the next step up".
>
> In the install advice I see:
> for OSX:
>  - binary build of SageMath
>  (looks like an
> excellent solution)
> - https://anaconda.org/conda-forge/sage (would be a great place to point
> students to, because it's a rich environment for computational software).
> However: https://anaconda.org/conda-forge/sage seems to indicate that
> various architecture-specific builds are woefully outdated: "noarch" seems
> to be on point, but the architecture-specific ones seem stuck on 9.2. Am I
> reading the info wrong? Obviously I don't want to point people to 9.2
> installs.
>
> for windows:
>  - OK WSL; that's great. However, it looks like Ubuntu would be the
> easiest linux distribution to get and as far as I can see, Ubuntu has 9.5
> packaged at most? That's not great either.
>  - conda: see above
>
> for linux:
>  - same thing.
>  - conda: see above.
>
> So is building from source the only way nowadays? That's sad. I'm fine
> doing that for myself, but for an installfest, that's really not feasible.
> Probably some machines will go in thermal meltdown as a result! Or should I
> just send them to 9.2 and 9.5 etc.
>
> Also: if students want to use packages like normaliz, can they install
> those on binary installs? When I do it on source-built versions, it
> triggers extensive recompilation.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/d1717bce-b359-4f83-902d-68edc2399d2dn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CA%2B01voMn7MBBzUAWEKpakdmDYL%3DFsSapb9e36p16QVMFtJQ5hw%40mail.gmail.com.


Re: [sage-support] Current advice for generic SageMath install advice

2023-03-27 Thread William Stein
On Mon, Mar 27, 2023 at 5:34 PM Nils Bruin  wrote:

> What would the current (Spring 2023) easiest instructions be for people to
> install sage? I'm asking in support of an install-fest for students, so the
> objective is to have easy solutions for giving students access on whatever
> platform they have available.
> I know about cloud-based solutions, so I'll definitely point them to
> those. I'm asking for "the next step up".
>


I can send you a bunch of vouchers for free cocalc licenses if you want to
also give those out…


> In the install advice I see:
> for OSX:
>  - binary build of SageMath
>  (looks like an
> excellent solution)
> - https://anaconda.org/conda-forge/sage (would be a great place to point
> students to, because it's a rich environment for computational software).
> However: https://anaconda.org/conda-forge/sage seems to indicate that
> various architecture-specific builds are woefully outdated: "noarch" seems
> to be on point, but the architecture-specific ones seem stuck on 9.2. Am I
> reading the info wrong? Obviously I don't want to point people to 9.2
> installs.
>
> for windows:
>  - OK WSL; that's great. However, it looks like Ubuntu would be the
> easiest linux distribution to get and as far as I can see, Ubuntu has 9.5
> packaged at most? That's not great either.
>  - conda: see above
>
> for linux:
>  - same thing.
>  - conda: see above.
>
> So is building from source the only way nowadays? That's sad. I'm fine
> doing that for myself, but for an installfest, that's really not feasible.
> Probably some machines will go in thermal meltdown as a result! Or should I
> just send them to 9.2 and 9.5 etc.
>
> Also: if students want to use packages like normaliz, can they install
> those on binary installs? When I do it on source-built versions, it
> triggers extensive recompilation.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/d1717bce-b359-4f83-902d-68edc2399d2dn%40googlegroups.com
> 
> .
>
-- 
-- William Stein

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CACLE5GB11D8DQ%3DDW4YWXgiRB2vgRhp56oeCFb4QcvUqWkAuQaQ%40mail.gmail.com.