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

build/pkgs/planarity/spkg-configure.m4: update header check #39111

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

orlitzky
Copy link
Contributor

In the ./configure test for libplanarity, we should be testing for planarity/graph.h instead of planarity/planarity.h:

  1. graph.h is what we actually use in src/sage/graphs/planarity.pyx,
  2. planarity.h is going away in a future version.

cf. graph-algorithms/edge-addition-planarity-suite#125

In the ./configure test for libplanarity, we should be testing for
planarity/graph.h instead of planarity/planarity.h:

  1. graph.h is what we actually use in src/sage/graphs/planarity.pyx,
  2. planarity.h is going away in a future version.

cf. graph-algorithms/edge-addition-planarity-suite#125
Copy link
Contributor

@fchapoton fchapoton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks

Copy link

Documentation preview for this PR (built with commit ea0f811; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 11, 2024
…er check

In the `./configure` test for libplanarity, we should be testing for
`planarity/graph.h` instead of `planarity/planarity.h`:

  1. `graph.h` is what we actually use in
`src/sage/graphs/planarity.pyx`,
  2. `planarity.h` is going away in a future version.

cf. https://github.com/graph-algorithms/edge-addition-planarity-
suite/pull/125

URL: sagemath#39111
Reported by: Michael Orlitzky
Reviewer(s): Frédéric Chapoton
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 12, 2024
…er check

    
In the `./configure` test for libplanarity, we should be testing for
`planarity/graph.h` instead of `planarity/planarity.h`:

  1. `graph.h` is what we actually use in
`src/sage/graphs/planarity.pyx`,
  2. `planarity.h` is going away in a future version.

cf. https://github.com/graph-algorithms/edge-addition-planarity-
suite/pull/125
    
URL: sagemath#39111
Reported by: Michael Orlitzky
Reviewer(s): Frédéric Chapoton
@vbraun vbraun merged commit 696584f into sagemath:develop Dec 15, 2024
29 of 48 checks passed
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.

3 participants