File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,12 @@ jobs:
127127
128128 - if : matrix.build-mode == 'manual'
129129 name : open_iA install dependencies
130- run : sudo apt update && sudo apt install boost-devel nodejs- npm
130+ run : sudo apt update && sudo apt install npm
131131 # vtk dependencies (again to be installed, when we make vtk a cached thing): libopenmpi-dev libopengl-dev libglx-dev libglw-dev
132- # VR: openvr-devel openxr-devel
133- # OpenCL: ocl-icd-devel opencl-headers
134- # clang: clang libomp-devel
132+ # dependencies stated in superbuild: libgl1-mesa-dev libxt-dev libxt-dev libxcursor-dev libsdl2-dev
133+ # VR: libboost-dev libopenvr-dev libopenxr-dev
134+ # OpenCL: ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers
135+ # clang: clang libomp-dev
135136 # if: runner.os == 'Linux' only runs on ubuntu currently anyway
136137
137138 - if : matrix.build-mode == 'manual'
You can’t perform that action at this time.
0 commit comments