Date: Wed, 15 Jan 2020 10:50:53 +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: r523099 - head/math/libflame Message-ID: <202001151050.00FAorji082896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jan 15 10:50:53 2020 New Revision: 523099 URL: https://svnweb.freebsd.org/changeset/ports/523099 Log: math/libflame: unbreak on powerpc64 Builds fine on powerpc64. MFH: 2020Q1 (fix build blanket) Modified: head/math/libflame/Makefile Modified: head/math/libflame/Makefile ============================================================================== --- head/math/libflame/Makefile Wed Jan 15 10:47:40 2020 (r523098) +++ head/math/libflame/Makefile Wed Jan 15 10:50:53 2020 (r523099) @@ -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?202001151050.00FAorji082896>