vcpkg/ports/coolprop/vcpkg.json
Frank b619a233fb
[msgpack] update version to 6.0.0 and switch to the C++ branch (#30401)
* [msgpack] update version to 6.0.0 and switch to the C++ branch

* update version

* update

* version

* fix cmake config name

* vdb

* fix coolprop

* v db

* add dependencies

* format

* v db
2023-04-03 09:53:46 -07:00

23 lines
416 B
JSON

{
"name": "coolprop",
"version-semver": "6.4.3",
"port-version": 1,
"description": "Thermophysical properties for the masses",
"homepage": "https://github.com/CoolProp/CoolProp",
"license": "MIT",
"dependencies": [
"catch",
"eigen3",
"fmt",
"if97",
"msgpack",
"pybind11",
"rapidjson",
"refprop-headers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}