Skip to content

Commit

Permalink
add octoRFX6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sergforce committed Feb 21, 2019
1 parent 13dddc1 commit 4f1eb7b
Show file tree
Hide file tree
Showing 11 changed files with 1,656 additions and 250 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 2.8)
set(MAJOR_VERSION 0)
set(API_COMPAT 0)
set(MINOR_VERSION 1)
set(MAINT_VERSION git)
set(MAINT_VERSION 2)

set(LIBVER "${MAJOR_VERSION}.${API_COMPAT}.${MINOR_VERSION}")

Expand Down Expand Up @@ -92,7 +92,7 @@ else()
include_directories(${LIBLMS7COMPACT_INCLUDE_DIRS})

add_definitions(-DHAVE_LMS_NFE)
set(LMS_FE_FILENAME "xtrx_fe_nlms7.c")
set(LMS_FE_FILENAME "xtrx_fe_nlms7.c" "xtrx_fe_octorx0.c")
set(LMS_FE_LIBRARY ${LIBLMS7COMPACT_LIBRARIES})
endif()

Expand Down Expand Up @@ -150,7 +150,7 @@ set(CPACK_PACKAGE_NAME "libxtrx")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "XTRX API library")
set(CPACK_PACKAGE_VENDOR "Fairwaves, Inc.")
set(CPACK_PACKAGE_CONTACT "http://fairwaves.co/wp/contact-us/")
set(CPACK_PACKAGE_VERSION ${LIBVER}-1)
set(CPACK_PACKAGE_VERSION ${LIBVER}-${MAINT_VERSION})
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.17), libxtrxll (>= 0.0.1), libxtrxdsp (>= 0.0.1), liblms7002m (>= 0.0.1)")
if(ENABLE_SOAPY)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS}, soapysdr (>= 0.5.2)")
Expand Down
Loading

0 comments on commit 4f1eb7b

Please sign in to comment.