svn commit: r523100 - branches/2020Q1/math/libflame

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 15 10:51:48 UTC 2020


Author: pkubaj
Date: Wed Jan 15 10:51:47 2020
New Revision: 523100
URL: https://svnweb.freebsd.org/changeset/ports/523100

Log:
  MFH: r523099
  
  math/libflame: unbreak on powerpc64
  
  Builds fine on powerpc64.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/math/libflame/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/math/libflame/Makefile
==============================================================================
--- branches/2020Q1/math/libflame/Makefile	Wed Jan 15 10:50:53 2020	(r523099)
+++ branches/2020Q1/math/libflame/Makefile	Wed Jan 15 10:51:47 2020	(r523100)
@@ -11,13 +11,13 @@ COMMENT=	FLAME dense linear algebra library
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	make system does not support other architectures yet
 
 BUILD_DEPENDS=	bash:shells/bash
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		compiler:c11 gmake
 USE_CSTD=	c99
 USE_LDCONFIG=	yes
 


More information about the svn-ports-branches mailing list