vcpkg/ports/coolprop/vcpkg.json
Jack·Boos·Yu 0fa821a46e
[coolprop] Fix usage, re-fix installation (#18305)
* [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>
2021-06-11 09:21:54 -07:00

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"
]
}