Age | Commit message (Collapse) | Author |
|
No need to cd into $srcdir. It is already done internally by
makepkg as a standard.
|
|
|
|
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
|
|
|
|
|
|
Previously, the PKGBUILD would delete all the compiled files and the .git
directory. This made running `makepkg` twice in a row fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|