mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
The boost subset used to live as a .tar.xz inside this repo under dev/docker/boost_bcp_docker/, extracted at configure time into boost_CoolProp/. That setup is replaced by a CPM fetch of CoolProp/boost-headers, pinned to a commit SHA like every other dependency in cmake/dependencies.cmake. Drops ~22 MB of in-tree headers + a 548 KB .tar.xz, and removes the fatal-error configure path that required the tarball to exist. The new subset also includes boost::numeric::odeint (and pulls the typeof sublibrary explicitly so bcp's static dep scan doesn't miss macro-registered headers -- see CoolProp/boost-headers c681046). Closes #2774 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>