mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pybind11 to 2.13.6-1
This commit is contained in:
parent
5c35761b43
commit
721fc10fd6
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pybind11
|
||||
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
|
||||
pkgver = 2.13.5
|
||||
pkgver = 2.13.6
|
||||
pkgrel = 1
|
||||
url = https://pybind11.readthedocs.org/
|
||||
arch = any
|
||||
|
@ -15,9 +15,9 @@ pkgbase = pybind11
|
|||
makedepends = python-pytest
|
||||
makedepends = python-wheel
|
||||
optdepends = python-setuptools: for python bindings
|
||||
source = https://github.com/pybind/pybind11/archive/v2.13.5/pybind11-2.13.5.tar.gz
|
||||
source = https://github.com/pybind/pybind11/archive/v2.13.6/pybind11-2.13.6.tar.gz
|
||||
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
|
||||
sha256sums = b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
|
||||
sha256sums = e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
|
||||
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
|
||||
|
||||
pkgname = pybind11
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||
|
||||
pkgname=pybind11
|
||||
pkgver=2.13.5
|
||||
pkgver=2.13.6
|
||||
pkgrel=1
|
||||
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
|
||||
arch=('any')
|
||||
|
@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
|
|||
checkdepends=('python-numpy') # 'python-scipy')
|
||||
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'010-pybind11-remove-unwanted-pip-build-deps.patch')
|
||||
sha256sums=('b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252'
|
||||
sha256sums=('e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20'
|
||||
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue