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

Commit

Permalink
pkgs/sagemath-standard/setup.py: Include files marked as # sage_setup…
Browse files Browse the repository at this point in the history
…: distribution = sagemath-flint-arb etc.
  • Loading branch information
Matthias Koeppe committed Dec 14, 2022
1 parent 790c12b commit 8b1cf25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/sagemath-standard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@
print("Discovering Python/Cython source code....")
t = time.time()
from sage.misc.package import is_package_installed_and_updated
distributions = ['']
distributions = ['',
'sagemath-flint-arb',
'sagemath-gap',
'sagemath-giac',
'sagemath-homfly',
]
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'sirocco', 'meataxe']
distributions += ['sagemath-{}'.format(pkg)
Expand Down

0 comments on commit 8b1cf25

Please sign in to comment.