summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
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