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

Feature request: build dependencies #727

Open
eschnett opened this issue Sep 7, 2018 · 2 comments
Open

Feature request: build dependencies #727

eschnett opened this issue Sep 7, 2018 · 2 comments
Labels
sandbox New test/Project.toml testing framework

Comments

@eschnett
Copy link

eschnett commented Sep 7, 2018

I have a package that uses Conda.jl, but only during building (i.e. from deps/build.jl). It would be nice if I could declare Conda as a build-only dependency, similar to the way I can declare test-only dependencies.

@fredrikekre
Copy link
Member

Your build script can instantiate a custom Project.toml with any dependencies you want.

@fredrikekre
Copy link
Member

Your build script can instantiate a custom Project.toml with any dependencies you want.

Toy implementation: https://github.com/fredrikekre/Sandbox.jl

@00vareladavid 00vareladavid added the sandbox New test/Project.toml testing framework label Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sandbox New test/Project.toml testing framework
Projects
None yet
Development

No branches or pull requests

3 participants