svn commit: r480226 - head/devel/opencl

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 21 05:32:27 UTC 2018


Author: yuri
Date: Fri Sep 21 05:32:26 2018
New Revision: 480226
URL: https://svnweb.freebsd.org/changeset/ports/480226

Log:
  devel/opencl: Add NO_ARCH=yes
  
  Approved by:	portmgr blanket

Modified:
  head/devel/opencl/Makefile

Modified: head/devel/opencl/Makefile
==============================================================================
--- head/devel/opencl/Makefile	Fri Sep 21 05:11:36 2018	(r480225)
+++ head/devel/opencl/Makefile	Fri Sep 21 05:32:26 2018	(r480226)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opencl
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ohartman at zedat.fu-berlin.de
@@ -26,6 +27,7 @@ CLHPP_TAG=	8b6a312
 
 USES=		python:build
 NO_CONFIGURE=	yes
+NO_ARCH=	yes
 
 WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL
 


More information about the svn-ports-head mailing list