diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2026-02-15 07:51:06 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2026-02-15 07:51:06 +0000 |
| commit | 04470a19e668c730bcd0d7bd5636c5305ff6a2a4 (patch) | |
| tree | edd77654e6de9f35d4e50b7c7736ed7167f5631d /math/gau2grid/Makefile | |
| parent | d42969d0b9f36cf1ae739463bd97beba6193118f (diff) | |
Diffstat (limited to 'math/gau2grid/Makefile')
| -rw-r--r-- | math/gau2grid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gau2grid/Makefile b/math/gau2grid/Makefile index acdee4aac187..830f77cad108 100644 --- a/math/gau2grid/Makefile +++ b/math/gau2grid/Makefile @@ -14,7 +14,8 @@ 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} +BUILD_DEPENDS= ${PYNUMPY} \ + ${PY_SETUPTOOLS} USES= cmake compiler:c11 python:build # C code build depends on python to generate some headers USE_GITHUB= yes |
