Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 05:01:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d0c5a633f5f6 - main - math/highs: Broken on i386
Message-ID:  <202105050501.14551xAe061264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d0c5a633f5f6630b941496100dccf84e884c1810

commit d0c5a633f5f6630b941496100dccf84e884c1810
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-05 04:58:06 +0000
Commit:     Yuri Victorovich <yuri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105050501.14551xAe061264>