@critiqjo Thanks for contribution. I will update the PKGBUILD when I confirm it working.
Search Criteria
Package Details: kaldi 5.5.r9264.9af2c5c16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kaldi.git (read-only, click to copy) |
---|---|
Package Base: | kaldi |
Description: | Speech recognition research toolkit |
Upstream URL: | https://github.com/kaldi-asr/kaldi |
Licenses: | Apache |
Submitter: | petronny |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-01 10:54 (UTC) |
Last Updated: | 2022-07-23 11:36 (UTC) |
Dependencies (12)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, blas-mklAUR, aocl-blisAUR, openblas-lapackAUR, blas-openblas)
- kaldi-openfstAUR
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- kaldi-irstlm (optional)
- kaldi-kaldi_lm (optional)
- kaldi-sctk (optional)
- kaldi-sph2pipe (optional)
- kaldi-srilm (optional)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
petronny commented on 2017-03-25 06:31 (UTC)
johncf commented on 2017-03-24 11:17 (UTC)
Here's an updated PKGBUILD with all these issues resolved: https://gist.github.com/critiqjo/191557983133cf9f25965486e4188b1e
johncf commented on 2017-03-23 07:43 (UTC)
Grepping through /opt/kaldi for reference to original install location found 56 files (see http://pastebin.com/FrL0hKU8), first 12 of which are config files and can be ignored, but the rest are important ones, that may need to be properly dealt with.
Lastly, /opt/kaldi/tools/kaldi_lm has permissions set as rwxr-x--- making it inaccessible to normal users.
johncf commented on 2017-03-23 07:23 (UTC) (edited on 2017-03-23 07:44 (UTC) by johncf)
Requiring cuda, a humongous package, for a building this is a bad deal. Please make it so that the cuda option is added to ./configure if and only if cuda is already installed, as done in python-tensorflow PKGBUILD (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-tensorflow#n35), and remove it from make dependencies list.
johncf commented on 2017-03-23 07:20 (UTC) (edited on 2017-03-24 08:23 (UTC) by johncf)
The file installed to /opt/kaldi/tools/env.sh refers to the original directory from where it was installed.
Also, there's a symbolic link /opt/kaldi/tools/srilm.tgz that refers to the original location. I believe this file is not needed anymore, and can be removed from installation.
petronny commented on 2016-12-02 07:57 (UTC) (edited on 2016-12-02 07:59 (UTC) by petronny)
But I just compiled it successfully without "-std=c++11" 2 days ago..
PS.you can obtain the complied pacakge from https://github.com/arch4edu/arch4edu
jfsantos commented on 2016-11-30 14:44 (UTC)
"-std=c++11" should be added to CXXFLAGS in order to compile correctly.
Pinned Comments
petronny commented on 2020-09-03 08:21 (UTC)
Prebuilt binaries of this package and its dependencies can be found in the arch4edu repository.