mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
653 B
Makefile
25 lines
653 B
Makefile
PORTNAME= gau2grid
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.7
|
|
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 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}
|
|
|
|
USES= cmake compiler:c11 python:build # C code build depends on python to generate some headers
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dgasmith
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= ENABLE_XHOST
|
|
|
|
.include <bsd.port.mk>
|