mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pybind11 to 2.13.4-1
This commit is contained in:
parent
6c0d3477d3
commit
baa1a4b602
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.3
|
||||
pkgver = 2.13.4
|
||||
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.3/pybind11-2.13.3.tar.gz
|
||||
source = https://github.com/pybind/pybind11/archive/v2.13.4/pybind11-2.13.4.tar.gz
|
||||
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
|
||||
sha256sums = 6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445
|
||||
sha256sums = efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240
|
||||
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
|
||||
|
||||
pkgname = pybind11
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||
|
||||
pkgname=pybind11
|
||||
pkgver=2.13.3
|
||||
pkgver=2.13.4
|
||||
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=('6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445'
|
||||
sha256sums=('efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240'
|
||||
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue