mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
b0ea874c7d
* 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>
42 lines
911 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|