Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
pkgs/sagemath-linbox: Move here from build/pkgs/sagemath_linbox/src
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 29, 2021
1 parent 46509c0 commit 0351b5a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 19 deletions.
1 change: 1 addition & 0 deletions build/pkgs/sagemath_linbox/SPKG.rst
8 changes: 4 additions & 4 deletions build/pkgs/sagemath_linbox/spkg-src
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
#
# Script to prepare an sdist tarball for sagemath-categories
# Script to prepare an sdist tarball for sagemath-linbox
# This script is not used during build.
#
# HOW TO MAKE THE TARBALL:
# ./sage --sh build/pkgs/sagemath_categories/spkg-src
# ./sage --sh build/pkgs/sagemath_linbox/spkg-src

if [ -z "$SAGE_ROOT" ] ; then
echo >&2 "Error - SAGE_ROOT undefined ... exiting"
Expand All @@ -15,7 +15,7 @@ fi
# Exit on failure
set -e

cd build/pkgs/sagemath_categories
cd build/pkgs/sagemath_linbox

cd src
sage-python23 -u setup.py --no-user-cfg sdist --dist-dir "$SAGE_DISTFILES"
python3 -u setup.py --no-user-cfg sdist --dist-dir "$SAGE_DISTFILES"
1 change: 1 addition & 0 deletions build/pkgs/sagemath_linbox/src
1 change: 0 additions & 1 deletion build/pkgs/sagemath_linbox/src/bin

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/sagemath_linbox/src/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/sagemath_linbox/src/sage

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/sagemath_linbox/src/sage_setup

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/sagemath_linbox/src/setup.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=========================================================================
Sage: Open Source Mathematics Software: Sage categories and basic rings
=========================================================================
==================================================================================================================
Sage: Open Source Mathematics Software: Exact high-performance linear algebra using LinBox, fflas-ffpack, Givaro
==================================================================================================================

About SageMath
--------------
Expand All @@ -20,7 +20,7 @@ The traditional and recommended way to install SageMath is from source via Sage-
About this experimental pip-installable source distribution
-----------------------------------------------------------

This pip-installable source distribution `sagemath-categories` is an experimental distribution of a small part of the Sage Library. Use at your own risk. It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`). It is a superset of the `sagemath-objects` (providing Sage objects, the element/parent framework, categories, the coercion system and the related metaclasses), making various additional categories available without introducing dependencies on additional mathematical libraries.
This pip-installable source distribution `sagemath-linbox` is an experimental distribution of a small part of the Sage Library. Use at your own risk. It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`). It is a superset of the `sagemath-categories` and `sagemath-objects` distributions.


Documentation
Expand Down
1 change: 1 addition & 0 deletions pkgs/sagemath-linbox/bin
1 change: 1 addition & 0 deletions pkgs/sagemath-linbox/requirements.txt
1 change: 1 addition & 0 deletions pkgs/sagemath-linbox/sage
1 change: 1 addition & 0 deletions pkgs/sagemath-linbox/sage_setup
File renamed without changes.
1 change: 1 addition & 0 deletions pkgs/sagemath-linbox/setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# First pip-install tox:
#
# ./sage -pip install tox
#
# To build and test in the tox environment:
#
# ./sage -sh -c '(cd build/pkgs/sagemath_linbox/src && tox -v -v -v)'
# ./sage -sh -c '(cd pkgs/sagemath-linbox && tox -v -v -v)'
#
# To test interactively:
#
# build/pkgs/sagemath_linbox/src/.tox/python/bin/python
# pkgs/sagemath-linbox/.tox/python/bin/python
#
[tox]

Expand Down

0 comments on commit 0351b5a

Please sign in to comment.