mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
c959ecf38c
Reported by: portscout
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Aluminum
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Generic interface to high-performance communication libraries
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libhwloc.so:devel/hwloc \
|
|
libmpi.so:net/openmpi
|
|
|
|
USES= cmake compiler:c11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= LLNL
|
|
USE_LDCONFIG= yes
|
|
|
|
LDFLAGS+= -lexecinfo
|
|
|
|
.include <bsd.port.mk>
|