ports/devel/caliper/Makefile
Yuri Victorovich c409d0e73a devel/caliper: update 2.11.0 → 2.12.0
Reported by:	portscout
2024-11-15 01:20:27 -08:00

26 lines
584 B
Makefile

PORTNAME= caliper
DISTVERSIONPREFIX= v
DISTVERSION= 2.12.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Instrumentation and performance profiling library
WWW= https://software.llnl.gov/Caliper/ \
https://github.com/LLNL/Caliper
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++11-lib python shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= python/cali2traceevent \
python/cali2traceevent.py
USE_GITHUB= yes
GH_ACCOUNT= LLNL
GH_PROJECT= Caliper
# 2 tests fail, see https://github.com/LLNL/Caliper/issues/611
.include <bsd.port.mk>