Skip to content
Snippets Groups Projects
Commit 16b3e8ae authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/py-pytanque: Fix build after update to Python-3.11

Reported by:	fallout
parent 15552b12
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,12 @@ LICENSE= BSD3CLAUSE
BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI
USES= compiler:c++14-lang python
BUILD_DEPENDS= pybind11>0:devel/pybind11
USES= compiler:c++14-lang localbase python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/third-party/pybind11
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment