summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-10 12:05:21 -0600
committerMark Wagie2024-04-10 12:05:21 -0600
commit076565a3f0c53ed756aa2a4ab670bfc34c29f186 (patch)
tree4bc144b5850a234240f7d5449a2d01c468659294
parenta5ee09a1b5e7f7286f73c4860d833ae67f712cb7 (diff)
downloadaur-076565a3f0c53ed756aa2a4ab670bfc34c29f186.tar.gz
4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1778f0df11a..bf5a21fa39ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctranslate2
pkgdesc = A C++ and Python library for efficient inference with Transformer models.
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://opennmt.net/CTranslate2
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ctranslate2
makedepends = python-setuptools
makedepends = python-wheel
options = !lto
- source = git+https://github.com/OpenNMT/CTranslate2.git#commit=27092e4f3c8f23534a3ba2b5d2d35b048fa40ddf
+ source = git+https://github.com/OpenNMT/CTranslate2.git#commit=e491a5146c88e61a91da132043aced8e606a0859
source = git+https://github.com/jarro2783/cxxopts.git
source = git+https://github.com/NVIDIA/thrust.git
source = git+https://github.com/google/googletest.git
@@ -25,7 +25,7 @@ pkgbase = ctranslate2
source = git+https://github.com/google/ruy.git
source = git+https://github.com/pytorch/cpuinfo.git
source = git+https://github.com/NVIDIA/cub.git
- sha256sums = SKIP
+ sha256sums = 42597a2174e3a49b35bb12a9d0aecba7f8193f8c45bc6174e07431d1259dc3bd
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index adc635be1c1f..c10f9077e8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(
# 'ctranslate2-docs'
)
pkgbase=ctranslate2
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="A C++ and Python library for efficient inference with Transformer models."
arch=('x86_64')
@@ -22,21 +22,21 @@ makedepends=(
'pybind11'
'python-build'
'python-installer'
-# 'python-myst-parser' # docs
+# 'python-myst-parser' ## docs
'python-setuptools'
-# 'python-sphinx' # docs
-# 'python-sphinx_rtd_theme' # docs
+# 'python-sphinx' ## docs
+# 'python-sphinx_rtd_theme' ## docs
'python-wheel'
)
#checkdepends=(
-# 'python-opennmt-tf' # TODO
+# 'python-opennmt-tf' ## TODO
# 'python-numpy'
# 'python-pytest'
# 'python-pytorch'
# 'python-yaml'
#)
-options=('!lto') # lto-wrapper fails with CUDA options enabled
-_commit=27092e4f3c8f23534a3ba2b5d2d35b048fa40ddf # tags/4.1.0^0
+options=('!lto') ## lto-wrapper fails with CUDA options enabled
+_commit=e491a5146c88e61a91da132043aced8e606a0859 # tags/v4.2.0^0
source=("git+https://github.com/OpenNMT/CTranslate2.git#commit=$_commit"
'git+https://github.com/jarro2783/cxxopts.git'
'git+https://github.com/NVIDIA/thrust.git'
@@ -46,7 +46,7 @@ source=("git+https://github.com/OpenNMT/CTranslate2.git#commit=$_commit"
'git+https://github.com/google/ruy.git'
'git+https://github.com/pytorch/cpuinfo.git'
'git+https://github.com/NVIDIA/cub.git')
-sha256sums=('SKIP'
+sha256sums=('42597a2174e3a49b35bb12a9d0aecba7f8193f8c45bc6174e07431d1259dc3bd'
'SKIP'
'SKIP'
'SKIP'