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

Avoiding rebuilds? #5

Open
sohailsomani opened this issue Oct 19, 2018 · 1 comment
Open

Avoiding rebuilds? #5

sohailsomani opened this issue Oct 19, 2018 · 1 comment

Comments

@sohailsomani
Copy link

I'm using the script mode to install dependencies but when I add dependencies to requirements.txt, cmake-get redownloads and rebuilds everything. This is very inefficient. Is there a way to avoid the constant rebuilds?

@pfultz2
Copy link
Owner

pfultz2 commented Oct 19, 2018

The best way is to use cget which will avoid the rebuilds and can cache downloads.

In cmake-get, we could store in a file which dependencies were installed and not rebuild them, however, there is no mechanism to upgrade just one dependency. The user would need to manually remove the entry from the file for that to work.

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

No branches or pull requests

2 participants