aboutsummaryrefslogtreecommitdiff
path: root/math/gau2grid/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-20 18:36:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-20 18:36:24 +0000
commit727a9693d42943be20371f133d0e377fa9ddb8d3 (patch)
tree36a173650ebabc8f72926ad4c538dc5409d11f45 /math/gau2grid/Makefile
parentd761cbf4d5df3936fe49bda41f2d0afce425452f (diff)
Notes
Diffstat (limited to 'math/gau2grid/Makefile')
-rw-r--r--math/gau2grid/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/gau2grid/Makefile b/math/gau2grid/Makefile
new file mode 100644
index 000000000000..68cf5e052918
--- /dev/null
+++ b/math/gau2grid/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= gau2grid
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.0
+CATEGORIES= math python
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Fast computation of a gaussian and its derivative on a grid
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+ONLY_FOR_ARCHS= amd64
+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}
+
+USES= cmake:outsource python:build # C code build depends on python to generate some headers
+USE_GITHUB= yes
+GH_ACCOUNT= dgasmith
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>