diff options
author | Michel Zou | 2020-08-24 12:19:50 +0200 |
---|---|---|
committer | Michel Zou | 2020-08-24 12:19:50 +0200 |
commit | f13d7c98d8fe9251824297a28fcba61d44d201f0 (patch) | |
tree | 86ebd44ce0cd4dcb5baa4a6c377dec408badde56 | |
parent | 604d246bcd1c981714624251f38ba61920eee9a0 (diff) | |
download | aur-f13d7c98d8fe9251824297a28fcba61d44d201f0.tar.gz |
0.8.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 7 deletions
@@ -1,18 +1,18 @@ pkgbase = deepspeech pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture - pkgver = 0.7.4 + pkgver = 0.8.2 pkgrel = 1 url = https://github.com/mozilla/DeepSpeech arch = x86_64 license = MPL2 - makedepends = bazel=0.24.1 + makedepends = bazel=2.0.0 makedepends = python-numpy makedepends = python-pip makedepends = python-wheel makedepends = git makedepends = sox - source = DeepSpeech-0.7.4::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.7.4 - source = git+https://github.com/mozilla/tensorflow.git#branch=r1.15 + source = DeepSpeech-0.8.2::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.8.2 + source = git+https://github.com/mozilla/tensorflow.git#branch=r2.2 sha256sums = SKIP sha256sums = SKIP @@ -1,15 +1,15 @@ pkgbase=deepspeech pkgname=('deepspeech' 'python-deepspeech') _pkgname=DeepSpeech -pkgver=0.7.4 +pkgver=0.8.2 pkgrel=1 pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture" arch=('x86_64') url="https://github.com/mozilla/DeepSpeech" license=('MPL2') -makedepends=('bazel=0.24.1' 'python-numpy' 'python-pip' 'python-wheel' 'git' 'sox') +makedepends=('bazel=2.0.0' 'python-numpy' 'python-pip' 'python-wheel' 'git' 'sox') source=("${_pkgname}-${pkgver}::git+https://github.com/mozilla/DeepSpeech.git#tag=v${pkgver//_/-}" - "git+https://github.com/mozilla/tensorflow.git#branch=r1.15") + "git+https://github.com/mozilla/tensorflow.git#branch=r2.2") sha256sums=('SKIP' 'SKIP') prepare() @@ -30,6 +30,7 @@ build() { export TF_DOWNLOAD_CLANG=0 export TF_NEED_CUDA=0 export CC_OPT_FLAGS="-march=x86-64" + rm .bazelversion ./configure bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so |