[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/05: cmake: Add Ubuntu 15.10 packaging fi
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/05: cmake: Add Ubuntu 15.10 packaging file |
Date: |
Tue, 29 Dec 2015 22:49:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch next
in repository gnuradio.
commit 840c60f60bee969c67387f8b7e074e6ea3f27375
Author: Martin Braun <address@hidden>
Date: Tue Dec 29 13:39:33 2015 -0800
cmake: Add Ubuntu 15.10 packaging file
---
cmake/Packaging/Ubuntu-15.10.cmake | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/cmake/Packaging/Ubuntu-15.10.cmake
b/cmake/Packaging/Ubuntu-15.10.cmake
new file mode 100644
index 0000000..ed14b1a
--- /dev/null
+++ b/cmake/Packaging/Ubuntu-15.10.cmake
@@ -0,0 +1,13 @@
+SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "libboost-all-dev" "libc6")
+SET(PACKAGE_DEPENDS_UTILS "python-mako")
+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")