SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

Build on Linux without system ACE will fail #102

Closed paskino closed 4 years ago

paskino commented 5 years ago

Currently the UPDATE.sh script relies on the presence of ACE as system library. While this is ok for current Ubuntu, it is not the case for Scientific Linux or similar.

Since 27th June SuperBuild has the option to build its own ACE.

I see 2 options to fix this

  1. UPDATE.sh accepts another argument which will set USE_SYSTEM_ACE=ON/OFF
  2. Have the SuperBuild check whether ACE is found and if not to set USE_SYSTEM_ACE=OFF
KrisThielemans commented 5 years ago

I prefer the second option. Let's close it once https://github.com/CCPPETMR/SIRF-SuperBuild/issues/156 is closed.