Skip to content
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

Update bootstrap.sh & setup.py #288

Merged
merged 2 commits into from
Dec 21, 2024
Merged

Update bootstrap.sh & setup.py #288

merged 2 commits into from
Dec 21, 2024

Conversation

ludopulles
Copy link
Contributor

  • 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.
  • change return values of bootstrap.sh to make all errors have different ones

Note: $retval was not updated after make install previously.

Closes: #278

- 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.
- change return values of bootstrap.sh to make all errors have different ones

Closes: fplll#278
@malb malb merged commit 7218cfa into fplll:master Dec 21, 2024
37 checks passed
@malb
Copy link
Collaborator

malb commented Dec 21, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building G6K & FPyLLL currently fails
2 participants