mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/pybind11 to 2.10.1-1
This commit is contained in:
parent
cb2f207065
commit
e6389d1ffe
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||||
|
|
||||||
pkgname=pybind11
|
pkgname=pybind11
|
||||||
pkgver=2.10.0
|
pkgver=2.10.1
|
||||||
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')
|
||||||
|
@ -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=('eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec')
|
sha256sums=('111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad')
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue