Date: Wed, 15 Jan 2020 10:51:47 +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: r523100 - branches/2020Q1/math/libflame Message-ID: <202001151051.00FApl03083805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001151051.00FApl03083805>