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

Commit

Permalink
src/sage/libs/fes.pyx: Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 19, 2022
1 parent c3028e7 commit 444d3f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 345 deletions.
2 changes: 1 addition & 1 deletion pkgs/sagemath-standard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
from sage.misc.package import is_package_installed_and_updated
distributions = ['']
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', 'sirocco', 'meataxe']
'coxeter3', 'sirocco', 'meataxe']
distributions += ['sagemath-{}'.format(pkg)
for pkg in optional_packages_with_extensions
if is_package_installed_and_updated(pkg)]
Expand Down
343 changes: 0 additions & 343 deletions src/sage/libs/fes.pyx

This file was deleted.

2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

# Exclude a few files if the corresponding distribution is not loaded
optional_packages = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', 'sirocco', 'meataxe']
'coxeter3', 'sirocco', 'meataxe']
not_installed_packages = [package for package in optional_packages
if not is_package_installed_and_updated(package)]

Expand Down

0 comments on commit 444d3f3

Please sign in to comment.