Size: 6749
Comment: Link to "NixOS: Sage package"
|
Size: 7687
Comment: Group package managers (linux-distro-specific or other) in a single section
|
Deletions are marked like this. | Additions are marked like this. |
Line 34: | Line 34: |
=== CoCalc Docker image === | === CoCalc Docker images === Official !CoCalc Docker image: |
Line 39: | Line 42: |
Other !CoCalc Docker images might ship !SageMath too: * https://hub.docker.com/search/?q=cocalc |
|
Line 60: | Line 67: |
= Anaconda / Conda / Conda Forge = * wiki page: [[Conda]] |
= Package managers = |
Line 63: | Line 69: |
= Linux distros = * mailing-list: [[https://groups.google.com/forum/#!forum/sage-packaging|sage-packaging]] |
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. * general SageMath packaging mailing list: [[https://groups.google.com/forum/#!forum/sage-packaging|sage-packaging]] |
Line 70: | Line 80: |
* to install: ```sudo pacman -S sagemath``` | |
Line 71: | Line 82: |
== Conda / Anaconda / Miniconda / Conda Forge == * wiki page: [[Conda]] * people: isuruf, saraedum |
|
Line 98: | Line 113: |
== Guix/Nix == * some info: [[days77/packaging]] * NixOS: Sage package: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/science/math/sage |
== 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 110: | 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 151: | 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
Contents
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.
source (public): http://www.sagemath.org/download-source.html
source (devel): http://www.sagemath.org/download-latest.html
binaries: http://www.sagemath.org/download.html
Containers
Docker images
Official SageMath Docker images
- admin: vbraun, sebasguts, nthiery, embray
Computational topology Sage Docker image
ships: SageMath, SnapPy, Regina, PHCPack, pandas, pe, gridlink, flipper, curver, heegaard, pygraphviz
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
GitHub repo: https://github.com/sagemathinc/cocalc-docker
- people: wstein
Other CoCalc Docker images might ship SageMath too:
Virtualbox
see SageAppliance
- people: vbraun
Live USB
Sage Debian Live
- admin: tmonteil
hosted at: http://sagedebianlive.metelu.net/
mailing list: https://sagedebianlive.metelu.net/mailman/listinfo/devel
AIMS Desktop
url: https://launchpad.net/~aims/+archive/ubuntu/aims-desktop
- admin: pipedream
Clef agreg
- what: bootable "Linux + math software" environment for French "agrégation" exams
- admin: François Boisson
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.
general SageMath packaging mailing list:
Arch-linux
hosted at: https://www.archlinux.org/packages/community/x86_64/sagemath/
repo: https://git.archlinux.org/svntogit/community.git/?h=packages/sagemath
to install: sudo pacman -S sagemath
- maintainer: Antonio Rojas
Conda / Anaconda / Miniconda / Conda Forge
wiki page: Conda
- people: isuruf, saraedum
Debian
wiki page: https://wiki.debian.org/DebianScience/Sage
packages: https://packages.debian.org/sagemath
package tracker: https://tracker.debian.org/teams/debian-sagemath/
build logs: https://buildd.debian.org/status/package.php?p=sagemath including ptestlong results
repo: https://anonscm.debian.org/cgit/debian-science/packages/sagemath.git
mailing list: https://lists.alioth.debian.org/mailman/listinfo/debian-science-sagemath
earlier discussions happened on the debian-science mailing list
Sage-side mailing list (dormant): debian-sage
status pages: master branch develop branch 7.4
bug tracker: Debian bugs: package sagemath
- people: Tobias Hansen, Julien Puydt, Jerome Benoit, Ximin Luo
Fedora package
see also: https://admin.fedoraproject.org/pkgdb/package/rpms/sagemath/
mailing list: https://lists.fedoraproject.org/archives/list/scitech@lists.fedoraproject.org/
- maintainer: Paulo Cesar Pereira de Andrade (pcpa)
Gentoo: Sage-on-Gentoo
repository: https://github.com/cschwan/sage-on-gentoo
Known test failures: https://github.com/cschwan/sage-on-gentoo/wiki/Known-test-failures
- admin: fbissey, cschwan
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
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.
RPM package (Fedora, Mandriva)
Ubuntu
packages: http://packages.ubuntu.com/sagemath derived from the Debian packages
earlier PPA: https://launchpad.net/~aims/+archive/ubuntu/sagemath
- admin: pipedream
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
see SageWindows
hosted at: https://github.com/sagemath/sage-windows/releases
- based on the Cygwin port of Sage
Porting to Cygwin
pending tickets: component: "porting: 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
mailing list (dormant): sage-windows
Porting to exotic architectures
trac-wiki: Porting SageMath to Exotic architectures
BSD
pending tickets: component: "porting: BSD"
previous effort: Sage on FreeBSD
Solaris
pending tickets: component: "porting: Solaris"
AIX, HP-UX
pending tickets: component: "porting: AIX or 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
Sage Days 77: https://wiki.sagemath.org/days77