Date: Thu, 24 Sep 2020 21:01:56 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549962 - head/math/libflame Message-ID: <202009242101.08OL1u1s007359@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009242101.08OL1u1s007359>