Skip to content

Commit

Permalink
Merge branch 'ci_linux_minimal_merge' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 18, 2024
2 parents aab9dd8 + c856eed commit 7df4c82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:

jobs:

# standard-pre and standard (without ptest) for the default platform (used by build.yml etc.)
# standard (without ptest) for the default platform (used by build.yml etc.)
default:
uses: ./.github/workflows/docker.yml
with:
Expand Down
14 changes: 8 additions & 6 deletions pkgs/sagemath-standard/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,26 @@ About SageMath
"Creating a Viable Open Source Alternative to
Magma, Maple, Mathematica, and MATLAB"

Copyright (C) 2005-2020 The Sage Development Team
Copyright (C) 2005-2024 The Sage Development Team

https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).

The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html). Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).
See https://doc.sagemath.org/html/en/installation/index.html
for general installation instructions.


About this experimental pip-installable source distribution
-----------------------------------------------------------
About this pip-installable distribution package
-----------------------------------------------

This pip-installable source distribution `sagemath-standard` is an experimental distribution of the Sage Library. Use at your own risk.
This pip-installable source distribution `sagemath-standard` is a
distribution of the Sage Library.

Building `sagemath-standard` has a large number of system packages as prerequisites.
See https://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
for partial lists for various systems.

The connection to the system environment is facilitated through the https://pypi.org/project/sage-conf/ distribution package.
The connection to the system environment is facilitated through the https://pypi.org/project/sage-conf/ distribution package; for step-by-step installation instructions, see https://github.com/sagemath/sage/blob/develop/README.md#alternative-installation-using-pypi

A modularization effort is in progress with the goal of making it possible to install parts of the Sage Library with fewer prerequisites. https://github.com/sagemath/sage/issues/29705
9 changes: 5 additions & 4 deletions pkgs/sagemath-standard/constraints_pkgs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# This "constraints file" can be used for forcing pip
# (and any tools that delegate to pip, such as pypa/build)
# to install the distribution packages included in
# the SageMath monorepository only from their source trees
# in SAGE_ROOT/pkgs/ instead of from PyPI.
# to install the dependencies of sagemath-standard that are
# distribution packages included in the SageMath monorepository
# only from their source trees in SAGE_ROOT/pkgs/
# instead of from PyPI.
#
# Example: Building a sagemath-standard wheel
# Example:
#
# [alice@localhost sage]$ ./bootstrap
# [alice@localhost sage]$ ./configure
Expand Down

0 comments on commit 7df4c82

Please sign in to comment.