Skip to content

Commit

Permalink
math/highs: Add test target, remove tests from build
Browse files Browse the repository at this point in the history
i386 should be fixed now because the failure was during the test execitable build.
  • Loading branch information
yurivict committed Jun 17, 2021
1 parent 3485fe8 commit 6f21954
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions math/highs/Makefile
Expand Up @@ -10,18 +10,21 @@ 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/osi

USES= blaslapack cmake compiler:c++11-lang pkgconfig
USES= blaslapack cmake:testing compiler:c++11-lang pkgconfig

USE_GITHUB= yes
GH_ACCOUNT= ERGO-Code
GH_PROJECT= HiGHS
GH_TAGNAME= cfe064e

CMAKE_OFF= BUILD_TESTING

post-install: # see https://github.com/ERGO-Code/HiGHS/issues/502
${RM} -r ${STAGEDIR}${PREFIX}/external

# tests fail to build on i386: undefined reference to fmax, see https://github.com/ERGO-Code/HiGHS/issues/505
# 2 tests fail: https://github.com/ERGO-Code/HiGHS/issues/525

.include <bsd.port.mk>

0 comments on commit 6f21954

Please sign in to comment.