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