1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/aluminum/Makefile
Yuri Victorovich c959ecf38c net/aluminum: Update 0.3.3 -> 0.4.0
Reported by:	portscout
2020-07-28 16:22:42 +00:00

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>