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

Skip uncompression if the dependencies are already there and uncompressed #8

Closed
rosielickorish opened this issue Jul 28, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@rosielickorish
Copy link
Contributor

Feature description
The build script currently uncompresses the dependencies, even when they have already been uncompressed. This isn't so bad for HElib and NTL but boost takes an appreciable time to uncompress. The build script should do something to check that if the directory is there, and if it is don't uncompress.

Acceptance criteria

  1. Build script should not uncompress dependencies if the files already exist.
@dowem dowem changed the title Skip Uncompression if the dependencies are already there and incompressed Skip uncompression if the dependencies are already there and uncompressed Jul 28, 2020
@dowem dowem added the good first issue Good for newcomers label Aug 5, 2020
@rosielickorish
Copy link
Contributor Author

Fixed in #46

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

No branches or pull requests

2 participants