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

vtk: clean up problematic include paths #60380

Closed
wants to merge 1 commit into from

Conversation

dtrodrigues
Copy link
Member

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

Cleans up potentially problematic include paths, supporting #59146

@BrewTestBot BrewTestBot added missing license Formula has a missing license which should be added python Python use is a significant feature of the PR or issue labels Aug 30, 2020
@dtrodrigues dtrodrigues force-pushed the vtk-include branch 2 times, most recently from b87b650 to 61458a9 Compare August 30, 2020 15:12
@BrewTestBot BrewTestBot removed the missing license Formula has a missing license which should be added label Aug 30, 2020
@@ -79,6 +86,13 @@ def install
inreplace Dir["#{lib}/cmake/**/vtkhdf5.cmake"].first,
Formula["hdf5"].prefix.realpath,
Formula["hdf5"].opt_prefix
# get rid of bad include paths on 10.14+
Copy link
Member

Choose a reason for hiding this comment

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

Is this issue submitted upstream?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's not, but it doesn't seem to be present in 9.x but I think most formulae need changes to support 9.x. I'm not positive where precisely the actual root cause is, but this will allow pcl to build which has been broken in homebrew since boost was merged in a month ago.

Copy link
Member

Choose a reason for hiding this comment

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

Could you start an upgrade to 9.x after this then? We should always provide the latest available version of software.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah I can start the upgrade process for it after this. The cleanup after the install of vtk in this PR really isn't ideal but I think it's worth getting out so we can upgrade pcl and may be affecting other formulae using vtk.

@dtrodrigues dtrodrigues mentioned this pull request Aug 31, 2020
5 tasks
@dtrodrigues dtrodrigues requested a review from Bo98 August 31, 2020 01:08
@dtrodrigues
Copy link
Member Author

@Homebrew/core can somebody take a look at this as a stopgap measure?

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

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

Fine with me as long as work begins after merge on a VTK 9 upgrade.

@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

@dtrodrigues dtrodrigues deleted the vtk-include branch October 17, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants