-
Notifications
You must be signed in to change notification settings - Fork 2
Reworking of Paraview and TTK build: catalyst adaptor working in WFA #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
Conversation
CharlesGueunet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand where is built the TTK module now, is this PR dependant on #5 ?
| cmake_vars[PARAVIEW_BUILD_EDITION]=CATALYST_RENDERING | ||
| cmake_vars[paraview_SOURCE_SELECTION]=$version | ||
| cmake_vars[ENABLE_boost]=ON | ||
| cmake_vars[USE_SYSTEM_boost]=ON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why using the system boost ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd equally ask why not? Boost is available as a system module so means the install is a little faster and uses less disk
| # TTK needs a patched version of Paraview | ||
| pv_version=5.8.1 | ||
| pv_source_dir_name=ParaView-v$pv_version | ||
| pv_version=5.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update here too.
|
|
||
| visibility=public | ||
| name=paraview | ||
| version=5.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use 5.9.1, or even master / git
| cmake_vars[USE_SYSTEM_boost]=ON | ||
| cmake_vars[ENABLE_numpy]=ON | ||
| cmake_vars[USE_SYSTEM_numpy]=ON | ||
| cmake_vars[ENABLE_protobuf]=ON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is TTK now ? in #5 I update this part to use the one provided by the superbuild
|
TTK is built as a separate module, as before. Except now this module does not need to build its own, patched, version of ParaView |
|
I should add that this does not depend on #5, but this is now installed and working on Cirrus at least. |
This branch removes TTK's patch of paraview and just build that normally via super build. PV now includes GDAL and numpy. I've also updated the build of WFA to enable catalyst by default.