1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/kokkos/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
530 B
Makefile

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>