2023-12-08 14:57:37 +00:00
|
|
|
pkgbase = pybind11
|
|
|
|
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
|
2024-06-27 22:06:38 +00:00
|
|
|
pkgver = 2.13.1
|
|
|
|
pkgrel = 1
|
2023-12-08 14:57:37 +00:00
|
|
|
url = https://pybind11.readthedocs.org/
|
|
|
|
arch = any
|
2024-04-03 12:49:14 +00:00
|
|
|
license = BSD-3-Clause
|
2023-12-08 14:57:37 +00:00
|
|
|
checkdepends = python-numpy
|
|
|
|
makedepends = cmake
|
|
|
|
makedepends = boost
|
|
|
|
makedepends = eigen
|
|
|
|
makedepends = python-build
|
|
|
|
makedepends = python-installer
|
|
|
|
makedepends = python-setuptools
|
|
|
|
makedepends = python-pytest
|
|
|
|
makedepends = python-wheel
|
|
|
|
optdepends = python-setuptools: for python bindings
|
2024-06-27 22:06:38 +00:00
|
|
|
source = https://github.com/pybind/pybind11/archive/v2.13.1/pybind11-2.13.1.tar.gz
|
2023-12-08 14:57:37 +00:00
|
|
|
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
|
2024-06-27 22:06:38 +00:00
|
|
|
sha256sums = 51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
|
2023-12-08 14:57:37 +00:00
|
|
|
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
|
|
|
|
|
|
|
|
pkgname = pybind11
|