diff options
author | Leo Mao | 2021-04-19 22:20:54 +0800 |
---|---|---|
committer | Leo Mao | 2021-04-19 22:20:54 +0800 |
commit | e0108cdc42c606798cab7d4da9e11664d90a5a97 (patch) | |
tree | c7902e64bcebaad739a447d6c6ded12b736cdd21 | |
parent | 146c60fa0a97f2e4018fbab5835b268e1f490a2f (diff) | |
download | aur-e0108cdc42c606798cab7d4da9e11664d90a5a97.tar.gz |
upgpkg: python-torchaudio-git r824.5cca0008-1
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = python-torchaudio-git pkgdesc = Data manipulation and transformation for audio signal processing, powered by PyTorch - pkgver = r762.7b85f1c3 + pkgver = r824.5cca0008 pkgrel = 1 url = https://github.com/pytorch/audio arch = x86_64 @@ -13,6 +13,7 @@ pkgbase = python-torchaudio-git depends = sox depends = python-pytorch optdepends = python-kaldi-io + optdepends = python-soundfile provides = python-torchaudio conflicts = python-torchaudio source = git+https://github.com/pytorch/audio @@ -1,14 +1,14 @@ # Maintainer: Leo Mao <leomaoyw at gmail dot com> pkgname=python-torchaudio-git _pkgname=audio -pkgver=r762.7b85f1c3 +pkgver=r824.5cca0008 pkgrel=1 pkgdesc="Data manipulation and transformation for audio signal processing, powered by PyTorch" arch=('x86_64') url="https://github.com/pytorch/audio" license=('BSD') depends=('python' 'sox' 'python-pytorch') -optdepends=('python-kaldi-io') +optdepends=('python-kaldi-io' 'python-soundfile') makedepends=('git' 'python-setuptools' 'cmake' 'ninja') provides=('python-torchaudio') conflicts=('python-torchaudio') @@ -35,6 +35,8 @@ prepare() { build() { msg "Building Python 3" cd "${srcdir}/${_pkgname}" + CUDA_HOME=/opt/cuda \ + BUILD_SOX=1 \ python setup.py build } |