commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4339 - gnuradio/trunk


From: gdt
Subject: [Commit-gnuradio] r4339 - gnuradio/trunk
Date: Tue, 30 Jan 2007 12:00:08 -0700 (MST)

Author: gdt
Date: 2007-01-30 12:00:08 -0700 (Tue, 30 Jan 2007)
New Revision: 4339

Added:
   gnuradio/trunk/gnuradio-pkg_chk.conf
Log:
Add a not-tested pkg_chk config file for installing all of GNU Radio's
dependencies.


Added: gnuradio/trunk/gnuradio-pkg_chk.conf
===================================================================
--- gnuradio/trunk/gnuradio-pkg_chk.conf                                (rev 0)
+++ gnuradio/trunk/gnuradio-pkg_chk.conf        2007-01-30 19:00:08 UTC (rev 
4339)
@@ -0,0 +1,64 @@
+# Copyright 2007 Free Software Foundation
+
+# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf
+# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf -D doc
+#
+
+# This is a control file for pkg_chk, an automatic package manager for
+# pkgsrc.  After installing pkgsrc, install pkgtools/pkg_chk, use the
+# commented-out lines above.  The second addtionally includes packages
+# needed for documentation.  Note that gnuradio is in pkgsrc; this
+# file is useful for those who want dependencies from pkgsrc but want
+# to build GNU Radio itself from svn.
+
+# See http://www.netbsd.org/Documentation/software/packages.html for
+# more information about pkgsrc.
+
+# To build against pkgsrc, run configure as
+# LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" 
./configure
+
+# This file may be incorrect; please feel free to correct or mail
+# comments to address@hidden or address@hidden
+
+## Core
+
+devel/autoconf
+devel/automake
+# gmake isn't actually required, but it's helpful to have to separate
+# real build failures from unportable makefiles.
+devel/libtool-base
+devel/gmake
+
+devel/pkg-config
+
+math/fftwf
+
+# python is forced by py-Numeric.  pkgsrc now (200701) defaults to 2.4,
+# which is fine.
+math/py-Numeric
+math/py-numarray
+
+# At least the smart pointer library is needed, but include all.
+meta-pkgs/boost
+
+devel/cppunit
+
+devel/swig
+
+## documentation
+
+devel/doxygen          doc
+textproc/xmlto         doc
+
+## USRP
+
+devel/sdcc
+devel/libusb
+
+## GUI
+
+x11/py-wxWidgets
+
+## gr-radio-astronomy
+
+math/py-ephem





reply via email to

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