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>
Welcome to CoolProp
CoolProp is a thermophysical property database and wrappers for a selection of programming environments. It offers similar functionality to REFPROP, but CoolProp is open-source and free. It was originally developed by Ian Bell, at the time a post-doc at the University of Liege, in Liege, Belgium.
-
CoolProp has flexible licensing terms: Commercial - ok! Academic? - ok!
-
... other binaries are available from SourceForge
-
There is also a bleeding edge nightly build of the development version.
-
The documentation is available for the latest release and the development version
-
For any kind of question regarding CoolProp and its usage, you can ask the CoolProp Discussions
-
... you might also find answers in our FAQ
-
If you found a bug or have an issue that requires the developers to become active, please file an issue in our issue tracker
-
Contributions to this project are welcomed and encouraged! If you wish to contribute bug fixes, patches, or new features, wrappers, or material properties, please submit a Pull Request with your code.
-
If you are new to Git and Github, please see the CoolProp Wiki for guidance on becoming a contributor to the project.