summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-08-31 20:28:13 +0800
committerlilac2022-08-31 20:28:13 +0800
commit0876970b7e8da58d80deb3808f46bc562e66a3c6 (patch)
tree483c8add126c6c7227505a8d4614f7bec135692d /PKGBUILD
parent97d0df1c9af106463fb6f23bf6409f144ff19d0f (diff)
downloadaur-0876970b7e8da58d80deb3808f46bc562e66a3c6.tar.gz
[lilac] updated to 0.25.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e5f43598bdc..0414bce92368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=horovod
pkgname=python-horovod
pkgver=0.25.0
-pkgrel=1
+pkgrel=2
pkgdesc='Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet'
arch=('x86_64')
url='https://github.com/horovod/horovod'
@@ -39,10 +39,6 @@ optdepends=(
source=("${_pkgname}-${pkgver}::git+https://github.com/horovod/horovod.git#tag=v${pkgver}")
sha512sums=('SKIP')
-get_pyver() {
- python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'
-}
-
prepare() {
cd "${_pkgname}-${pkgver}"
git submodule update --init --recursive