File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414 info " Building wheel for Python $python_version ..."
1515 info " Removing temp files..."
16- conda env remove -n ocp-build-system
16+ # conda env remove -n ocp-build-system
1717 rm -rf ./wheel_build || true
1818 rm -rf ./vtk || true
1919 rm ./VTK-* .tar.gz || true
4545 -DVTK_WHEEL_BUILD=ON \
4646 -DVTK_WRAP_PYTHON=ON \
4747 -DCMAKE_BUILD_TYPE=Release \
48- -DPython3_EXECUTABLE=$HOME /mambaforge/envs/ocp-build-system /bin/python \
49- -DPython3_INCLUDE_DIR=$HOME /mambaforge/envs/ocp-build-system /include/python$python_version \
48+ -DPython3_EXECUTABLE=$HOME /mambaforge/envs/$env_name /bin/python \
49+ -DPython3_INCLUDE_DIR=$HOME /mambaforge/envs/$env_name /include/python$python_version \
5050 ../VTK-9.2.6; \
5151 ninja; \
5252 python setup.py bdist_wheel; \
You can’t perform that action at this time.
0 commit comments