1 # Copyright 2007, 2008 Free Software Foundation
3 # pkg_chk -a -k -C gnuradio-pkg_chk.conf
4 # pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc
6 # This is a control file for pkg_chk, an automatic package manager for
7 # pkgsrc. After installing pkgsrc, install pkgtools/pkg_chk, use the
8 # commented-out first line above. The second addtionally includes
9 # packages needed for documentation. Note that gnuradio is in pkgsrc;
10 # this file is useful for those who want dependencies from pkgsrc but
11 # want to build GNU Radio itself from svn. This file should perhaps
12 # grow conventions for building minimal vs. expanded dependencies.
14 # See http://www.netbsd.org/Documentation/software/packages.html for
15 # more information about pkgsrc.
17 # To build against pkgsrc, run configure as
18 # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure
20 # This file is intended to be useful even to those not using pkgsrc by
21 # crisply listing the dependencies required for GNU Radio.
23 # This file may be incorrect; please feel free to correct or mail
24 # comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org.
31 # gmake isn't actually required, but it's helpful to have to separate
32 # real build failures from unportable makefiles.
39 # python is forced by py-Numeric. pkgsrc now (200701) defaults to 2.4,
40 # which is fine. We don't include python explicitly since we'd have to
43 # numarray is not documented to be needed, but the pkgsrc packages depend on it.
44 # Include it until this confusion is resolved.
49 # Apparently all of boost is not needed.