mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/pybind11 to 2.12.0-2
This commit is contained in:
parent
7396243139
commit
948488ff95
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = pybind11
|
||||
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
|
||||
pkgver = 2.12.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://pybind11.readthedocs.org/
|
||||
arch = any
|
||||
license = BSD
|
||||
license = BSD-3-Clause
|
||||
checkdepends = python-numpy
|
||||
checkdepends = python-scipy
|
||||
makedepends = cmake
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
pkgname=pybind11
|
||||
pkgver=2.12.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
|
||||
arch=('any')
|
||||
url='https://pybind11.readthedocs.org/'
|
||||
license=('BSD')
|
||||
license=('BSD-3-Clause')
|
||||
optdepends=('python-setuptools: for python bindings')
|
||||
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
|
||||
'python-setuptools' 'python-pytest' 'python-wheel')
|
||||
|
|
Loading…
Reference in a new issue