Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 11:16:51 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r525265 - branches/2020Q1/math/libflame
Message-ID:  <202002051116.015BGpnU037085@repo.freebsd.org>

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

Log:
  MFH: r525264
  
  math/libflame: unbreak on powerpc
  
  Builds fine.
  
  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 Feb  5 11:15:59 2020	(r525264)
+++ branches/2020Q1/math/libflame/Makefile	Wed Feb  5 11:16:51 2020	(r525265)
@@ -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?202002051116.015BGpnU037085>