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

Commits on Jan 25, 2023

  1. Specify igraph < 0.10.0

    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
    sporksmith committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d1564cb View commit details
    Browse the repository at this point in the history