blob: 304d287f41f435362bd52845d6e1781a34fdc6d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = mingw-w64-pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)
pkgver = 2.8.1
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD
makedepends = mingw-w64-cmake
makedepends = mingw-w64-boost
makedepends = mingw-w64-eigen
depends = mingw-w64-crt
options = !buildflags
options = !strip
options = staticlibs
source = https://github.com/pybind/pybind11/archive/v2.8.1.tar.gz
sha256sums = f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc
pkgname = mingw-w64-pybind11
|