mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pybind11 to 2.12.0-6
This commit is contained in:
parent
68fa912688
commit
62c68f95e2
2 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
pkgbase = pybind11
|
||||
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
|
||||
pkgver = 2.12.0
|
||||
pkgrel = 4
|
||||
pkgrel = 6
|
||||
url = https://pybind11.readthedocs.org/
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
checkdepends = python-numpy
|
||||
checkdepends = python-scipy
|
||||
makedepends = cmake
|
||||
makedepends = boost
|
||||
makedepends = eigen
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=pybind11
|
||||
pkgver=2.12.0
|
||||
pkgrel=4
|
||||
pkgrel=6
|
||||
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
|
||||
arch=('any')
|
||||
url='https://pybind11.readthedocs.org/'
|
||||
|
@ -16,7 +16,7 @@ optdepends=('python-setuptools: for python bindings')
|
|||
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
|
||||
'python-setuptools' 'python-pytest' 'python-wheel')
|
||||
#'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"
|
||||
'010-pybind11-remove-unwanted-pip-build-deps.patch')
|
||||
sha256sums=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'
|
||||
|
|
Loading…
Reference in a new issue