Changeset View
Changeset View
Standalone View
Standalone View
benchmarks/perftest/Makefile
PORTNAME= perftest | PORTNAME= perftest | ||||
DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
DISTVERSION= 4.4-0.7 | DISTVERSION= 4.5-0.17 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= benchmarks | CATEGORIES= benchmarks | ||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= Collection of tests for RDMA micro-benchmark | COMMENT= Collection of tests for RDMA micro-benchmark | ||||
WWW= https://github.com/linux-rdma/perftest/ | WWW= https://github.com/linux-rdma/perftest/ | ||||
LICENSE= LGPL21 BSD2CLAUSE | LICENSE= LGPL21 BSD2CLAUSE | ||||
LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
.if !exists(/usr/lib/libibverbs.so) | .if !exists(/usr/lib/libibverbs.so) | ||||
IGNORE= missing OFED user space | IGNORE= missing OFED user space | ||||
.endif | .endif | ||||
USES= autoreconf libtool shebangfix | USES= autoreconf libtool shebangfix | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= linux-rdma | GH_ACCOUNT= linux-rdma | ||||
SHEBANG_FILES= run_perftest_multi_devices | SHEBANG_FILES= run_perftest_multi_devices | ||||
GNU_CONFIGURE=yes | GNU_CONFIGURE=yes | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |