community/pybind11 to 2.9.0-1

This commit is contained in:
David Beauchamp 2021-12-29 11:30:48 -05:00
parent 16d761bc97
commit 38dedd1011

View file

@ -6,8 +6,8 @@
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF # - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
pkgname=pybind11 pkgname=pybind11
pkgver=2.8.1 pkgver=2.9.0
pkgrel=3 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')
url='https://pybind11.readthedocs.org/' url='https://pybind11.readthedocs.org/'
@ -17,7 +17,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 'python-pytest
#'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe') #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
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")
sha256sums=('f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc') sha256sums=('057fb68dafd972bc13afb855f3b0d8cf0fa1a78ef053e815d9af79be7ff567cb')
build () { build () {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"