mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
26 lines
584 B
Makefile
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>
|