pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core (ham/gnuradio-core) Add GCC_REQD = 8
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ba28eb83026
branches: trunk
changeset: 374347:9ba28eb83026
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 20 10:46:10 2022 +0000
description:
(ham/gnuradio-core) Add GCC_REQD = 8
[ 12%] Building CXX object gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/basic_block.cc.o
In file included from /usr/pkg/include/boost/dll/runtime_symbol_info.hpp:11:0,
from /tmp/ham/gnuradio-core/work/gnuradio-3.10.0.0/build/gnuradio-runtime/lib/constants.cc:16:
/usr/pkg/include/boost/dll/config.hpp:47:22: error: 'filesystem' is not a namespace-name
using namespace std::filesystem;
^~~~~~~~~~
/usr/pkg/include/boost/dll/config.hpp:47:32: error: expected namespace-name before ';' token
using namespace std::filesystem;
^
diffstat:
ham/gnuradio-core/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a13fbeaefe18 -r 9ba28eb83026 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Sun Feb 20 09:34:51 2022 +0000
+++ b/ham/gnuradio-core/Makefile.common Sun Feb 20 10:46:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2022/01/25 04:39:53 mef Exp $
+# $NetBSD: Makefile.common,v 1.38 2022/02/20 10:46:10 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -40,6 +40,8 @@
USE_TOOLS= perl gmake cmake pkg-config
USE_CMAKE= yes
+GCC_REQD= 8
+
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
# for companion
Home |
Main Index |
Thread Index |
Old Index