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 <[email protected]> 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. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
