aboutsummaryrefslogtreecommitdiff
path: root/net/aluminum/Makefile
blob: e8514370dd5551fc703a9c3cd6f0497b620d6464 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Aluminum
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0.0
CATEGORIES=	net

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Generic interface to high-performance communication libraries

LICENSE=	APACHE20

LIB_DEPENDS=	libhwloc.so:devel/hwloc2 \
		libmpi.so:net/openmpi

USES=		cmake compiler:c11
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	LLNL

LDFLAGS+=	-lexecinfo

.include <bsd.port.mk>