Skip to content

Commit

Permalink
sagemath: update to 9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Oct 30, 2022
1 parent 7ee5ea8 commit c4a6d33
Show file tree
Hide file tree
Showing 33 changed files with 3,002 additions and 1,457 deletions.
6 changes: 6 additions & 0 deletions srcpkgs/sagemath/files/sage-env-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# configure PATH using sage script location
export PATH="$(dirname $SELF):$PATH"

# if SAGE_VENV is set, the script sage-env will prepend
# "$SAGE_VENV/bin" to the PATH, which is undesired
unset SAGE_VENV
3 changes: 3 additions & 0 deletions srcpkgs/sagemath/files/sage_conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# configuration for sage on void linux
SAGE_SHARE = "/usr/share/sagemath"
GAP_ROOT_DIR = "/usr/share/gap"
10 changes: 5 additions & 5 deletions srcpkgs/sagemath/files/timings2.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"sage.combinat.symmetric_group_algebra": {"walltime": 16},
"sage.combinat.tableau": {"walltime": 32},
"sage.combinat.tableau_tuple": {"walltime": 32},
"sage.combinat.tiling": {"walltime": 256},
"sage.combinat.tiling": {"walltime": 16},
"sage.combinat.tutorial": {"walltime": 16},
"sage.combinat.words.paths": {"walltime": 64},
"sage.crypto.block_cipher.des": {"walltime": 16},
Expand Down Expand Up @@ -193,10 +193,10 @@
"sage.manifolds.differentiable.automorphismfield": {"walltime": 32},
"sage.manifolds.differentiable.automorphismfield_group": {"walltime": 8},
"sage.manifolds.differentiable.bundle_connection": {"walltime": 8},
"sage.manifolds.differentiable.characteristic_cohomology_class": {"walltime": 256},
"sage.manifolds.differentiable.characteristic_cohomology_class": {"walltime": 64},
"sage.manifolds.differentiable.curve": {"walltime": 16},
"sage.manifolds.differentiable.degenerate": {"walltime": 32},
"sage.manifolds.differentiable.degenerate_submanifold": {"walltime": 256},
"sage.manifolds.differentiable.degenerate_submanifold": {"walltime": 16},
"sage.manifolds.differentiable.diff_form": {"walltime": 64},
"sage.manifolds.differentiable.diff_map": {"walltime": 8},
"sage.manifolds.differentiable.examples.euclidean": {"walltime": 32},
Expand Down Expand Up @@ -270,7 +270,7 @@
"sage.modules.free_quadratic_module_integer_symmetric": {"walltime": 8},
"sage.modules.torsion_quadratic_module": {"walltime": 16},
"sage.parallel.map_reduce": {"walltime": 8},
"sage.plot.animate": {"walltime": 128},
"sage.plot.animate": {"walltime": 16},
"sage.plot.arrow": {"walltime": 8},
"sage.plot.circle": {"walltime": 8},
"sage.plot.complex_plot": {"walltime": 8},
Expand Down Expand Up @@ -308,7 +308,7 @@
"sage.rings.function_field.function_field_valuation": {"walltime": 64},
"sage.rings.function_field.ideal": {"walltime": 8},
"sage.rings.function_field.place": {"walltime": 8},
"sage.rings.integer": {"walltime": 128},
"sage.rings.integer": {"walltime": 64},
"sage.rings.invariants.invariant_theory": {"walltime": 8},
"sage.rings.number_field.bdd_height": {"walltime": 8},
"sage.rings.number_field.number_field": {"walltime": 64},
Expand Down
10 changes: 0 additions & 10 deletions srcpkgs/sagemath/patches/01-dont_link_ratpoints.patch

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions srcpkgs/sagemath/patches/03-doctest_have_program.patch

This file was deleted.

22 changes: 0 additions & 22 deletions srcpkgs/sagemath/patches/04-doctest_sage_getfile.patch

This file was deleted.

16 changes: 0 additions & 16 deletions srcpkgs/sagemath/patches/05-fix_sage_getfile.patch

This file was deleted.

15 changes: 0 additions & 15 deletions srcpkgs/sagemath/patches/07-ignore_warning.patch

This file was deleted.

27 changes: 0 additions & 27 deletions srcpkgs/sagemath/patches/08-dont_run_pytest--see_31924.patch

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c4a6d33

Please sign in to comment.