Set PREFIX back to /usr/gnuradio, because systems that do not use /opt
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 29 Feb 2008 15:19:22 +0000 (15:19 +0000)
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 29 Feb 2008 15:19:22 +0000 (15:19 +0000)
and follow traditional UNIX partitioning will then put the build in /
(which does not have adequate space and violates the point of / being
separate).  The prefix /usr/gnuradio is also not known to be in use by
any packaging system, and it is important that test builds not
interfere with files controlled by packaging systems.  It may be that
OS-specific overrides are needed to choose a reasonable prefix on
systems where /usr/gnuradio is not appropriate.

Add usrp as a dependency for gr-radar-mono.  Now only expected
failures occur on NetBSD/i386 4.0ish (gr-audio-{alsa,osx,windows} and
gr-comedi).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7897 221aa14e-8319-0410-a670-987f0aec2ac5

README.components

index c9ce1d29972110d16e3f777942bf18bfac196210..5d79f501700700d7fdd872af6de05847ad2255a2 100755 (executable)
 
 set -x
 
-PREFIX=/opt/gnuradio
+# Do not use /opt, because many systems do not have /opt and that
+# risks running out of space in /.  Probably this needs OS-specific
+# overrides.
+PREFIX=/usr/gnuradio
 
 echo -n "README.components START "; date
 
@@ -90,7 +93,7 @@ CONF_ENABLE_ARGS="
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--enable-gr-gpio
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-gsm-fr-vocoder
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-pager
---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-radar-mono
+--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--enable-gr-radar-mono
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-radio-astronomy
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-trellis
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-video-sdl