Search Criteria
Package Details: fasttext 0.9.2-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fasttext.git (read-only, click to copy) |
|---|---|
| Package Base: | fasttext |
| Description: | Library for fast text representation and classification |
| Upstream URL: | https://github.com/facebookresearch/fastText |
| Licenses: | MIT |
| Submitter: | peippo |
| Maintainer: | peippo |
| Last Packager: | peippo |
| Votes: | 6 |
| Popularity: | 0.102129 |
| First Submitted: | 2018-10-29 08:54 (UTC) |
| Last Updated: | 2024-07-01 09:17 (UTC) |
Dependencies (1)
- fasttext-langid-modelsAUR (optional)
Required by (2)
- eloquent
- fasttext-langid-models (optional)
Latest Comments
peippo commented on 2024-07-01 09:17 (UTC)
Thanks @Blubberbub, this is a fantastic contribution!
Blubberbub commented on 2024-07-01 06:55 (UTC)
Compiling
gcc12myself for hours, when the fix to make it compile with currentgccis a single line change feels not worth it to me. Could you fix the package?Something like this:
peippo commented on 2023-12-05 08:19 (UTC)
Thanks @xuiqzy for spotting this, I pushed a new PKGBUILD
xuiqzy commented on 2023-12-05 00:10 (UTC)
This seems to be the error: https://github.com/facebookresearch/fastText/issues/1281 Fix in comment there, make depend on gcc12 and overwrite which compiler is used when building.
xuiqzy commented on 2023-12-05 00:04 (UTC)
Failure in build, even in chroot:
xuiqzy commented on 2023-12-05 00:01 (UTC)
Could (opt) depend on
fasttext-langid-modelsandfasttext-langid-models could(opt) depend on this (fasttext) package to make it easier to install and use both together.peippo commented on 2022-10-19 05:12 (UTC) (edited on 2022-10-19 05:12 (UTC) by peippo)
@binarynoise : both of them are part of
base-devel, which is expected to be installed in any PKGBUILD.binarynoise commented on 2022-10-18 20:44 (UTC)
This package lacks makedeps on
makeandbinutils. Without building fails.