File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
recipes/paraview/5.13.2/zen2 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ paraview-osmesa:
112
112
113
113
# offscreen rendering
114
114
- mesa +osmesa
115
- - osmesa ^mesa +osmesa
116
- - glew ^[virtuals=gl] osmesa ^mesa +osmesa
115
+ - osmesa
116
+ - glew
117
117
118
118
variants :
119
119
- ~cuda
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ rm $BUILD_ENV_DEV
190
190
sed -i " s|^CMAKE_PREFIX_PATH=|CMAKE_PREFIX_PATH=$PARAVIEW_INSTALL_DIR :|g" $BUILD_ENV
191
191
192
192
# remove /dev/shm paths from build-env that will not be available to the final user
193
- GCCLOC=$( $SPACK_CMD location -i gcc@12)
193
+ GCCLOC=$( $SPACK_CMD location -i gcc@12 +bootstrap )
194
194
sed -i " s|/dev/shm/biddisco/spack/lib/spack/env/gcc|$GCCLOC /bin|g" $BUILD_ENV
195
195
sed -i " s|/dev/shm/biddisco/spack/bin|\$ PATH|" $BUILD_ENV
196
196
You can’t perform that action at this time.
0 commit comments