summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-12-03 21:46:30 +0100
committerMichel Zou2020-12-03 21:46:30 +0100
commit5dbac5fd39be8e8ae67a37d695ba438f05da05c7 (patch)
tree056b7f988136e50df653152e15f105af52bd7d4f /PKGBUILD
parent444a3eaf8abb1d00730f0690b53e21ffbe12d17a (diff)
downloadaur-5dbac5fd39be8e8ae67a37d695ba438f05da05c7.tar.gz
0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7424942e948d..2bfe78cf86d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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