svn commit: r550375 - head/math/gau2grid

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:20:41 UTC 2020


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}


More information about the svn-ports-all mailing list