Nella citazione in data Mon Dec 2 20:03:22 2013, Michael Dickens ha
scritto:
> I think you should be able to have GNU Radio installed into /opt/local but then you create an OOT module which installs into /usr/local . I used to do this "way back in the day"; I would assume it still works. Maybe you can send me off-list more info on what you're trying to do and I can point you in the right directions?
>
> I think you could probably copy the files from /opt/local/lib/python2.7/site-packages into /usr/local/lib/python2.7/site-packages and they would probably work about right. No guarantees though, since some libraries might be linked against other libraries already in /opt/local somewhere. But, it's worth a try IMHO ... - MLD
>
> On Dec 2, 2013, at 1:52 PM, Arturo Rinaldi <arty.net2@gmail.com> wrote:
>
>> Thank you again Michael, I was wondering If I could redirect the installation path of the port to
>>
>> /usr/local/lib/python2.7/site-packages
>>
>> instead of
>>
>> /opt/local/lib/python2.7/site-packages
>>
>> would this be possible or not ? Basically, it's what I really need to install custom gnuradio modules without messing with the "/opt/local" root path. This will totally cancel my need to perform a building from tarball.
>
>
>
mmm I see.....ok let's do it this way. Let's say that i untar the
3.6.5.1 tarball and write a script that patches all the needed files
before running the usual steps of configuration.
If I have understood well what I have to do I need to use all the 8
diff files you uploaded on the macports server, join them and apply the
result to the extracted tarball directory. I can try that with
patch --dry-run
to find if the patching is properly perfromed and the files are not
affected by patching. Now i have to figure out which are the right diff
files to patch the legacy version and the new version since I'm
noticing that the source path structure is different in the new
tarball. Do I have to use all of them or not ? Can i write just one
single diff file to apply before building from source as usual ? I was
thinlking thah once the work is finished i could post it on the mailing
list so it'd be available for everyone.....let me know if you like the
idea.
Regards, Arturo
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment