summarylogtreecommitdiffstats
path: root/Makefile.config
AgeCommit message (Collapse)Author
2018-11-08Configure versions inside makefile. Enable tests. Use https on url.Daniel Bermond
2018-08-22Package now provides the non-cuda versionDaniel 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.
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-05-12Fix maintainer, update NVCC flag fixesDrew Noel
2016-05-03Fix OpenCV library bug and move to standard pkgverDrew Noel
2016-01-21Pull in NVCC fix from mjalDrew Noel
2015-06-11Initial importJonathan Yantis