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

Add ability to express minimum version numbers for dependencies #3

Open
fragglet opened this issue Jun 18, 2016 · 0 comments
Open

Add ability to express minimum version numbers for dependencies #3

fragglet opened this issue Jun 18, 2016 · 0 comments

Comments

@fragglet
Copy link
Member

You can do something similar in autotools where you write something like:

PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.1.8, [

Currently it's only possible to specify a list of dependencies; you can't say something like:

dependencies "libsamplerate >= 0.1.8"

This is actually kind of important because when we depend on packages which are already installed on the system we use these instead of building our own. But if a dependency is installed but too old we should ignore it.

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

1 participant