It's possible to get this apparently harmless warning during link time when rebuilding for cudnn 6.0:
"warning: libcudnn.so.5, needed by /usr/lib/libcaffe.so, not found".
To avoid it, clear your source tree before rebuilding. You can do this, for example, by using the makepkg '--cleanbuild' option.
Search Criteria
Package Details: caffe-git 1.0.r117.g2a1c552b6-1
| Git Clone URL: | https://aur.archlinux.org/caffe-git.git (read-only) |
|---|---|
| Package Base: | caffe-git |
| Description: | A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled) |
| Upstream URL: | http://caffe.berkeleyvision.org/ |
| Keywords: | ai artificial cuda intelligence nvidia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | jyantis |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 23 |
| Popularity: | 0.021934 |
| First Submitted: | 2014-12-08 01:10 |
| Last Updated: | 2018-06-23 15:05 |
Dependencies (35)
- boost
- boost-libs
- cuda (cuda65)
- cudnn
- cython (cython-kivy)
- gflags (gflags-git)
- google-glog (glog-git)
- hdf5 (hdf5-openmpi-java, hdf5-mpich, hdf5-openmpi)
- ipython
- leveldb
- lmdb
- openblas-lapack (openblas-lapack-git)
- opencv (opencv-cuda-git, opencv-gstreamer, opencv-git)
- protobuf (protobuf3-git)
- python
- python-dateutil
- python-gflags
- python-h5py (python-h5py-git, python2-h5py-git, python-h5py-openmpi)
- python-leveldb
- python-matplotlib (python-matplotlib-git)
- python-networkx
- python-nose
- python-numpy (python-numpy-mkl, python-numpy-openblas)
- python-pandas
- python-pillow (python-pillow-simd)
- python-protobuf
- python-pydotplus
- python-scikit-image
- python-scipy (python-scipy-mkl, python-scipy-openblas)
- python-six
- python-yaml
- doxygen (doxygen-git) (make)
- gcc7 (make)
- git (git-git) (make)
- texlive-core (texlive-installer) (make)
Required by (3)
- deepdream-git
- multitask-network-cascades-dr-git (requires caffe)
- ncsdk (requires caffe)
Sources (1)
Pinned Comments
dbermond commented on 2017-04-01 17:08
Latest Comments
danlamanna commented on 2017-12-20 18:15
smllmn commented on 2017-10-18 18:39
I'm struggling to get this to compile. I get an error that CUDA only supports gcc versions up to 5, but this package requires (and uses) gcc 6. I'm aware that the cuda package provides a version of gcc 5 in /opt/cuda/bin, but if I try and set the CUSTOM_CXX variable in the Makefile.config, caffe refuses.
dbermond commented on 2017-04-01 17:08
It's possible to get this apparently harmless warning during link time when rebuilding for cudnn 6.0:
"warning: libcudnn.so.5, needed by /usr/lib/libcaffe.so, not found".
To avoid it, clear your source tree before rebuilding. You can do this, for example, by using the makepkg '--cleanbuild' option.
dbermond commented on 2017-04-01 16:02
@petronny Thank you
petronny commented on 2017-03-28 08:44
Knowing you have run the tests is fine. I don't want to add tests to PKGBUILD by default either. Thanks
dbermond commented on 2017-03-27 18:25
@petronny
Thanks for pointing the missing 'cuda' dependency. I've just added it.
Regarding checks/tests, I think it's not a good idea to add it by default. It usually takes a lot of time to run and it will prevent the package to be built in case of failures. So I've added it as a comment block and users that need to make the tests should manually enable it. Currently I'm getting a 100% success tests, without hdf5 test errors.
petronny commented on 2017-03-27 10:35
And please run
make test
make runtest
to check if all the functions work.
Here I get some errors about hdf5 and cannot pass the tests.
petronny commented on 2017-03-27 09:49
Hi , I think cuda should be a make dependency since you have set CUDA_DIR in prepare()
lostkhaos commented on 2017-01-13 17:32
Someone please adopt, I won't be able to build for a very long time.
jadler commented on 2016-06-29 22:40
@lostkhaos, could you please change the path .build_release/ to build/ in the PKGBUILD, this prevents the build in debug mode fails.
I'm getting a lot of errors when building with the newest cuda, similar to these:
/usr/lib/libcaffe.so: undefined reference to `cudaStreamCreateWithFlags@libcudart.so.9.0'
/usr/lib/libcaffe.so: undefined reference to `cublasDasum_v2@libcublas.so.9.0'