discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] which math library to link with


From: Josh Blum
Subject: Re: [Discuss-gnuradio] which math library to link with
Date: Sat, 03 Dec 2011 15:53:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

> If you have to use some other library and are looking to put the code into
> GNU Radio, we can talk. If it's in gr-trellis, we could add an extra
> dependency just for that component. Otherwise, I had a thought of making
> something like a "gr-scientific" component. This was mostly meant to move
> the wavelet stuff out of gnuradio-core and thereby removing GSL as a
> required dependency for the main stuff. That hasn't happened mainly because
> a) only one block would go into gr-scientific so it seems a waste and b)
> gsl is so easy to install on any distro that I know about. Adding another
> scientific library and block that uses it might be a good incentive to do
> something like this.
> 

Would it be reasonable to just build the block conditionally whether or
not the dependent library is installed? If the library was not
available, the block's factory function could just throw "block not
available, built without gsl support".

-josh



reply via email to

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