From 5896598b17796c2bf7ed04f7d494285babbeffdb Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 29 Feb 2008 15:19:22 +0000 Subject: [PATCH] Set PREFIX back to /usr/gnuradio, because systems that do not use /opt 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.components b/README.components index c9ce1d29..5d79f501 100755 --- a/README.components +++ b/README.components @@ -18,7 +18,10 @@ 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 -- 2.47.2