mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
23 lines
835 B
Text
23 lines
835 B
Text
pkgbase = pybind11
|
|
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
|
|
pkgver = 2.13.4
|
|
pkgrel = 1
|
|
url = https://pybind11.readthedocs.org/
|
|
arch = any
|
|
license = BSD-3-Clause
|
|
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
|
|
source = https://github.com/pybind/pybind11/archive/v2.13.4/pybind11-2.13.4.tar.gz
|
|
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
|
|
sha256sums = efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240
|
|
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
|
|
|
|
pkgname = pybind11
|