discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: building OOT module in conda


From: Ryan Volz
Subject: Re: building OOT module in conda
Date: Thu, 10 Mar 2022 15:22:34 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hi Wayne,

On 3/10/22 1:49 PM, Wayne Roberts wrote:
gnuradio itself from conda works ok on windows from conda.

Glad to hear it!

But i was trying to build an OOT module  using conda on windows 
https://wiki.gnuradio.org/index.php/CondaInstall 
<https://wiki.gnuradio.org/index.php/CondaInstall>

I had easy time building this OOT module in linux, and it worked good.
But on windows i use conda install gnuradio-build-deps as part of build 
environment.  But then cmake doesnt find MPLIB.  I search for it on the 
anaconda repository, perhaps its gmp or libgmp for mplib, but its not there for 
windows.

GMP doesn't exist for Windows, so what you need (and should already be 
installed as a dependency of GNU Radio, or rather the `gnuradio-core` package) 
is `mpir`.


This stuff is so much easier on linux, perhaps gnuradio works in WSL2.  But 
having it native on windows would be good too from conda

I'm striving to make things as painless as possible on Windows, but there are 
inevitable frictions that happen because of its differences from Linux and the 
fact that the conda packages are relatively new and building OOTs is still the 
frontier.

What OOT in particular are you trying to build? Maybe there are other things 
that are needed to get it working if nobody has done it before successfully on 
Windows. The full output from CMake would also be helpful to really see what's 
going wrong.

Cheers,
Ryan



reply via email to

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