aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-31 08:16:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-31 08:16:23 +0000
commitf647a2ab55056cf06b702f77ef5bd3e5b1f4d953 (patch)
treed0cba2744995ff155fa61e58bfd538d8df175189
parent4f1b51e3439c770e4db96486a19ecb141029cd16 (diff)
downloadports-f647a2ab55056cf06b702f77ef5bd3e5b1f4d953.tar.gz
ports-f647a2ab55056cf06b702f77ef5bd3e5b1f4d953.zip
math/py-or-tools: Broken on armv7
Reported by: fallout
-rw-r--r--math/py-or-tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index f86d5fcb3bcf..771e4a1c66b0 100644
--- a/math/py-or-tools/Makefile
+++ b/math/py-or-tools/Makefile
@@ -11,6 +11,7 @@ COMMENT= Google's Operations Research tools (Python binding)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
+BROKEN_armv7= SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32
BROKEN_i386= SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32 # see https://github.com/google/or-tools/issues/2130
PY_DEPENDS= ${PYNUMPY} \