git: d0c5a633f5f6 - main - math/highs: Broken on i386
Yuri Victorovich
yuri at FreeBSD.org
Wed May 5 05:02:00 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0c5a633f5f6630b941496100dccf84e884c1810
commit d0c5a633f5f6630b941496100dccf84e884c1810
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-05 04:58:06 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-05 05:01:52 +0000
math/highs: Broken on i386
Reported by: fallout
---
math/highs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/highs/Makefile b/math/highs/Makefile
index 65ce8bcdd32c..1321eb20cc0e 100644
--- a/math/highs/Makefile
+++ b/math/highs/Makefile
@@ -8,6 +8,8 @@ COMMENT= Solver for large scale sparse linear programming (LP) problems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= undefined reference to fmax, see https://github.com/ERGO-Code/HiGHS/issues/505
+
LIB_DEPENDS= libOsi.so:math/clp
USES= blaslapack cmake compiler:c++11-lang pkgconfig
More information about the dev-commits-ports-all
mailing list