blob: e0a989feae8012d17729abfb9f13940c6f117d26 (
plain) (
blame)
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
28
|
PORTNAME= pybind11
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.1
CATEGORIES= devel python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Seamless interoperability between C++11 and Python (cmake part)
WWW= https://pybind11.readthedocs.io/en/stable/ \
https://github.com/pybind/pybind11
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++11-lang python:build
USE_GITHUB= yes
GH_ACCOUNT= pybind
CMAKE_OFF= PYBIND11_TEST
CMAKE_TESTING_ON= PYBIND11_TEST # 6 tests are known to fail: https://github.com/pybind/pybind11/issues/4580
CMAKE_TESTING_TARGET= pytest
NO_ARCH= yes
# tests of 3.0.1: 5 failed, 1253 passed, 20 skipped, 2 xfailed, 1 xpassed in 53.99s
.include <bsd.port.mk>
|