Search Criteria
Package Details: caffe-opencl-git 1.0-2
Git Clone URL: | https://aur.archlinux.org/caffe-opencl-git.git (read-only, click to copy) |
---|---|
Package Base: | caffe-opencl-git |
Description: | A deep learning framework made with expression, speed, and modularity in mind (Experimental, OpenCL) |
Upstream URL: | http://caffe.berkeleyvision.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Harms |
Maintainer: | Harms |
Last Packager: | Harms |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-04 13:04 |
Last Updated: | 2018-08-11 15:24 |
Dependencies (34)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- cython (cython-kivy, cython-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- ipython (ipython-git)
- leveldb
- lmdb (lmdb-git)
- openblas-lapack (openblas-lapack-git, openblas-lapack-static)
- opencl-driver (catalyst-firepro-compute, catalyst-firepro, catalyst-total, opencl-catalyst, catalyst-total-hd234k, intel-opencl, opencl-mesa-noglvnd, opencl-nvidia-410xx, catalyst-test, amdapp-sdk, opencl-nvidia-340xx, beignet-git, intel-opencl-runtime, opencl-nvidia-440xx, vc4cl-git, beignet, opencl-amd-polaris, intel-compute-runtime-git, intel-cpu-runtime, opencl-nvidia-full-vulkan-all, mesa-rc, opencl-nvidia-vulkan, rocm-opencl-runtime, mesa-minimal-git, mesa-minimal+-git, mesa-stable, opencl-amd, opencl-nvidia-beta, opencl-nvidia-390xx, mesa-git, intel-compute-runtime, opencl-mesa, opencl-nvidia)
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- python (python-dbg)
- python-dateutil
- python-gflags
- python-h5py (python-h5py-git, python-h5py-openmpi)
- python-leveldb
- python-matplotlib (python-matplotlib-git)
- python-networkx (python-networkx-1.11)
- python-nose
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pandas
- python-pillow (python-pillow-git, python-pillow-simd)
- python-protobuf (python-protobuf-git)
- python-pydotplus
- python-scikit-image
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin)
- python-six
- python-yaml
- viennacl
- cmake (cmake-git) (make)
- doxygen (doxygen-git) (make)
- texlive-core (texlive-full, texlive-installer) (make)
Required by (3)
- multitask-network-cascades-dr-git (requires caffe)
- ncsdk (requires caffe)
- openpose (requires caffe)
Latest Comments
Harms commented on 2018-08-11 15:41
@jdoe I've updated the package. Does it work for you now?
Harms commented on 2018-08-11 14:32
Testing some more I find that ${boost_py_version} ends up as 366.
Harms commented on 2018-08-11 14:30
@jdoe Strange. The patch 'dependencies.patch' that is included should do the job. The original build script looks for libboost_python-py3.so while in Arch it's libboost_python3.so.
libboost_python3.so is a symbolic link to whatever minor version of libboost_python3 is installed in the usual pattern. libboost_python.so points to libboost_python2*.so.
What is possibly breaking is the variable ${boost_py_version}. No doubt it is set by the following series of commands: find_package(PythonLibs 3.0) set(version ${PYTHONLIBS_VERSION_STRING}) STRING( REGEX REPLACE "[^0-9]" "" boost_py_version ${version} )
jdoe commented on 2018-08-09 07:21
Linking fails for me without this patch: https://sources.debian.org/patches/caffe/1.0.0-8/cmake-link-correct-python-lib.patch/
Also, opencl-driver should be added as a dependency.
Harms commented on 2018-04-04 15:49
I got SIGSEGV from libamdocl64.so when using xf86-video-amdgpu and opencl-amd from AUR (the opencl component of AMDGPU PRO).
Fixed by setting the following environment variable:
export GPU_FORCE_64BIT_PTR=1