Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 950710 Details for
Bug 1156659
Review Request: indi-sx - INDI driver providing support for Starlight Xpress devices
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
CMakeLists.txt with fedora specific cleanup
indi-sx-CMakeLists-fedora.txt (text/plain), 2.88 KB, created by
Raphael Groner
on 2014-10-25 20:44:11 UTC
(
hide
)
Description:
CMakeLists.txt with fedora specific cleanup
Filename:
MIME Type:
Creator:
Raphael Groner
Created:
2014-10-25 20:44:11 UTC
Size:
2.88 KB
patch
obsolete
>cmake_minimum_required(VERSION 2.4.7) >PROJECT(sxccd CXX C) > >set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/") >##RULES_INSTALL_DIR must be set from external caller >#set(RULES_INSTALL_DIR "/lib/udev/rules.d/") > >set(CMAKE_CXX_FLAGS "-std=c++0x ${CMAKE_CXX_FLAGS}") > >set (VERSION_MAJOR 1) >set (VERSION_MINOR 6) > >configure_file ( > "${CMAKE_CURRENT_SOURCE_DIR}/sxconfig.h.in" > "${CMAKE_CURRENT_SOURCE_DIR}/sxconfig.h" > ) > >find_package(CFITSIO REQUIRED) >find_package(USB-1 REQUIRED) >find_package(INDI REQUIRED) >find_package(Threads REQUIRED) > >include_directories(${CMAKE_CURRENT_BINARY_DIR}) >include_directories(${CMAKE_CURRENT_SOURCE_DIR}) >include_directories(${INDI_INCLUDE_DIR}) >include_directories( ${CFITSIO_INCLUDE_DIR}) > >set(indisxccd_SRCS > ${CMAKE_CURRENT_SOURCE_DIR}/sxccd.cpp > ${CMAKE_CURRENT_SOURCE_DIR}/sxccdusb.cpp > ) > >add_executable(indi_sx_ccd ${indisxccd_SRCS}) >target_link_libraries(indi_sx_ccd ${INDI_DRIVER_LIBRARIES} ${LIBUSB_1_LIBRARIES}) > >include_directories(${LIBUSB_1_INCLUDE_DIRS}) >set(indisxwheel_SRCS > ${CMAKE_CURRENT_SOURCE_DIR}/sxwheel.cpp > ${CMAKE_CURRENT_SOURCE_DIR}/hid_libusb.c > ) > >add_executable(indi_sx_wheel ${indisxwheel_SRCS}) >target_link_libraries(indi_sx_wheel ${INDI_DRIVER_LIBRARIES} ${LIBUSB_1_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) > >set(indisxao_SRCS > ${CMAKE_CURRENT_SOURCE_DIR}/sxao.cpp > ) > >add_executable(indi_sx_ao ${indisxao_SRCS}) >target_link_libraries(indi_sx_ao ${INDI_DRIVER_LIBRARIES}) > >set(sx_ccd_test_SRCS > ${CMAKE_CURRENT_SOURCE_DIR}/sxccdtest.cpp > ${CMAKE_CURRENT_SOURCE_DIR}/sxccdusb.cpp > ) > >add_executable(sx_ccd_test ${sx_ccd_test_SRCS}) >target_link_libraries(sx_ccd_test ${LIBUSB_1_LIBRARIES}) > >install(TARGETS indi_sx_ccd RUNTIME DESTINATION bin) >install(TARGETS indi_sx_wheel RUNTIME DESTINATION bin) >install(TARGETS indi_sx_ao RUNTIME DESTINATION bin) >install(TARGETS sx_ccd_test RUNTIME DESTINATION bin) >install(FILES indi_sx.xml DESTINATION ${INDI_DATA_DIR}) > >set (CPACK_PACKAGE_NAME "sxccd") >set (CPACK_PACKAGE_VENDOR "CloudMakers, s. r. o.") >set (CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}") >set (CPACK_PACKAGE_CONTACT "Peter Polakovic <peter.polakovic@cloudmakers.eu>") >set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "INDI Driver for SX CCD, FW wheel and AO") >set (CPACK_PACKAGE_DESCRIPTION "This driver for INDI 0.9.7 supports SXVF-xxx, SXVR-xxx, LodeStar, CoStar and SuperStar cameras with full cooler and guider port control, USB Filter Wheel and Active Optics device.") > >install(FILES 99-sx.rules DESTINATION ${RULES_INSTALL_DIR}) >set (CPACK_RPM_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION}) >set (CPACK_GENERATOR "RPM") >set (CPACK_RPM_PACKAGE_DEPENDS "indi-bin >= 0.9.7") >set (CPACK_RPM_PACKAGE_GROUP "Applications/Science") >set (CPACK_PACKAGING_INSTALL_PREFIX "/usr") >set (CPACK_RPM_PACKAGE_ARCHITECTURE CMAKE_HOST_SYSTEM_PROCESSOR) >set (CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") > >include (CPack)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1156659
: 950710 |
950711