summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2017-08-06cudnn 7.0 rebuildDaniel Bermond
2017-07-20Fix build flags to work with gcc5Daniel Bermond
2017-05-30boost-libs 1.64 rebuildDaniel Bermond
2017-05-20protobuf 3.3.1 rebuildDaniel Bermond
2017-04-30depends: changed python-pydot to python-pydotplusDaniel 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-30Changed doc directory name from caffe-git to caffeDaniel Bermond
2017-04-30makedepends: strictly added gcc5Daniel Bermond
Although the current version of cuda (8.0) requires gcc5, adding it to makedepends can avoid some problems in the future.
2017-04-30package(): removed dot folders from cd argumentDaniel Bermond
2017-04-30Comments changingsDaniel Bermond
2017-04-30conflicts: added caffe2 packagesDaniel Bermond
2017-04-30provides: removed caffe-cpu and caffe-cpu-gitDaniel Bermond
2017-04-01cudnn 6.0 rebuildDaniel Bermond
2017-03-27Added check() as a comment blockDaniel 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-27build(): reorganized the python2 blockDaniel Bermond
2017-03-27Changed cd argumentDaniel Bermond
No need to cd into $srcdir. It is already done internally by makepkg as a standard.
2017-03-27depends: added missing cuda dependencyDaniel Bermond
2017-03-19First 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-12Remove unneeded NVCC workaroundDrew Noel
2016-07-07Bump pkgrelDrew Noel
2016-06-14Stop rming compiled files/.git directory on buildDrew 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-25Update leveldb depDrew Noel
2016-05-12Fix maintainer, update NVCC flag fixesDrew Noel
2016-05-03Fix OpenCV library bug and move to standard pkgverDrew Noel
2016-01-22Add SHA sums and missing compile depDrew Noel
2016-01-21Pull in NVCC fix from mjalDrew Noel
2015-12-01Bump version to 62ed0dDrew Noel
2015-12-01Switch to non-AUR lmdbDrew Noel
2015-06-11Initial importJonathan Yantis