discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Finding a particular version


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Finding a particular version
Date: Fri, 17 Jan 2014 18:31:13 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 01/17/2014 06:17 PM, Nikos Balkanas wrote:



On Sat, Jan 18, 2014 at 12:29 AM, Tom Rondeau <address@hidden> wrote:
On Fri, Jan 17, 2014 at 5:23 PM, Nikos Balkanas
<address@hidden> wrote:
>
> Sorry, I actually need 2.8. That's my problem. Repository has releases since
> 2006, so it should have 2.8 as well. It is paramount to get that version.
> Recent versions won't work with my other programs. :-(

Sorry, no. Absolutely no support for a version that old.

Tom



OK. How about you tell me how to find the gnuradio version number from the source tree, once I download it (without actually building it)? There must be a way.


I think Tom already told you how to do this, but this is what what "git tag".

Here's what it produces:

v3.3.0
v3.3.0-rc0
v3.3.0-rc1
v3.3.0-rc2
v3.3.0-rc3
v3.3.1
v3.3.1git
v3.4.0
v3.4.0git
v3.4.1
v3.4.1git
v3.4.2
v3.4.2git
v3.4git
v3.5.0
v3.5.0git
v3.5.0rc0
v3.5.1
v3.5.2
v3.5.2.1
v3.5.3
v3.5.3.1
v3.5.3.2
v3.5.3git
v3.6.0
v3.6.1
v3.6.2
v3.6.3
v3.6.3.1
v3.6.3rc0
v3.6.4
v3.6.4.1
v3.6.4.2
v3.6.4git
v3.6.5
v3.6.5.1
v3.7.0
v3.7.0.1
v3.7.0rc0
v3.7.1
v3.7.1.1
v3.7.2
v3.7.2.1

You'll notice that the repo starts at v3.3.0

At some point in Gnu Radio's past, we switched from subversion to git.  Not sure if the subversion archives are still around.

Gnu Radio 2.8 is so old that many of the folks currently supporting Gnu Radio weren't even around when it was released.  My suggestion would
  be to port whatever code you have to 3.6.5 or 3.7.2.


> On Sat, Jan 18, 2014 at 12:05 AM, Tom Rondeau <address@hidden> wrote:
>>
>> On Fri, Jan 17, 2014 at 1:30 PM, Nikos Balkanas
>> <address@hidden> wrote:
>> >
>> > I am trying to get from the repository gnuradio v 2.8. Since I don't
>> > know
>> > dates or revision numbers, I download revisions and check them out.
>> >
>> > I have an either or question. Does anyone know of a stable 2.8 revision
>> > for
>> > me to download? Failing that, i would appreciate it if someone could
>> > tell me
>> > a way to get gnuradio's version # from the source tree (without building
>> > it).
>> >
>> > TIA,
>> > Nikos
>>
>> I think you might be confused. You don't really mean 2.8, do you? I
>> would imagine you're looking for 3.8, which doesn't actually exist
>> yet. We're currently on 3.7.2.1.
>>
>> You can look in git for the version releases by using "git tag" to see
>> a list of tags that correspond to the version. Wen you have a version
>> of GNU Radio, you can look at the root CMakeLists.txt file for the
>> "VERSiON_INFO_MAJOR_VERSION" and other version variables set up here.
>>
>> Tom
>
>

_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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