skip to Main Content

Cmake does not see OpenCL – CentOS

I am trying to install OpenCL for BEAGLE. First, I have downloaded intel_sdk_for_opencl_applications_2020.3.494.tar.gz from here. Then I unzipped it & run install.sh. Installation was successful. I have BEAGLE installed so I have decided to go to build folder in beagle-lib…

VIEW QUESTION

Creating a python package (deb/rpm) from cmake – Debian

I am trying to create a python package (deb & rpm) from cmake, ideally using cpack. I did read https://cmake.org/cmake/help/latest/cpack_gen/rpm.html and, https://cmake.org/cmake/help/latest/cpack_gen/deb.html The installation works just fine (using component install) for my shared library. However I cannot make sense of…

VIEW QUESTION
Back To Top
Search