summaryrefslogtreecommitdiff
path: root/math/gau2grid
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 21:20:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 21:20:40 +0000
commitc4953dafb010f8e0aecc4928fbb2204ffb7aef2e (patch)
treeb2a748af699f51764ba705c8c3574f68c26ae738 /math/gau2grid
parentAllow building on powerpc64le. (diff)
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550375
Diffstat (limited to 'math/gau2grid')
-rw-r--r--math/gau2grid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gau2grid/Makefile b/math/gau2grid/Makefile
index db17590602b4..b81911366df3 100644
--- a/math/gau2grid/Makefile
+++ b/math/gau2grid/Makefile
@@ -12,7 +12,7 @@ COMMENT= Fast computation of a gaussian and its derivative on a grid
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}