summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
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-07-07Remove hardcoded release pathDrew 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-08-21PKGBUILDJonathan Yantis
2015-06-11Initial importJonathan Yantis