summaryrefslogtreecommitdiff
path: root/cmake/Packaging/Ubuntu-11.04.cmake
diff options
context:
space:
mode:
authorNicholas Corgan2012-05-17 16:37:59 -0700
committerNicholas Corgan2012-05-17 16:37:59 -0700
commit11475bfd79097616b00639e5bfdc567134346566 (patch)
tree9b036df81ab6e5d482b6a6786979a46a1114be5b /cmake/Packaging/Ubuntu-11.04.cmake
parent374afd8759420e7774caa832a934cd0da3ae8051 (diff)
downloadgnuradio-11475bfd79097616b00639e5bfdc567134346566.tar.gz
gnuradio-11475bfd79097616b00639e5bfdc567134346566.tar.bz2
gnuradio-11475bfd79097616b00639e5bfdc567134346566.zip
Fixed package dependencies for gnuradio-core and gr-wavelet, added support for Ubuntu 12.04 and Fedora 17
Diffstat (limited to 'cmake/Packaging/Ubuntu-11.04.cmake')
-rw-r--r--cmake/Packaging/Ubuntu-11.04.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/Packaging/Ubuntu-11.04.cmake b/cmake/Packaging/Ubuntu-11.04.cmake
index 71882b2e1..c166bcf42 100644
--- a/cmake/Packaging/Ubuntu-11.04.cmake
+++ b/cmake/Packaging/Ubuntu-11.04.cmake
@@ -1,7 +1,7 @@
#set the debian package dependencies (parsed by our deb component maker)
SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "libboost-all-dev" "libc6")
SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python")
-SET(PACKAGE_DEPENDS_CORE_RUNTIME "libfftw3-3" "libgsl0ldbl")
+SET(PACKAGE_DEPENDS_CORE_RUNTIME "libfftw3-3")
SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "libqtcore4" "libqwt5-qt4")
SET(PACKAGE_DEPENDS_QTGUI_PYTHON "python-qt4" "python-qwt5-qt4")
SET(PACKAGE_DEPENDS_GRC "python" "python-numpy" "python-gtk2" "python-lxml" "python-cheetah")
@@ -9,3 +9,5 @@ SET(PACKAGE_DEPENDS_WXGUI "python-wxgtk2.8")
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")