svn commit: r523099 - head/math/libflame
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Jan 15 10:50:53 UTC 2020
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
More information about the svn-ports-all
mailing list