b8e8e20d6b
Reported by: portscout
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kokkos
|
|
DISTVERSION= 3.3.01
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ performance portability programming ecosystem
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NOT_FOR_ARCHS= i386 # Kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte pointers instead
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= cmake compiler:c++11-lang shebangfix
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= bin/nvcc_wrapper bin/kokkos_launch_compiler
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|