mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
385 B
Makefile
23 lines
385 B
Makefile
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>
|