discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] build gnuradio without volk module


From: Josh Blum
Subject: Re: [Discuss-gnuradio] build gnuradio without volk module
Date: Wed, 14 Mar 2012 17:00:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2


On 03/14/2012 04:39 PM, Arturo Rinaldi wrote:
> Nella citazione in data Thu Mar 15 00:32:47 2012, Josh Blum ha scritto:
>>
>>>
>>> i want to build a stable tarball...not a git version. any chances to do
>>> it ?
>>>
>>
>> Here you go:
>> https://github.com/trondeau/gnuradio/tarball/57ad294b333d185cfd6952f01ea03f88370d2b8d
>>
>>
>> If the tags were pushed, i would give you a link to the tag and not the
>> commit id.
>>
>> -josh
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
> 
> ok thank you very much Josh....any chance to build the 3.5.2 tarball
> without volk ? i need it for my work ;)
> 
> Regards

Sorry, I should clarify.

1) You should build volk; it will become a serious gnuradio requirement.
Now, there is a autotools + multilib volk build bug. The solution is to
build gnuradio with cmake.

1.1) Perhaps you can pass --disable-volk to configure (when building
with autotools)

2) Building with cmake is supported in the latest releases.

3) There are *no* source tarballs uploaded for releases. The available
tarballs are generated by autotools and are missing files in the source
tree (like the CMakeLists.txt).

4) But, you can get a source tarball from github like so:
https://github.com/trondeau/gnuradio/tarball/<commit identifier>

Where <commit identifier> is the hash of a commit, branch name, or tag
name. Unfortunately, I dont know of a github with the tags pushed, but
you can use the git hash of the 3.5.2 tag.

-Josh



reply via email to

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