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

Commit

Permalink
remove primecount from various lists of optional spkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 13, 2021
1 parent 687687b commit 9f6c4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/sagemath-standard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
distributions = None
else:
distributions = ['']
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib', 'primecount',
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', 'sirocco', 'meataxe']
distributions += ['sagemath-{}'.format(pkg)
for pkg in optional_packages_with_extensions
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
t = time.time()

# Exclude a few files if the corresponding distribution is not loaded
optional_packages = ['mcqd', 'bliss', 'tdlib', 'primecount',
optional_packages = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', '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 9f6c4a1

Please sign in to comment.