Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 10:29:06 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479383 - in head: benchmarks/clpeak math/clfft science/iboview
Message-ID:  <201809101029.w8AAT6Kv055004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Sep 10 10:29:06 2018
New Revision: 479383
URL: https://svnweb.freebsd.org/changeset/ports/479383

Log:
  Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant.

Modified:
  head/benchmarks/clpeak/Makefile   (contents, props changed)
  head/math/clfft/Makefile   (contents, props changed)
  head/science/iboview/Makefile   (contents, props changed)

Modified: head/benchmarks/clpeak/Makefile
==============================================================================
--- head/benchmarks/clpeak/Makefile	Mon Sep 10 10:28:56 2018	(r479382)
+++ head/benchmarks/clpeak/Makefile	Mon Sep 10 10:29:06 2018	(r479383)
@@ -16,7 +16,6 @@ LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
 ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON_amd64=	only builds and is supported on amd64
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	krrishnarraj

Modified: head/math/clfft/Makefile
==============================================================================
--- head/math/clfft/Makefile	Mon Sep 10 10:28:56 2018	(r479382)
+++ head/math/clfft/Makefile	Mon Sep 10 10:29:06 2018	(r479383)
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
 ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON_amd64=	only builds and is supported on amd64
 
 USES=		cmake
 USE_LDCONFIG=	yes

Modified: head/science/iboview/Makefile
==============================================================================
--- head/science/iboview/Makefile	Mon Sep 10 10:28:56 2018	(r479382)
+++ head/science/iboview/Makefile	Mon Sep 10 10:29:06 2018	(r479383)
@@ -18,7 +18,6 @@ BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 RUN_DEPENDS=	boost-libs>=0:devel/boost-libs
 
 ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON_amd64=	only builds and is supported on amd64
 
 USES=		fortran blaslapack:openblas qmake:outsource qt:5 tar:bz2
 USE_GL=		gl glu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101029.w8AAT6Kv055004>