Changeset View
Changeset View
Standalone View
Standalone View
lang/opensycl/Makefile
| PORTNAME= opensycl | PORTNAME= opensycl | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 0.9.4 | DISTVERSION= 0.9.4 | ||||
| CATEGORIES= lang | CATEGORIES= lang | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Multi-backend implementation of SYCL for CPUs and GPUs | COMMENT= Multi-backend implementation of SYCL for CPUs and GPUs | ||||
| WWW= https://github.com/OpenSYCL/OpenSYCL | WWW= https://github.com/OpenSYCL/OpenSYCL | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BROKEN_i386= fails to compile: error: static_assert failed due to requirement 'sizeof(hipsycl::glue::unique_id) == 2 * sizeof(void *)' | BROKEN_i386= fails to compile: error: static_assert failed due to requirement 'sizeof(hipsycl::glue::unique_id) == 2 * sizeof(void *)' | ||||
| BROKEN_FreeBSD_13_armv7= configure fails: Cannot run simple program using std::filesystem | |||||
| BUILD_DEPENDS= boost-libs>0:devel/boost-libs | BUILD_DEPENDS= boost-libs>0:devel/boost-libs | ||||
| USES= cmake python shebangfix | USES= cmake python shebangfix | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= OpenSYCL | GH_ACCOUNT= OpenSYCL | ||||
| Show All 25 Lines | |||||