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

Cyclic dependency between abi-dumper & abi-compliance-checker #24

Open
darmac opened this issue Oct 26, 2020 · 3 comments
Open

Cyclic dependency between abi-dumper & abi-compliance-checker #24

darmac opened this issue Oct 26, 2020 · 3 comments

Comments

@darmac
Copy link

darmac commented Oct 26, 2020

I found abi-dumper and abi-compliance-checker are depend on each other.
So how can we break the cyclic dependency?

@linuxhw
Copy link

linuxhw commented Oct 26, 2020

Why this is bad? Just install both simultaneously.

@darmac
Copy link
Author

darmac commented Oct 26, 2020

We want to enable this software on the package manger application: spack.
And we need to specify the dependency which make it automatic installed on user's environment.
If they are depend on each other, that will enter a dead loop.
spack/spack#18738

@linuxhw
Copy link

linuxhw commented Oct 26, 2020

Ok, let's remove abi-dumper's dependency on abi-compliance-checker in this case.

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