discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "modules" GMP and MPIR;3.9.0.0


From: Ron Economos
Subject: Re: "modules" GMP and MPIR;3.9.0.0
Date: Wed, 27 Jan 2021 20:16:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

You're actually okay. Your version of CMake doesn't seem to print out when it finds modules (which are libraries). On Ubuntu, it looks like this:

-- Configuring VOLK support...
-- Found Volk: Volk::volk
--   Found VOLK:
--   * Version: 2.4.1
--   * Libraries: Volk::volk
--   * Includes: /opt/gnuradio-3.9.0git/include
-- Found LOG4CPP: /usr/local/lib/liblog4cpp.so
-- Not using additional GNU Radio native architecture optimizations.
-- Performing Test HAVE_CX_LIMITED_RANGE
-- Performing Test HAVE_CX_LIMITED_RANGE - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'gmp'
--   No package 'gmp' found
-- Found GMP: /usr/lib/arm-linux-gnueabihf/libgmpxx.so
-- Checking for module 'mpir >= 3.0'
--   No package 'mpir' found
-- Found MPIR: /usr/local/lib/libmpirxx.so
-- Found MPLIB: /usr/lib/arm-linux-gnueabihf/libgmpxx.so
--

Libraries can be found in one of two ways. If the first one fails, CMake will print "No package 'xxx' found". But if the second one succeeds, it will print "Found XXX: /some/path/to/library". If both fail (and the library is required), you'll know it because CMake will exit immediately with an error.

Ron

On 1/27/21 18:13, lists@lazygranch.com wrote:
Building 3.9.0.0 on opensuse 15.2. I did
git checkout maint-3.9
I'm using volk from the repo. (not building it)


The terminology "module" confuses me. Does this refer to gnuradio code
or some library on my computer? I believe I have gmp and mpir available.


-- Checking for module 'gmp'
--   No package 'gmp' found
-- Checking for module 'mpir >= 3.0'
--   No package 'mpir' found



reply via email to

[Prev in Thread] Current Thread [Next in Thread]