Date: Sun, 27 Sep 2020 21:20:41 +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: r550375 - head/math/gau2grid Message-ID: <202009272120.08RLKfOJ010188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Sep 27 21:20:40 2020 New Revision: 550375 URL: https://svnweb.freebsd.org/changeset/ports/550375 Log: Allow building on powerpc64le. Approved by: portmgr (tier-2 blanket) Modified: head/math/gau2grid/Makefile Modified: head/math/gau2grid/Makefile ============================================================================== --- head/math/gau2grid/Makefile Sun Sep 27 21:18:23 2020 (r550374) +++ head/math/gau2grid/Makefile Sun Sep 27 21:20:40 2020 (r550375) @@ -12,7 +12,7 @@ COMMENT= Fast computation of a gaussian and its deriva LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= BUG: ValueError: descr is not a valid dtype descriptor: '<f16' (see https://github.com/dgasmith/gau2grid/issues/25) BUILD_DEPENDS= ${PYNUMPY}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272120.08RLKfOJ010188>