File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ paraview-cuda:
92
92
- protobuf@:3.21
93
93
- seacas ~fortran ~applications ~legacy ~tests ~x11
94
94
- utf8cpp
95
+ - openvdb
95
96
96
97
# climate/weather
97
98
- cdi
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ cmake -G Ninja \
144
144
-DPARAVIEW_PLUGIN_ENABLE_NetCDFTimeAnnotationPlugin=ON \
145
145
-DPARAVIEW_ENABLE_FIDES:BOOL=ON \
146
146
-DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON \
147
+ -DPARAVIEW_ENABLE_OPENVDB=ON \
147
148
` # use external libraries wherever possible` \
148
149
-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
149
150
` # These externals had compilation problems` \
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ paraview-osmesa:
89
89
- protobuf@:3.21
90
90
- seacas ~fortran ~applications ~legacy ~tests ~x11
91
91
- utf8cpp
92
+ - openvdb
92
93
93
94
# climate/weather
94
95
- cdi
@@ -112,8 +113,8 @@ paraview-osmesa:
112
113
113
114
# offscreen rendering
114
115
- mesa +osmesa
115
- - osmesa
116
- - glew
116
+ - osmesa
117
+ - glew
117
118
118
119
variants :
119
120
- ~cuda
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ cmake -G Ninja \
143
143
-DPARAVIEW_PLUGIN_ENABLE_NetCDFTimeAnnotationPlugin=ON \
144
144
-DPARAVIEW_ENABLE_FIDES:BOOL=ON \
145
145
-DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON \
146
+ -DPARAVIEW_ENABLE_OPENVDB=ON \
146
147
` # use external libraries wherever possible` \
147
148
-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
148
149
` # These externals had compilation problems` \
You can’t perform that action at this time.
0 commit comments