aboutsummaryrefslogtreecommitdiff
path: root/net/aluminum/Makefile
blob: 0ee310dc8c8586b8434650cb339dff12cf213c7e (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

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>