ports/math/trlib/Makefile
Thierry Thomas e54e2c695b */*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
2025-01-28 17:42:55 +01:00

26 lines
629 B
Makefile

PORTNAME= trlib
DISTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Trust Region Subproblem Solver Library
WWW= https://github.com/felixlen/trlib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libopenblas.so:math/openblas
TEST_DEPENDS= check>0:devel/check \
gsed:textproc/gsed \
valgrind:devel/valgrind
USES= cmake:testing pkgconfig localbase:ldflags
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= felixlen
# all valgrind tests fail, see https://github.com/felixlen/trlib/issues/16, due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259294
.include <bsd.port.mk>