-
Notifications
You must be signed in to change notification settings - Fork 6
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 new module system #62
Conversation
This is not yet merged into VTK master because of a Windows test. Will revert to VTK master once this is merged.
Unfortunately, the find command differs so much between osx and linux when using the -regex option (find -D needed on osx, and the or bar '|' needs escape on linux, or else the -regex-type posix-extended arg is needed), that I could not find a portable way to do this on one line.
CMake > 3.13 is needed but that conflicts with other libraries. So we install it in conda root.
@doutriaux1 @scottwittenburg Please review. |
I think this is looking good so far, the build failures on that PR I linked are expected, as a few spurious triangles were remove from several isofill plots by some fix made to VTK since we updated last. I'll just need to create a new branch in the baselines repo and then make some small change to vcs to pick it up. |
@scottwittenburg Great. Let me know when you you've done that. I would be great to merge this so that is out of the way. Thanks! |
No description provided.