File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 - name : Install OpenCL - Ubuntu
4040 if : matrix.os == 'ubuntu-22.04'
4141 run : |
42- sudo apt-get update -qq
43- sudo apt-get install -qq intel-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
42+ sudo apt update -qq
43+ sudo apt install -qq intel-opencl-icd opencl-headers ocl-icd-opencl-dev
4444
4545 - name : Build Current Binary
4646 if : matrix.os != 'ubuntu-22.04-arm'
Original file line number Diff line number Diff line change 1414 '<!@(node -p "require(\' addon-tools-raub\' ).getInclude()")' ,
1515 '<(cl_include)' ,
1616 ],
17- 'library_dirs' : ['<(module_root_dir)/lib' ],
1817 'conditions' : [
1918 ['OS=="linux"' , {
2019 'libraries' : [
2120 "-Wl,-rpath,'$$ORIGIN'" ,
22- 'libOpenCL.so ' ,
21+ '-lOpenCL ' ,
2322 ],
2423 }],
2524 ['OS=="mac"' , {
2625 'libraries' : ['-framework OpenCL' ],
2726 }],
2827 ['OS=="win"' , {
28+ 'library_dirs' : ['<(module_root_dir)/lib' ],
2929 'libraries' : ['OpenCL.lib' ],
3030 }],
3131 ],
You can’t perform that action at this time.
0 commit comments