blob: bfd2f248280b6548c2c0e1e7eeb9051c5fc59275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = pybind11-git
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa-git
pkgver = v2.11.0.r55.ge250155
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD
checkdepends = python-numpy
checkdepends = python-scipy
makedepends = cmake
makedepends = boost
makedepends = catch2
makedepends = eigen
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-pytest
makedepends = python-wheel
optdepends = python-setuptools: for python bindings
provides = pybind11
conflicts = pybind11
source = git+https://github.com/pybind/pybind11.git
source = nopip.patch
sha256sums = SKIP
sha256sums = 8913d3902ee451dc9c2dd256aa8970e56c9b8854cfdf9807235226c2860c7e96
pkgname = pybind11-git
|