Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
nanobind
Commits:
b8aa1a5f by Antonio Rojas at 2024-10-20T17:45:49+02:00
upgpkg: 2.2.0-1: Update to 2.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nanobind
pkgdesc = tiny and efficient C++/Python bindings
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://nanobind.readthedocs.io
arch = any
@@ -16,9 +16,9 @@ pkgbase = nanobind
makedepends = eigen
makedepends = git
depends = python
- source =
nanobind-2.1.0::git+https://github.com/wjakob/nanobind.git#tag=v2.1.0
+ source =
nanobind-2.2.0::git+https://github.com/wjakob/nanobind.git#tag=v2.2.0
source = git+https://github.com/Tessil/robin-map.git
- sha512sums =
07974b029c80f36b986cd1d0af2c628f9ce749a0987277ce692e34995c7d8d0b9060c79f995d71f1fa3d732765c5854c17f667a0105398648335feb331687273
+ sha512sums =
5e1e627403399a38eb6e7545d32b0796475b77957ccd1f028f18772e93da2639a371c4e2cad2e612b0a320037d85ceb57889f336dd89ce8ea1904a5337ada5f9
sha512sums = SKIP
pkgname = nanobind
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=nanobind
pkgdesc="tiny and efficient C++/Python bindings"
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
arch=(any)
url="https://${pkgname}.readthedocs.io"
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer
python-scikit-build-core cmake eigen
checkdepends=(python-pytest python-scipy python-pytorch python-tensorflow)
source=(${pkgname}-${pkgver}::git+https://github.com/wjakob/${pkgname}.git#tag=v${pkgver}
git+https://github.com/Tessil/robin-map.git)
-sha512sums=('07974b029c80f36b986cd1d0af2c628f9ce749a0987277ce692e34995c7d8d0b9060c79f995d71f1fa3d732765c5854c17f667a0105398648335feb331687273'
+sha512sums=('5e1e627403399a38eb6e7545d32b0796475b77957ccd1f028f18772e93da2639a371c4e2cad2e612b0a320037d85ceb57889f336dd89ce8ea1904a5337ada5f9'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nanobind/-/commit/b8aa1a5f0bacb70722efa2fb1a24cbd50c7878fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nanobind/-/commit/b8aa1a5f0bacb70722efa2fb1a24cbd50c7878fc
You're receiving this email because of your account on gitlab.archlinux.org.