Re: [Patch-gnuradio] [PATCH] cmake: require liborc 0.4.9 since we need .floatparam

2011-12-19 Thread Tom Rondeau
On Mon, Dec 19, 2011 at 10:38 AM, Philip Balister wrote:

> UHD also wants a fairly recent version of orc.
>
> Philip
>
> On 12/19/2011 10:32 AM, Timo Juhani Lindfors wrote:
> > Tom Rondeau  writes:
> >> Seems like floatparam was added in 0.4.8. Any chance that will work?
> Just
> >> want to get the oldest version possible.
> >
> > Not sure, I just used git tag --contains to get the earliest version
> > that added strcmp() for ".floatparam" and I think it returned 0.4.9.
> > I'm of course currently using a much newer liborc.
>


Gotcha, thanks.

Tom
___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio


Re: [Patch-gnuradio] [PATCH] cmake: require liborc 0.4.9 since we need .floatparam

2011-12-19 Thread Philip Balister
UHD also wants a fairly recent version of orc.

Philip

On 12/19/2011 10:32 AM, Timo Juhani Lindfors wrote:
> Tom Rondeau  writes:
>> Seems like floatparam was added in 0.4.8. Any chance that will work? Just
>> want to get the oldest version possible.
> 
> Not sure, I just used git tag --contains to get the earliest version
> that added strcmp() for ".floatparam" and I think it returned 0.4.9.
> I'm of course currently using a much newer liborc.
> 
> ___
> Patch-gnuradio mailing list
> Patch-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/patch-gnuradio
> 

___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio


Re: [Patch-gnuradio] [PATCH] cmake: require liborc 0.4.9 since we need .floatparam

2011-12-19 Thread Timo Juhani Lindfors
Tom Rondeau  writes:
> Seems like floatparam was added in 0.4.8. Any chance that will work? Just
> want to get the oldest version possible.

Not sure, I just used git tag --contains to get the earliest version
that added strcmp() for ".floatparam" and I think it returned 0.4.9.
I'm of course currently using a much newer liborc.

___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio


Re: [Patch-gnuradio] [PATCH] cmake: require liborc 0.4.9 since we need .floatparam

2011-12-19 Thread Tom Rondeau
On Fri, Dec 16, 2011 at 5:38 AM, Timo Juhani Lindfors
wrote:

> ---
>  volk/cmake/FindORC.cmake |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/volk/cmake/FindORC.cmake b/volk/cmake/FindORC.cmake
> index 8d8c2d1..c435ff0 100644
> --- a/volk/cmake/FindORC.cmake
> +++ b/volk/cmake/FindORC.cmake
> @@ -1,5 +1,5 @@
>  FIND_PACKAGE(PkgConfig)
> -PKG_CHECK_MODULES(PC_ORC orc-0.4)
> +PKG_CHECK_MODULES(PC_ORC "orc-0.4 > 0.4.9")


Timo,
Seems like floatparam was added in 0.4.8. Any chance that will work? Just
want to get the oldest version possible.

Thanks,
Tom
___
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio