Package Details: gr-satellites 5.5.0-2

Git Clone URL: https://aur.archlinux.org/gr-satellites.git (read-only, click to copy)
Package Base: gr-satellites
Description: satellite decoder blocks for GNURadio
Upstream URL: https://github.com/daniestevez/gr-satellites
Licenses: GPL3
Conflicts: gr-satellites
Submitter: ra1nb0w
Maintainer: ra1nb0w
Last Packager: ra1nb0w
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-28 10:48 (UTC)
Last Updated: 2024-05-27 06:56 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

ra1nb0w commented on 2024-05-27 06:56 (UTC)

fixed. thank you for the report.

BBArik commented on 2024-05-26 17:52 (UTC)

This package is missing pybind11 as a dependency:

==> Starting build()...
-- The CXX compiler identification is GNU 14.1.1
-- The C compiler identification is GNU 14.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1")
-- Checking for module 'gmp'
--   Found gmp, version 6.3.0
-- Found GMP: /usr/lib/libgmpxx.so
-- Using GMP.
-- Found MPLIB: /usr/lib/libgmpxx.so
-- Found Boost: /usr/lib/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.83.0") found components: date_time program_options system regex thread unit_test_framework
-- Found Volk: Volk::volk
-- User set python executable /usr/bin/python3
-- Found PythonInterp: /usr/bin/python3 (found version "3.12.3")
-- Found PythonLibs: /usr/lib/libpython3.12.so (found suitable exact version "3.12.3")
-- Found Git: /usr/bin/git
-- Found Doxygen: /usr/bin/doxygen (found version "1.11.0") found components: doxygen dot
CMake Error at CMakeLists.txt:142 (find_package):
  By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "pybind11",
  but CMake did not find one.

  Could not find a package configuration file provided by "pybind11" with any
  of the following names:

    pybind11Config.cmake
    pybind11-config.cmake

  Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
  "pybind11_DIR" to a directory containing one of the above files.  If
  "pybind11" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!