svn commit: r549962 - head/math/libflame

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 21:01:56 UTC 2020


Author: linimon
Date: Thu Sep 24 21:01:55 2020
New Revision: 549962
URL: https://svnweb.freebsd.org/changeset/ports/549962

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

Modified:
  head/math/libflame/Makefile

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Thu Sep 24 20:59:50 2020	(r549961)
+++ head/math/libflame/Makefile	Thu Sep 24 21:01:55 2020	(r549962)
@@ -10,7 +10,7 @@ COMMENT=	FLAME dense linear algebra library
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
 ONLY_FOR_ARCHS_REASON=	make system does not support other architectures yet
 
 BUILD_DEPENDS=	bash:shells/bash


More information about the svn-ports-all mailing list