nasa-jpl / LiveViewOpenCL

Open Source real-time visualization tools for Imaging Spectrometer development
GNU General Public License v3.0
36 stars 21 forks source link

Create a version that can compile on MPSoC without edits #22

Closed jackiryan closed 5 years ago

jackiryan commented 5 years ago

Currently, there are many features in LiveView that are not compatible with compilation on the Yocto Linux MPSoC. Let's develop a robust system that can trigger a build of the codebase that masks out these incompatible features. The simplest way to achieve this is to use directives (#if, #ifdef, etc), although if there is a more clever way I am open to suggestions.