DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Fixing json version ABI #429

Closed jessemapel closed 1 year ago

jessemapel commented 1 year ago

The nlohmann JSON 3.11 ABI is not compatible with 3.10. So, our external ALE build that was built againt 3.10 is causing linking errors.

jessemapel commented 1 year ago

Also fixing this on the ALE feedstock with https://github.com/conda-forge/ale-feedstock/pull/42