Skip to content

Commit 195a7aa

Browse files
committed
Try enabling OpenVDB with spack package and paraview option
1 parent cc5c218 commit 195a7aa

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

recipes/paraview/5.13.2/gh200/environments.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ paraview-cuda:
9292
- protobuf@:3.21
9393
- seacas ~fortran ~applications ~legacy ~tests ~x11
9494
- utf8cpp
95+
- openvdb
9596

9697
# climate/weather
9798
- cdi

recipes/paraview/5.13.2/gh200/post-install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ cmake -G Ninja \
144144
-DPARAVIEW_PLUGIN_ENABLE_NetCDFTimeAnnotationPlugin=ON \
145145
-DPARAVIEW_ENABLE_FIDES:BOOL=ON \
146146
-DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON \
147+
-DPARAVIEW_ENABLE_OPENVDB=ON \
147148
`# use external libraries wherever possible` \
148149
-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
149150
`# These externals had compilation problems` \

recipes/paraview/5.13.2/zen2/environments.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ paraview-osmesa:
8989
- protobuf@:3.21
9090
- seacas ~fortran ~applications ~legacy ~tests ~x11
9191
- utf8cpp
92+
- openvdb
9293

9394
# climate/weather
9495
- cdi
@@ -112,8 +113,8 @@ paraview-osmesa:
112113

113114
# offscreen rendering
114115
- mesa +osmesa
115-
- osmesa
116-
- glew
116+
- osmesa
117+
- glew
117118

118119
variants:
119120
- ~cuda

recipes/paraview/5.13.2/zen2/post-install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ cmake -G Ninja \
143143
-DPARAVIEW_PLUGIN_ENABLE_NetCDFTimeAnnotationPlugin=ON \
144144
-DPARAVIEW_ENABLE_FIDES:BOOL=ON \
145145
-DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON \
146+
-DPARAVIEW_ENABLE_OPENVDB=ON \
146147
`# use external libraries wherever possible` \
147148
-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
148149
`# These externals had compilation problems` \

0 commit comments

Comments
 (0)