blob: 4acd41b6bdda291eccfd3ec3b502a2b4ae8b3a7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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>
|