mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
e1d56a9db2
- Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
28 lines
748 B
Makefile
28 lines
748 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CombBLAS
|
|
DISTVERSION= 1.6.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/
|
|
DISTNAME= ${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Combinatorial BLAS library: an extensible parallel graph library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libmpi.so:net/mpich
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich
|
|
|
|
USES= cmake compiler:c++14-lang localbase:ldflags tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}/include && ${RM} .DS_Store ._.DS_Store CombBLAS/._CombBLAS.h
|
|
|
|
.include <bsd.port.mk>
|