Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 11:15:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525264 - head/math/libflame
Message-ID:  <202002051115.015BFxeT036833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Feb  5 11:15:59 2020
New Revision: 525264
URL: https://svnweb.freebsd.org/changeset/ports/525264

Log:
  math/libflame: unbreak on powerpc
  
  Builds fine.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/math/libflame/Makefile

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Wed Feb  5 10:50:25 2020	(r525263)
+++ head/math/libflame/Makefile	Wed Feb  5 11:15:59 2020	(r525264)
@@ -11,7 +11,7 @@ COMMENT=	FLAME dense linear algebra library
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
 ONLY_FOR_ARCHS_REASON=	make system does not support other architectures yet
 
 BUILD_DEPENDS=	bash:shells/bash



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