Skip to content

Commit

Permalink
math/py-libpoly: fix build on 32-bits
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Feb 11, 2024
1 parent 80935ca commit b49543b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions math/py-libpoly/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ DISTVERSION= 0.1.13
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

PATCH_SITES= https://github.com/SRI-CSL/libpoly/commit/
PATCHFILES= 48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch:-p1

MAINTAINER= yuri@FreeBSD.org
COMMENT= Python binding for libpoly
WWW= https://github.com/SRI-CSL/libpoly

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENCE

BROKEN_i386= compilation fails with error: incompatible function pointer types, see https://github.com/SRI-CSL/libpoly/issues/70

LIB_DEPENDS= libpoly.so:math/libpoly

USES= cmake localbase:ldflags python
Expand Down
4 changes: 3 additions & 1 deletion math/py-libpoly/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TIMESTAMP = 1690956795
TIMESTAMP = 1707514827
SHA256 (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = ca7092eeeced3dd8bd86cdd3410207802ef1752d7052d92eee3e9e6bb496763c
SIZE (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = 621704
SHA256 (48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch) = 6ea0843a890445bf54b267111bf6515ba8931f72b8d2dd509bdf4d171f3be692
SIZE (48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch) = 2511

0 comments on commit b49543b

Please sign in to comment.