commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7897 - gnuradio/trunk


From: gdt
Subject: [Commit-gnuradio] r7897 - gnuradio/trunk
Date: Fri, 29 Feb 2008 08:19:23 -0700 (MST)

Author: gdt
Date: 2008-02-29 08:19:22 -0700 (Fri, 29 Feb 2008)
New Revision: 7897

Modified:
   gnuradio/trunk/README.components
Log:
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).


Modified: gnuradio/trunk/README.components
===================================================================
--- gnuradio/trunk/README.components    2008-02-29 07:34:58 UTC (rev 7896)
+++ gnuradio/trunk/README.components    2008-02-29 15:19:22 UTC (rev 7897)
@@ -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 @@
 
--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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]