pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/gnuradio-core) Add icu/bldlk3. Restore ENABLE_GR_FILTER=ON, ENABLE_PYTHON=ON
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Tue Aug 11 10:52:33 2020 +0900
Changeset: e5e75b72482c457757267e3307472c5804b7c944
Modified Files:
gnuradio-core/Makefile.common
gnuradio-core/TODO
Log Message:
(ham/gnuradio-core) Add icu/bldlk3. Restore ENABLE_GR_FILTER=ON, ENABLE_PYTHON=ON
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5e75b72482c457757267e3307472c5804b7c944
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnuradio-core/Makefile.common | 5 +++--
gnuradio-core/TODO | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
diffs:
diff --git a/gnuradio-core/Makefile.common b/gnuradio-core/Makefile.common
index 574d6cb38b..0f5ed6bac0 100644
--- a/gnuradio-core/Makefile.common
+++ b/gnuradio-core/Makefile.common
@@ -78,8 +78,8 @@ CMAKE_ARGS+= -DENABLE_GNURADIO_RUNTIME=ON
CMAKE_ARGS+= -DENABLE_GR_AUDIO=ON
CMAKE_ARGS+= -DENABLE_GR_BLOCKS=ON
CMAKE_ARGS+= -DENABLE_GR_FFT=ON
-#MAKE_ARGS+= -DENABLE_GR_FILTER=ON
-#MAKE_ARGS+= -DENABLE_PYTHON=ON
+CMAKE_ARGS+= -DENABLE_GR_FILTER=ON
+CMAKE_ARGS+= -DENABLE_PYTHON=ON
CMAKE_ARGS+= -DENABLE_VOLK=ON -DENABLE_INTERNAL_VOLK=OFF
CMAKE_ARGS+= -DCMAKE_HAVE_PTHREADS_CREATE=OFF
@@ -149,3 +149,4 @@ do-install:
.include "../../math/gsl/buildlink3.mk"
.include "../../math/volk/buildlink3.mk"
.include "../../textproc/log4cpp/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
diff --git a/gnuradio-core/TODO b/gnuradio-core/TODO
index ce853d8215..e857424c77 100644
--- a/gnuradio-core/TODO
+++ b/gnuradio-core/TODO
@@ -66,3 +66,27 @@ make[1]: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
Stop.
make: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
+as of 2020-08-11
+---------------------------------------------------------------
+-- Configuring python-support support...
+-- Dependency PYTHONLIBS_FOUND = TRUE
+-- Dependency SWIG_FOUND = TRUE
+-- Dependency SWIG_VERSION_CHECK = FALSE
+-- Dependency SIX_FOUND = TRUE
+CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
+ user force-enabled python-support but configuration checked failed
+Call Stack (most recent call first):
+ CMakeLists.txt:381 (GR_REGISTER_COMPONENT)
+
+
+-- Configuring incomplete, errors occurred!
+See also "/tmp/wip/gnuradio-core/work/gnuradio-3.8.1.0/build/CMakeFiles/CMakeOutput.log".
+*** Error code 1
+
+Stop.
+make[1]: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
+*** Error code 1
+
+Stop.
+make: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
+
Home |
Main Index |
Thread Index |
Old Index