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

adding support to install stable or dev packages #24

Open
gfursin opened this issue Mar 11, 2017 · 0 comments
Open

adding support to install stable or dev packages #24

gfursin opened this issue Mar 11, 2017 · 0 comments

Comments

@gfursin
Copy link
Member

gfursin commented Mar 11, 2017

As @psyhtest suggested, it may be useful to provide a flag when installing packages, compiling programs and resolving dependencies to pick up stable versions of packages. This can be done by detecting flags --stable --dev
and then providing extra keys in JSON with dependencies that specify stable/dev package, i.e.
something like:

"compile_deps": {
"lib-tensorflow": {
"name": "TensorFlow library",
"sort": 10,
"tags": "lib,tensorflow",
"extra_tags":{"stable":"v1.0","dev":""}

}
},

We can discuss it later ...

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

No branches or pull requests

6 participants