Differences between revisions 18 and 28 (spanning 10 versions)
Revision 18 as of 2017-02-05 20:14:33
Size: 5679
Editor: slelievre
Comment: SageMath now available in Anaconda and Homebrew
Revision 28 as of 2018-05-01 17:36:23
Size: 7687
Editor: slelievre
Comment: Group package managers (linux-distro-specific or other) in a single section
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Related pages: SupportedPlatforms, [[days77/packaging]] Related pages: SupportedPlatforms, [[days77/packaging]], [[Infrastructure]]
Line 21: Line 21:
== Docker == == Docker images ==

=== Official SageMath Docker images ===
Line 24: Line 26:

=== Computational topology Sage Docker image ===
  * ships: !SageMath, !SnapPy, Regina, PHCPack, pandas, pe, gridlink, flipper, curver, heegaard, pygraphviz
  * url: https://hub.docker.com/r/computop/sage/
  * bitbucket repo: https://bitbucket.org/t3m/sagedocker
  * dockerfile: https://bitbucket.org/t3m/sagedocker/src/tip/sage/Dockerfile
  * people: Nathan Dunfield

=== CoCalc Docker images ===

Official !CoCalc Docker image:

  * ships !CoCalc, including !SageMath
  * url: https://hub.docker.com/r/sagemathinc/cocalc/
  * !GitHub repo: https://github.com/sagemathinc/cocalc-docker
  * people: wstein

Other !CoCalc Docker images might ship !SageMath too:

  * https://hub.docker.com/search/?q=cocalc
Line 45: Line 67:
= Anaconda / Conda / Conda Forge = = Package managers =
Line 47: Line 69:
!SageMath is now available in Anaconda via !CondaForge, see
[[https://groups.google.com/d/topic/sage-devel/wyaV8x5qolI/discussion|this announcement on sage-devel]].
This section is about SageMath packages in package managers, which can be
related to particular Linux distributions, or macOS-specific (like Homebrew),
or distribution-agnostic, or even OS-agnostic.
Line 50: Line 73:
= Linux distros =
* mailing-list: [[https://groups.google.com/forum/#!forum/sage-packaging|sage-packaging]]
  * general SageMath packaging mailing list:
   
[[https://groups.google.com/forum/#!forum/sage-packaging|sage-packaging]]
Line 57: Line 80:
  * to install: ```sudo pacman -S sagemath```
Line 58: Line 82:

== Conda / Anaconda / Miniconda / Conda Forge ==
  * wiki page: [[Conda]]
  * people: isuruf, saraedum
Line 62: Line 90:
  * package tracker: https://tracker.debian.org/teams/debian-sagemath/
Line 69: Line 98:
  * bug tracker: [[https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sagemath|Debian bugs: package sagemath]]
Line 83: Line 113:
== Guix/Nix ==
  * some info: [[days77/packaging]]
== Homebrew ==

!SageMath can now be installed on macOS via Homebrew by running

```
brew cask install sage
```

This fetches the dmg for the app, and installs the app from that dmg.
See [[https://groups.google.com/d/msg/sage-devel/jdLfIKQ1M18/PVQqJUUqAgAJ|this post on sage-devel]].

== Nix ==
  * Sage package: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/science/math/sage

    Note: so far (2018-05), the nix pkg just downloads and builds the spkgs from the Sage distribution,
    not using the standard Nix dependencies.
Line 94: Line 138:
= Mac OS X / OS X / macOS =

== Homebrew ==

!SageMath can now be installed via Homebrew. This fetches the dmg for the app and installs the app.
See [[https://groups.google.com/d/msg/sage-devel/jdLfIKQ1M18/PVQqJUUqAgAJ|this post on sage-devel]].
== Other ==
Please edit this wiki or email slelievre if you know about other package managers
providing !SageMath... See
[[https://en.wikipedia.org/wiki/List_of_software_package_management_systems|wikipedia's list of package managers]].
Line 104: Line 146:
  * in alpha stage
  * requires HAV activation
in the BIOS
  * hosted at: https://github.com/embray/sage-windows/releases
  * see SageWindows
  * hosted at: https://github.com/sagemath/sage-windows/releases
  * based on the Cygwin port of Sage
Line 112: Line 154:
== Windows subsystem for Linux ==
  * Under Windows 10, one can run the "Windows Subsystem for Linux" to "run Linux under Windows", and install !SageMath binaries for Linux.
Line 116: Line 161:
Line 121: Line 165:
  * previous effort: [[https://svnweb.freebsd.org/ports/head/math/sage/|Sage on FreeBSD]]
Line 132: Line 177:
On tablets and mobile phones, Juno provides a good interface to !CoCalc.

Distribution and packaging of SageMath

Here are some links and information about distributing Sage.

Related pages: SupportedPlatforms, days77/packaging, Infrastructure

Source and pre-compiled binaries

The release manager releases the source for each development release and each public release. Binaries for a number of operating systems are prepared by the release manager, and sometimes by more people.

Containers

Docker images

Official SageMath Docker images

Computational topology Sage Docker image

CoCalc Docker images

Official CoCalc Docker image:

Other CoCalc Docker images might ship SageMath too:

Virtualbox

Live USB

Sage Debian Live

AIMS Desktop

Clef agreg

Package managers

This section is about SageMath packages in package managers, which can be related to particular Linux distributions, or macOS-specific (like Homebrew), or distribution-agnostic, or even OS-agnostic.

Arch-linux

Conda / Anaconda / Miniconda / Conda Forge

  • wiki page: Conda

  • people: isuruf, saraedum

Debian

Fedora package

Gentoo: Sage-on-Gentoo

Homebrew

SageMath can now be installed on macOS via Homebrew by running

` brew cask install sage `

This fetches the dmg for the app, and installs the app from that dmg. See this post on sage-devel.

Nix

RPM package (Fedora, Mandriva)

Ubuntu

Other

Please edit this wiki or email slelievre if you know about other package managers providing SageMath... See wikipedia's list of package managers.

Windows

SageMath installer for Windows

Porting to Cygwin

Windows subsystem for Linux

  • Under Windows 10, one can run the "Windows Subsystem for Linux" to "run Linux under Windows", and install SageMath binaries for Linux.

Discussion

Porting to exotic architectures

BSD

Solaris

AIX, HP-UX

Using SageMath through other software

Other software, such as Cantor and TeXmacs, have interfaces to SageMath.

On tablets and mobile phones, Juno provides a good interface to CoCalc.

See Interfaces to Sage in other software.

Discussions

Distribution (last edited 2023-02-23 20:08:05 by mkoeppe)