vcpkg/ports/opencascade/vcpkg.json
Ali b0ea874c7d
Opencascade fix build on Linux (#25330)
* Opencascade fix build on Linux

* Added fontconfig to deps

* Updated version database

* Updated license identifier

* revert back the license

* bump up the port version

* vcpk add all

* Update versions/o-/opencascade.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-22 14:41:13 -07:00

42 lines
911 B
JSON

{
"name": "opencascade",
"version": "7.6.2",
"port-version": 1,
"description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.",
"homepage": "https://github.com/Open-Cascade-SAS/OCCT",
"license": "LGPL-2.1",
"supports": "!(uwp | osx | arm)",
"dependencies": [
"fontconfig",
"freetype",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"freeimage": {
"description": "Enable optional usage of freeimage",
"dependencies": [
"freeimage"
]
},
"rapidjson": {
"description": "Enable optional usage of rapidjson",
"dependencies": [
"rapidjson"
]
},
"tbb": {
"description": "Enable optional usage of tbb",
"dependencies": [
"tbb"
]
}
}
}