cudnn 7.0 rebuild

master
Daniel Bermond 7 years ago committed by Peter Babič
parent c8920a86cd
commit 006d0d64c6
  1. 6
      .SRCINFO
  2. 6
      PKGBUILD

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Fri Jul 21 02:33:27 UTC 2017 # Sun Aug 6 13:20:29 UTC 2017
pkgbase = caffe pkgbase = caffe
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled) pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)
pkgver = 1.0 pkgver = 1.0
pkgrel = 4 pkgrel = 5
url = http://caffe.berkeleyvision.org/ url = http://caffe.berkeleyvision.org/
arch = x86_64 arch = x86_64
license = BSD license = BSD
@ -19,6 +19,7 @@ pkgbase = caffe
depends = leveldb depends = leveldb
depends = lmdb depends = lmdb
depends = cuda depends = cuda
depends = cudnn
depends = python depends = python
depends = boost depends = boost
depends = cython depends = cython
@ -37,7 +38,6 @@ pkgbase = caffe
depends = python-pillow depends = python-pillow
depends = python-six depends = python-six
depends = openblas-lapack depends = openblas-lapack
depends = cudnn
depends = nccl depends = nccl
depends = python-leveldb depends = python-leveldb
depends = python-scikit-image depends = python-scikit-image

@ -3,7 +3,7 @@
pkgname=caffe pkgname=caffe
pkgver=1.0 pkgver=1.0
pkgrel=4 pkgrel=5
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)" pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)"
arch=('x86_64') arch=('x86_64')
url="http://caffe.berkeleyvision.org/" url="http://caffe.berkeleyvision.org/"
@ -11,7 +11,7 @@ license=('BSD')
depends=( depends=(
# official repositories: # official repositories:
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb' 'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb'
'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy' 'lmdb' 'cuda' 'cudnn' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose' 'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags' 'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-yaml' 'python-pillow' 'python-six'
@ -19,7 +19,7 @@ depends=(
# required: # required:
'openblas-lapack' 'openblas-lapack'
# not required but enabled in build: # not required but enabled in build:
'cudnn' 'nccl' 'nccl'
# python: # python:
'python-leveldb' 'python-scikit-image' 'python-pydotplus' 'python-leveldb' 'python-scikit-image' 'python-pydotplus'
# NOTE: # NOTE:

Loading…
Cancel
Save