Search Criteria
Package Details: ctranslate2 4.7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ctranslate2.git (read-only, click to copy) |
|---|---|
| Package Base: | ctranslate2 |
| Description: | A C++ library for efficient inference with Transformer models. |
| Upstream URL: | https://github.com/OpenNMT/CTranslate2 |
| Licenses: | MIT |
| Submitter: | yochananmarqos |
| Maintainer: | lubosz |
| Last Packager: | lubosz |
| Votes: | 4 |
| Popularity: | 0.004221 |
| First Submitted: | 2023-12-10 15:32 (UTC) |
| Last Updated: | 2026-03-07 13:47 (UTC) |
Dependencies (15)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libgomp (libgomp-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- openblas (openblas-lapackAUR, openblas-gitAUR, openblas64-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-oneapi-base-toolkit, intel-oneapi-basekit) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- openblas (openblas-lapackAUR, openblas-gitAUR, openblas64-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
Sources (10)
- git+https://github.com/gabime/spdlog.git
- git+https://github.com/google/cpu_features.git
- git+https://github.com/google/googletest.git
- git+https://github.com/google/ruy.git
- git+https://github.com/jarro2783/cxxopts.git
- git+https://github.com/NVIDIA/cub.git
- git+https://github.com/NVIDIA/cutlass.git
- git+https://github.com/NVIDIA/thrust.git
- git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.7.1
- git+https://github.com/pytorch/cpuinfo.git
Latest Comments
1 2 3 Next › Last »
gefyrotos commented on 2025-10-02 04:08 (UTC)
In case this helps someone else with an RTX 3060 who wants to use CUDA 13.0, here's my modified PKGBUILD:
The
arch=compute_86refers to the compute capability of the 3060, which is 8.6.xuhcc commented on 2025-07-18 13:15 (UTC)
ctranslate2 package currently depends on
gcc13from AUR. Is it still necessary? I tried to build the package with gcc14, that seems to work too.yochananmarqos commented on 2025-07-18 00:49 (UTC)
@techmanwalker: First of all, English please. In the future, please prefix output with
LC_ALL=C.Do you have some sort of local environment variable that overrides the default linker? Notice this package neither uses
moldnorlld.lito commented on 2025-07-18 00:42 (UTC)
yochananmarqos commented on 2025-04-14 22:48 (UTC)
@taba: Can't reproduce. Make sure you're not mixing local and system Python packages.
taba commented on 2025-04-14 21:37 (UTC)
yochananmarqos commented on 2025-04-08 20:17 (UTC)
@sashank: I think you misunderstand. Upstream originally tagged 4.6.0 and I updated the package. Then they decided to delete the tag and tag again it as v4.6.0.
Either way, no need to fiddle around with git commands,
makepkghandles all of that. ;)sashank commented on 2025-04-08 20:13 (UTC) (edited on 2025-04-08 20:15 (UTC) by sashank)
Setting git+https://github.com/OpenNMT/CTranslate2.git#tag=617405f4b050e994e829d527da6caa0e0030afe7
Allows the install to go forward.
I got the tag from running git rev-parse "v4.6.0" as suggested here:
https://wiki.archlinux.org/title/Arch_package_guidelines#Package_sources
Edit, well it works (and my changes might not have fixed this. Thanks anyways). It's rolling forward.
yochananmarqos commented on 2025-04-08 19:54 (UTC)
@sashank: Aargh... I hate it when upstream messes with tags like that..Fixed.
sashank commented on 2025-04-08 19:47 (UTC)
Setting source to "git+https://github.com/OpenNMT/CTranslate2.git#tag=$pkgver"
and sha256sums '78111a078f17b809274c3adf00ffa33c35c729f82bde17c64e091ebc5bd1b400'
gets me the following error at the stage: Validating source files with sha256sums... CTranslate2 ... fatal: not a valid object name: 4.6.0
Did you put in the right hash? They just set the commit tag 4.6.0 four hours ago.
1 2 3 Next › Last »