[Bug 1812522] Re: libcaffe-cuda-dev does not work with CUDA 10

2019-02-14 Thread Jesse Kleemann
I'm sorry I didn't make it clear that I just needed the header files. libcaffe-cuda-dev was the only package I needed. Ah okay, will build the caffe master from github until cuda 10 is available as ubuntu package, thanks a lot. -- You received this bug notification because you are a member of

[Bug 1812522] Re: libcaffe-cuda-dev does not work with CUDA 10

2019-02-11 Thread Jesse Kleemann
I'd publish my source .dsc if I had one. I only installed the pre-built binaries myself. - sudo apt install libcaffe-cuda-dev - edited /usr/share/caffe/CaffeTargets-release.cmake Those were the only steps I took to get our project compiled. -- You received this bug notification because you are

[Bug 1812522] Re: libcaffe-cuda-dev does not work with CUDA 10

2019-02-11 Thread Jesse Kleemann
The original package might work because the dependencies are not resolved until the deb package is created. https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/caffe-contrib/1.0.0-8ubuntu2/caffe-contrib_1.0.0-8ubuntu2.dsc We are using it to detect road surface markings with an autonomous

[Bug 1812522] Re: libcaffe-cuda-dev does not work with CUDA 10

2019-02-11 Thread Jesse Kleemann
Hi Lenin, it has to be generated somewhere while building the package. I made it work by removing "/usr/lib/x86_64-linux-gnu/libcublas_device.a;" from the IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE properties of caffe in line 11. Or alternatively the following fix in CMakeLists.txt:

[Bug 1812522] [NEW] libcaffe-cuda-dev does not work with CUDA 10

2019-01-19 Thread Jesse Kleemann
Public bug reported: It depends on libcublas_device.a which is deprecated and not available in CUDA 10. My caffe projects are compiling fine after removing libcublas_device.a from "/usr/share/caffe/CaffeTargets-release.cmake". Ubuntu Release: Description:Ubuntu 18.04.1 LTS Release: