diff options
author | tnn <tnn@pkgsrc.org> | 2022-03-17 14:35:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-03-17 14:35:34 +0000 |
commit | 3053db08299ba6ffaea626ccbf01b315f63c25e0 (patch) | |
tree | ffbff46f9c7c63d05ec616c57538551576ca3b21 /math | |
parent | adfeb05f6999589f8e7d5962ee22141fe76eabb1 (diff) | |
download | pkgsrc-3053db08299ba6ffaea626ccbf01b315f63c25e0.tar.gz |
volk: needs GCC>=8 for std::filesystem, like GNU Radio
Diffstat (limited to 'math')
-rw-r--r-- | math/volk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/volk/Makefile b/math/volk/Makefile index 73f446968d0..ddc2840a715 100644 --- a/math/volk/Makefile +++ b/math/volk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/03/11 20:59:42 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2022/03/17 14:35:34 tnn Exp $ DISTNAME= volk-2.5.1 CATEGORIES= math ham @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako +GCC_REQD+= 8 # std::filesystem USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config |