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

Specify igraph < 0.10.0 #45

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Specify igraph < 0.10.0 #45

merged 1 commit into from
Jan 25, 2023

Conversation

sporksmith
Copy link
Contributor

igraph 0.10.0 has some API changes that we don't handle. We may be able to support it through some #ifdef macros, as we already do for 0.9.x, though the devs suggest this might be painful.

For now, having cmake bail out and explain that the igraph version is incompatible is better than having a bunch of compiler errors.

See #44

igraph 0.10.0 has some API changes that we don't handle. We may be able
to support it through some #ifdef macros, as we already do for 0.9.x,
though the devs suggest this might be painful.

For now, having cmake bail out and explain that the igraph version is
incompatible is better than having a bunch of compiler errors.

See shadow#44
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

Successfully merging this pull request may close these issues.

2 participants