diff options
author | Josh Blum | 2013-06-11 15:04:51 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-11 15:04:51 -0700 |
commit | 62402b122cd3f4f3fb80325771d6117f75798b11 (patch) | |
tree | c3560564ed73adbd212c18a2e96d4ef72ebaba09 /cmake/Packaging/Ubuntu-13.04.cmake | |
parent | f4fc952e58ce318298258926f7382ed28b92bfae (diff) | |
parent | 2b7292593d898d7ce9a851c7ae7f168f200ea1c1 (diff) | |
download | gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.tar.gz gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.tar.bz2 gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.zip |
Merge branch 'v3.6.4_branch' into v3.6.4git_gras_support
Diffstat (limited to 'cmake/Packaging/Ubuntu-13.04.cmake')
-rw-r--r-- | cmake/Packaging/Ubuntu-13.04.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/Packaging/Ubuntu-13.04.cmake b/cmake/Packaging/Ubuntu-13.04.cmake new file mode 100644 index 000000000..40f748fdf --- /dev/null +++ b/cmake/Packaging/Ubuntu-13.04.cmake @@ -0,0 +1,12 @@ +SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "libboost-all-dev" "libc6") +SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python" "python-numpy") +SET(PACKAGE_DEPENDS_CORE_RUNTIME "libfftw3-3") +SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "libqtcore4" "libqwt6") +SET(PACKAGE_DEPENDS_QTGUI_PYTHON "python-qt4" "python-qwt5-qt4") +SET(PACKAGE_DEPENDS_GRC "python" "python-numpy" "python-gtk2" "python-lxml" "python-cheetah") +SET(PACKAGE_DEPENDS_WXGUI "python-wxgtk2.8" "python-opengl") +SET(PACKAGE_DEPENDS_VIDEO_SDL_RUNTIME "libsdl1.2debian") +SET(PACKAGE_DEPENDS_UHD_RUNTIME "uhd") +SET(PACKAGE_DEPENDS_AUDIO_RUNTIME "libpulse0" "alsa-base" "libjack0") +SET(PACKAGE_DEPENDS_WAVELET_RUNTIME "libgsl0ldbl") +SET(PACKAGE_DEPENDS_WAVELET_PYTHON "python" "python-numpy") |