root / gnuradio-pkg_chk.conf @ 461866f9
History | View | Annotate | Download (1.5 kB)
| 1 | # Copyright 2007 Free Software Foundation |
|---|---|
| 2 | |
| 3 | # pkg_chk -a -k -v -C gnuradio-pkg_chk.conf |
| 4 | # pkg_chk -a -k -v -C gnuradio-pkg_chk.conf -D doc |
| 5 | # |
| 6 | |
| 7 | # This is a control file for pkg_chk, an automatic package manager for |
| 8 | # pkgsrc. After installing pkgsrc, install pkgtools/pkg_chk, use the |
| 9 | # commented-out lines above. The second addtionally includes packages |
| 10 | # needed for documentation. Note that gnuradio is in pkgsrc; this |
| 11 | # file is useful for those who want dependencies from pkgsrc but want |
| 12 | # to build GNU Radio itself from svn. |
| 13 | |
| 14 | # See http://www.netbsd.org/Documentation/software/packages.html for |
| 15 | # more information about pkgsrc. |
| 16 | |
| 17 | # To build against pkgsrc, run configure as |
| 18 | # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure |
| 19 | |
| 20 | # This file may be incorrect; please feel free to correct or mail |
| 21 | # comments to [email protected] or [email protected] |
| 22 | |
| 23 | ## Core |
| 24 | |
| 25 | devel/autoconf |
| 26 | devel/automake |
| 27 | # gmake isn't actually required, but it's helpful to have to separate |
| 28 | # real build failures from unportable makefiles. |
| 29 | devel/libtool-base |
| 30 | devel/gmake |
| 31 | |
| 32 | devel/pkg-config |
| 33 | |
| 34 | math/fftwf |
| 35 | |
| 36 | # python is forced by py-Numeric. pkgsrc now (200701) defaults to 2.4, |
| 37 | # which is fine. |
| 38 | math/py-Numeric |
| 39 | math/py-numarray |
| 40 | |
| 41 | # At least the smart pointer library is needed, but include all. |
| 42 | meta-pkgs/boost |
| 43 | |
| 44 | devel/cppunit |
| 45 | |
| 46 | devel/swig |
| 47 | |
| 48 | ## documentation |
| 49 | |
| 50 | devel/doxygen doc |
| 51 | textproc/xmlto doc |
| 52 | |
| 53 | ## USRP |
| 54 | |
| 55 | devel/sdcc |
| 56 | devel/libusb |
| 57 | |
| 58 | ## GUI |
| 59 | |
| 60 | x11/py-wxWidgets |
| 61 | |
| 62 | ## gr-radio-astronomy |
| 63 | |
| 64 | math/py-ephem |