diff options
author | gdt | 2008-02-29 15:19:22 +0000 |
---|---|---|
committer | gdt | 2008-02-29 15:19:22 +0000 |
commit | 5896598b17796c2bf7ed04f7d494285babbeffdb (patch) | |
tree | 4334b0590b1c8d4b5e1db3c2c97ff97ad98fcc12 | |
parent | 90e4faa68bbb21a21a459755942756686985ba46 (diff) | |
download | gnuradio-5896598b17796c2bf7ed04f7d494285babbeffdb.tar.gz gnuradio-5896598b17796c2bf7ed04f7d494285babbeffdb.tar.bz2 gnuradio-5896598b17796c2bf7ed04f7d494285babbeffdb.zip |
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
-rwxr-xr-x | README.components | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.components b/README.components index c9ce1d299..5d79f5017 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 |