Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-01 | Fix build with protobuf 3.19.4. Split package. | Daniel Bermond | |
2019-11-20 | Update Makefile for python 3.8. Drop i686 arch. Cosmetic changes. | Daniel Bermond | |
2019-05-18 | Fix docs build. Update dependencies. | Daniel Bermond | |
2018-11-26 | Fix build with opencv4 | Daniel Bermond | |
2018-11-10 | Do not rename the source clone | Daniel Bermond | |
2018-11-08 | Configure versions inside makefile. Enable tests. Use https on url. | Daniel Bermond | |
2018-10-27 | Fixes | Daniel Bermond | |
2018-10-17 | Update provides and conflicts. Cosmetic changes. | Daniel Bermond | |
2018-08-22 | Package now provides the non-cuda version | Daniel Bermond | |
This package now provides the non-cuda version (as known as the 'cpy only' build). If you want caffe2 with cuda support, use package caffe-cuda-git. This new package naming schema will better reflect the package contents. This conforms to tensorflow package naming from the official repositories. | |||
2018-06-23 | Change destination dir of upstream source to fulfill makepkg needs | Daniel Bermond | |
Some packages cannot have the destination directory of upstream source as the same name of the package name. | |||
2018-05-30 | Changes for cuda 9.2 | Daniel Bermond | |
2017-10-15 | Add needed changes for cuda 9.0 | Daniel Bermond | |
2017-09-22 | boost-libs 1.65 rebuild | Daniel Bermond | |
2017-09-03 | Removed NCCL support (it can be enabled by uncommenting the proper lines) | Daniel Bermond | |
The newly released NCCL version 2 requires registration at the NVIDIA developer webiste and a manual download. As this breaks automated builds by AUR helpers, NCCL was disabled by default in this package. It can still be enabled by uncommenting the proper lines in the PKGBUILD file (instructions are at the top of the PKGBUILD file). | |||
2017-08-06 | cudnn 7.0 rebuild | Daniel Bermond | |
2017-07-20 | Fix build flags to work with gcc5 | Daniel Bermond | |
2017-05-30 | boost-libs 1.64 rebuild | Daniel Bermond | |
2017-05-20 | protobuf 3.3.1 rebuild | Daniel Bermond | |
2017-04-30 | depends: changed python-pydot to python-pydotplus | Daniel Bermond | |
python-pydotplus (or python-pydot) is required by python executable 'draw_net.py'. pydotplus is preferred. Reference: https://github.com/BVLC/caffe/blob/eeebdab16155d34ff8f5f42137da7df4d1c7eab0/python/caffe/draw.py#L7-L22 | |||
2017-04-30 | Changed doc directory name from caffe-git to caffe | Daniel Bermond | |
2017-04-30 | makedepends: strictly added gcc5 | Daniel Bermond | |
Although the current version of cuda (8.0) requires gcc5, adding it to makedepends can avoid some problems in the future. | |||
2017-04-30 | package(): removed dot folders from cd argument | Daniel Bermond | |
2017-04-30 | Comments changings | Daniel Bermond | |
2017-04-30 | conflicts: added caffe2 packages | Daniel Bermond | |
2017-04-30 | provides: removed caffe-cpu and caffe-cpu-git | Daniel Bermond | |
2017-04-01 | cudnn 6.0 rebuild | Daniel Bermond | |
2017-03-27 | Added check() as a comment block | Daniel Bermond | |
It takes really a lot of time to run the tests (it likely triples the building time in a i7 4.0GHz + GTX 750 machine) and it will prevent the package to be built in case of error. So it is not enabled by default and is added as a comment block. Users that need to make the tests should manually enable it. At the time of this writing I'm getting a 100% success tests. You can say that there is makepkg '--nocheck' option but the intention here is to not enable tests by default. Still, many people can forget about the makepkg '--nocheck' option in case of failure. | |||
2017-03-27 | build(): reorganized the python2 block | Daniel Bermond | |
2017-03-27 | Changed cd argument | Daniel Bermond | |
No need to cd into $srcdir. It is already done internally by makepkg as a standard. | |||
2017-03-27 | depends: added missing cuda dependency | Daniel Bermond | |
2017-03-19 | First commit after package adoption. Major rewrite. | Daniel Bermond | |
A major rewrite was made. Most important changes: - removed 'Makefile.config' file (configuration is now made in PKGBUILD) - removed the custom 'classify.py' in order to follow upstream - removed the 250MB download during build() - removed the source tree installation in '/opt' - added cuDNN support - added NCCL support - added 'distribute' make target for easier installation - added documentation - use python3 instead of python2 note1: if you want python2 just follow PKGBUILD instructions note2: current AUR dependencies: - openblas-lapack - cudnn - nccl - python-leveldb - python-scikit-image | |||
2016-09-12 | Remove unneeded NVCC workaround | Drew Noel | |
2016-07-07 | Bump pkgrel | Drew Noel | |
2016-06-14 | Stop rming compiled files/.git directory on build | Drew Noel | |
Previously, the PKGBUILD would delete all the compiled files and the .git directory. This made running `makepkg` twice in a row fail. | |||
2016-05-25 | Update leveldb dep | Drew Noel | |
2016-05-12 | Fix maintainer, update NVCC flag fixes | Drew Noel | |
2016-05-03 | Fix OpenCV library bug and move to standard pkgver | Drew Noel | |
2016-01-22 | Add SHA sums and missing compile dep | Drew Noel | |
2016-01-21 | Pull in NVCC fix from mjal | Drew Noel | |
2015-12-01 | Bump version to 62ed0d | Drew Noel | |
2015-12-01 | Switch to non-AUR lmdb | Drew Noel | |
2015-06-11 | Initial import | Jonathan Yantis | |