svn commit: r549961 - head/math/clrng

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 20:59:51 UTC 2020


Author: linimon
Date: Thu Sep 24 20:59:50 2020
New Revision: 549961
URL: https://svnweb.freebsd.org/changeset/ports/549961

Log:
  Allow building on all variants of powerpc.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/clrng/Makefile

Modified: head/math/clrng/Makefile
==============================================================================
--- head/math/clrng/Makefile	Thu Sep 24 20:58:28 2020	(r549960)
+++ head/math/clrng/Makefile	Thu Sep 24 20:59:50 2020	(r549961)
@@ -13,7 +13,7 @@ COMMENT=	Library for uniform random number generation 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
 ONLY_FOR_ARCHS_REASON=	this code has only been tested on x86 and powerpc platforms
 
 BUILD_DEPENDS=	opencl>=0:devel/opencl


More information about the svn-ports-all mailing list