pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/volk volk: needs GCC>=8 for std::filesystem, like...
details: https://anonhg.NetBSD.org/pkgsrc/rev/158a2c9517dd
branches: trunk
changeset: 375616:158a2c9517dd
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Mar 17 14:35:34 2022 +0000
description:
volk: needs GCC>=8 for std::filesystem, like GNU Radio
diffstat:
math/volk/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0f0386f18981 -r 158a2c9517dd math/volk/Makefile
--- a/math/volk/Makefile Thu Mar 17 14:26:52 2022 +0000
+++ b/math/volk/Makefile Thu Mar 17 14:35:34 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index