summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2017-10-19Change license (changed by upstream)Daniel Bermond
References ---------- https://github.com/caffe2/caffe2/commit/01827c153db96349745a544148c1ff0386c5ef9e
2017-10-15Add needed changes for cuda 9.0Daniel Bermond
2017-09-03Removed NCCL support (it can be enabled by modifying 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 modifying the proper lines in the PKGBUILD file (instructions are at the top of the PKGBUILD file).
2017-09-03Removed CNMEM git submodule (removed by upstream)Daniel Bermond
2017-08-23Enabled ffmpeg and observers. Removed the deprecated cnmem option.Daniel Bermond
Also on this commit: - explicitly added the options 'USE_METAL' and 'USE_MOBILE_OPENGL', setting both of them to 'OFF'.
2017-08-23Added missing python dependencies (six, future and nvd3)Daniel Bermond
Adding python-future fixes an error when importing the caffe2 python modules. Thanks to AUR user wangqr for pointing this.
2017-08-09Sync with upstream changes: android-cmake, cudnn and glooDaniel Bermond
2017-08-06Restricted the required cudnn version (requires cudnn < 7.0)Daniel Bermond
Caffe2 currently does not compile with the newly released cudnn 7.0. It builds fine with cudnn 6.0.21. https://github.com/caffe2/caffe2/issues/1025
2017-08-06Removed cuda version string from cmakeDaniel Bermond
2017-08-06Removed patch for external nnpack fix (fixed by upstream)Daniel Bermond
https://github.com/caffe2/caffe2/commit/f070eb99a4a36f12abbdb9af98bb68ff485c840b
2017-07-20Fix build flags to work with gcc5Daniel Bermond
2017-07-20Cosmetic changingsDaniel Bermond
2017-07-16PIE static libraries rebuild (new gcc build flags)Daniel Bermond
2017-06-24Force submodules configuration to be localDaniel Bermond
2017-06-15Added nnpack supportDaniel Bermond
2017-06-15Cosmetic changingsDaniel Bermond
2017-06-15prepare(): use local variablesDaniel Bermond
2017-06-14Added ffmpeg optionDaniel Bermond
Currently disabled. Image and video processing seems to be done only when enabling opencv.
2017-06-14Removed opencv from buildDaniel Bermond
Compiling with opencv currently is giving linking errors with libtbb.so (intel-tbb, enabled in opencv). Temporarily disabled opencv until it is fixed.
2017-06-14Cosmetic changingsDaniel Bermond
2017-06-14Fix compile error with glooDaniel Bermond
2017-05-20protobuf 3.3.1 rebuildDaniel Bermond
2017-05-20depends: moved cudnn to 'binary repositories' sectionDaniel Bermond
cudnn has been moved from AUR to [community].
2017-05-01Strictly added gcc5 to makedepends and cuda to dependsDaniel Bermond
cudnn already pulls cuda. The current version of cuda (8.0) already pulls gcc5. But strictly adding them the dependencies can avoid some problems in the future.
2017-05-01depends: added python2-gflags and python2-glogDaniel Bermond
2017-04-29Initial commitDaniel Bermond