File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
python -V
94
94
pip install --upgrade setuptools
95
95
mkdir -p ./vtk/build
96
- curl -L -O https://www. vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
96
+ curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
97
97
tar -zxf VTK-9.2.6.tar.gz --directory ./vtk/
98
98
cd ./vtk/build
99
99
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../VTK-9.2.6
@@ -110,7 +110,7 @@ jobs:
110
110
cl
111
111
pip install --upgrade setuptools
112
112
mkdir vtk\build
113
- curl -L -O https://www. vtk.org/files/release/9.2/VTK-9.2.6.tar.gz
113
+ curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz
114
114
tar -zxf VTK-9.2.6.tar.gz --directory vtk\
115
115
cd vtk\build
116
116
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ..\VTK-9.2.6
You can’t perform that action at this time.
0 commit comments