blob: 241e01b6bc1fa15c936a6a1a72e3587a3a824c01 (
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
WWW= https://github.com/LLNL/Aluminum
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>
|