NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
479 stars 168 forks source link

SSE in VW #274

Closed oleg-alexandrov closed 10 months ago

oleg-alexandrov commented 5 years ago

Currently VisionWorkbench builds by default with SSE on, but there is no check if this is supported. Actually it does not complain at all if it is not supported, and builds and installs just fine, and all tests pass, which is a bit surprising to start with, but then ASP fails to build towards the end. We should have a check when VW is configured rather than to run into issues much later.