diff options
author | Michel Zou | 2020-12-03 21:46:30 +0100 |
---|---|---|
committer | Michel Zou | 2020-12-03 21:46:30 +0100 |
commit | 5dbac5fd39be8e8ae67a37d695ba438f05da05c7 (patch) | |
tree | 056b7f988136e50df653152e15f105af52bd7d4f | |
parent | 444a3eaf8abb1d00730f0690b53e21ffbe12d17a (diff) | |
download | aur-5dbac5fd39be8e8ae67a37d695ba438f05da05c7.tar.gz |
0.9.2
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = deepspeech pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture - pkgver = 0.9.0 + pkgver = 0.9.2 pkgrel = 1 url = https://github.com/mozilla/DeepSpeech arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = deepspeech makedepends = git makedepends = sox makedepends = wget - source = DeepSpeech-0.9.0::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.9.0 + source = DeepSpeech-0.9.2::git+https://github.com/mozilla/DeepSpeech.git#tag=v0.9.2 sha256sums = SKIP pkgname = deepspeech @@ -1,7 +1,7 @@ pkgbase=deepspeech pkgname=('deepspeech' 'python-deepspeech') _pkgname=DeepSpeech -pkgver=0.9.0 +pkgver=0.9.2 pkgrel=1 pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture" arch=('x86_64') @@ -32,6 +32,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 |