mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:29:32 +08:00
0fa821a46e
* [coolprop] Fix usage, re-fix installation * update version record * Update ports/coolprop/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/c-/coolprop.json * Update versions/c-/coolprop.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "coolprop",
|
|
"version-semver": "6.4.1",
|
|
"port-version": 1,
|
|
"description": "Thermophysical properties for the masses",
|
|
"homepage": "https://github.com/CoolProp/CoolProp",
|
|
"dependencies": [
|
|
"catch",
|
|
"eigen3",
|
|
"fmt",
|
|
"if97",
|
|
"msgpack",
|
|
"pybind11",
|
|
"rapidjson",
|
|
"refprop-headers"
|
|
]
|
|
}
|