-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building G6K & FPyLLL currently fails #278
Comments
Yup, looks like we need to adapt FPyLLL to the current cysignals, I'll try to find some time to do this soon, but certainly not before the weekend. (Partial) PRs welcome :) |
I'd say: wait for the issue in cysignals to be fixed and shipped :). |
FYI poetry based builds are still broken because they use |
…d-builds Issue #278: Reference functional cysignals version
- pip install directly, - only append once all code to fpylll-env/bin/activate so deactivating is not necessary - pick up on return code of `make clean` in FPLLL, like G6K does. - fix DeprecationWarning in setup.py and docs/conf.py for getting `__version__` - depend on most recent cysignals (1.12.2) again as this one works again. Closes: fplll#278
- pip install directly, - only append once all code to fpylll-env/bin/activate so deactivating is not necessary - pick up on return code of `make clean` in FPLLL, like G6K does. - fix DeprecationWarning in setup.py and docs/conf.py for getting `__version__` - depend on most recent cysignals (1.12.2) again as this one works again. Closes: fplll#278
- pip install directly, - only append once all code to fpylll-env/bin/activate so deactivating is not necessary - pick up on return code of `make clean` in FPLLL, like G6K does. - fix DeprecationWarning in setup.py and docs/conf.py for getting `__version__` - depend on most recent cysignals (1.12.2) again as this one works again. Closes: fplll#278
Could we have a new minor release, as the now obsolete constraint on cysignals version blocks updating of a lot of stuff in sage? |
Done |
The newest cysignals package causes an error during
./bootstrap.sh
resulting in a long list of error messages:It's known: sagemath/cysignals#212
Temporary workaround: downgrade to
cysignals
version 1.11.4:The text was updated successfully, but these errors were encountered: