diff options
author | mef <mef@pkgsrc.org> | 2022-02-20 10:46:10 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-02-20 10:46:10 +0000 |
commit | 6a7376cf2dbe4aaddd5f9b767c518d5a4a1c8405 (patch) | |
tree | e837284af5bb808a9af40bab2f94795ae351b450 /ham | |
parent | 0a22f883633ae616cd4986b7ee368bd8b57169b2 (diff) | |
download | pkgsrc-6a7376cf2dbe4aaddd5f9b767c518d5a4a1c8405.tar.gz |
(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 (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index 1405ccd48ce..4b9a1cb14c2 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -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_LANGUAGES= c c++ 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 |