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

Commit

Permalink
Merge #34761
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 20, 2022
2 parents b8a15c8 + 1ecd042 commit d249067
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 452 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
# Compiling sage/interfaces/sagespawn.pyx because it depends on /private/var/folders/38/wnh4gf1552g_crsjnv2vmmww0000gp/T/pip-build-env-609n5985/overlay/lib/python3.10/site-packages/Cython/Includes/posix/unistd.pxd
time sdh_pip_install --no-build-isolation .
else
SAGE_OPTIONAL_PACKAGES_WITH_EXTENSIONS+="mcqd,tdlib,coxeter3,fes,sirocco,meataxe,bliss"
SAGE_OPTIONAL_PACKAGES_WITH_EXTENSIONS+="mcqd,tdlib,coxeter3,sirocco,meataxe,bliss"
time python3 -u setup.py --no-user-cfg build install || exit 1
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion src/doc/en/reference/libs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ Symmetrica

.. Cannot be imported independently of mpmath: sage/libs/mpmath/ext_main sage/libs/mpmath/ext_impl sage/libs/mpmath/ext_libmp
.. Modules depending on optional packages: sage/libs/coxeter3/coxeter sage/libs/coxeter3/coxeter_group sage/libs/fes sage/libs/homfly sage/libs/braiding
.. Modules depending on optional packages: sage/libs/coxeter3/coxeter sage/libs/coxeter3/coxeter_group sage/libs/homfly sage/libs/braiding
.. include:: ../footer.txt
1 change: 0 additions & 1 deletion src/doc/en/reference/misc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ Features
sage/features/csdp
sage/features/databases
sage/features/dvipng
sage/features/fes
sage/features/ffmpeg
sage/features/four_ti_2
sage/features/gap
Expand Down
4 changes: 2 additions & 2 deletions src/sage/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ def __init__(self, name, test_code, **kwds):
TESTS::
sage: from sage.features import CythonFeature
sage: from sage.features.fes import LibFESLibrary
sage: isinstance(LibFESLibrary(), CythonFeature) # indirect doctest
sage: from sage.features.bliss import BlissLibrary
sage: isinstance(BlissLibrary(), CythonFeature) # indirect doctest
True
"""
Feature.__init__(self, name, **kwds)
Expand Down
96 changes: 0 additions & 96 deletions src/sage/features/fes.py

This file was deleted.

Loading

0 comments on commit d249067

Please sign in to comment.