mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Tobias C. Berner](/assets/img/avatar_default.png)
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
29 lines
489 B
Makefile
29 lines
489 B
Makefile
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rocr
|
|
PORTVERSION= 1.9.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jmd@FreeBSD.org
|
|
COMMENT= HPC market enhanced HSA based runtime
|
|
|
|
LICENSE= NCSA
|
|
LICENSE_FILE= ${WRKSRC}/src/LICENSE.md
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
|
|
LIB_DEPENDS= libhsakmt.so:sysutils/roct
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= iotamudelta
|
|
GH_PROJECT= ROCR-Runtime
|
|
GH_TAGNAME= 5ab09ee
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/src
|
|
|
|
.include <bsd.port.mk>
|