1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/kokkos/Makefile
Yuri Victorovich 81e207fcdf devel/kokkos: Not for i386
Reported by:	fallout
2020-05-10 06:13:32 +00:00

26 lines
586 B
Makefile

# $FreeBSD$
PORTNAME= kokkos
DISTVERSION= 3.1.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
USES= cmake compiler:c++11-lang shebangfix
USE_GITHUB= yes
USE_LDCONFIG= yes
SHEBANG_FILES= bin/nvcc_wrapper
CMAKE_ON= BUILD_SHARED_LIBS
post-install:
@cd ${STAGEDIR}${PREFIX}/include/eti && ${RMDIR} Cuda HPX OpenMP ROCm Serial Threads
.include <bsd.port.mk>