-
-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34858: Fix sagemath-standard sdist
`./bootstrap && ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v -v -e sagepython-sagewheels-nopypi-norequirements)'` fails in 9.8.beta5 because the sdist is broken {{{ cimport cython from sage.algebras.fusion_rings.poly_tup_engine cimport ( ^ ------------------------------------------------------------ sage/algebras/fusion_rings/fast_parallel_fmats_methods.pyx:12:0: 'sage/algebras/fusion_rings/poly_tup_engine.pxd' not found }}} We fix this by - updating MANIFEST - unconditionally running the module finder in pkgs/sagemath- standard/setup.py We make the same change also in pkgs/sagemath-objects/setup.py (by symlink, this also affects sagemath-categories). URL: https://trac.sagemath.org/34858 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): François Bissey
- Loading branch information
Showing
3 changed files
with
67 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters