mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgbase = pybind11
|
||||||
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
|
||||||
pkgver = 2.12.0
|
pkgver = 2.12.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://pybind11.readthedocs.org/
|
url = https://pybind11.readthedocs.org/
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD-3-Clause
|
||||||
checkdepends = python-numpy
|
checkdepends = python-numpy
|
||||||
checkdepends = python-scipy
|
checkdepends = python-scipy
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
pkgname=pybind11
|
pkgname=pybind11
|
||||||
pkgver=2.12.0
|
pkgver=2.12.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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/'
|
||||||
license=('BSD')
|
license=('BSD-3-Clause')
|
||||||
optdepends=('python-setuptools: for python bindings')
|
optdepends=('python-setuptools: for python bindings')
|
||||||
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
|
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
|
||||||
'python-setuptools' 'python-pytest' 'python-wheel')
|
'python-setuptools' 'python-pytest' 'python-wheel')
|
||||||
|
|
Loading…
Reference in a new issue