mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
70ebc32424
Resolves nightly CI failure: ``` "D:\buildtrees\osg\x86-windows-dbg\install.vcxproj" (default target) (1) -> "D:\buildtrees\osg\x86-windows-dbg\ALL_BUILD.vcxproj" (default target) (3) -> "D:\buildtrees\osg\x86-windows-dbg\src\osgPlugins\OpenCASCADE\osgdb_opencascade.vcxproj" (default target) (54) -> (ClCompile target) -> D:\buildtrees\osg\src\raph-3.6.5-0028e69d98.clean\src\osgPlugins\OpenCASCADE\ReaderWriterOpenCASCADE.cpp(214,49): error C2039: 'Nodes': is not a member of 'Poly_Triangulation' [D:\buildtrees\osg\x86-windows-dbg\src\osgPlugins\OpenCASCADE\osgdb_opencascade.vcxproj] ``` DICOM disabled because there's a check for dcmtk which isn't a dependency of osg[plugins] Inventor disabled because there's a check for this library. Opencascade disabled because it's broken. All others disabled because they were behind some kind of if (XXX_found) in src\osgPlugins\CMakeLists.tx, except, Quicktime left alone because that's part of MacOS?
125 lines
2.7 KiB
JSON
125 lines
2.7 KiB
JSON
{
|
|
"name": "osg",
|
|
"version-string": "3.6.5",
|
|
"port-version": 11,
|
|
"description": "The OpenSceneGraph is an open source high performance 3D graphics toolkit.",
|
|
"homepage": "https://github.com/openscenegraph/OpenSceneGraph",
|
|
"dependencies": [
|
|
{
|
|
"name": "expat",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "openimageio",
|
|
"platform": "osx"
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"collada": {
|
|
"description": "Support for Collada (.dae) files",
|
|
"dependencies": [
|
|
"collada-dom"
|
|
]
|
|
},
|
|
"docs": {
|
|
"description": "Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads"
|
|
},
|
|
"examples": {
|
|
"description": "Enable to build OSG Examples",
|
|
"dependencies": [
|
|
"freetype",
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "windows"
|
|
},
|
|
"sdl1",
|
|
"sdl2"
|
|
]
|
|
},
|
|
"packages": {
|
|
"description": "Set to ON to generate CPack configuration files and packaging targets"
|
|
},
|
|
"plugins": {
|
|
"description": "Build OSG Plugins - Disable for compile testing examples on a time limit",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-asio",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-bind",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-core",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-lexical-cast",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-logic",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-smart-ptr",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "boost-tuple",
|
|
"platform": "!windows"
|
|
},
|
|
"coin",
|
|
"curl",
|
|
"freetype",
|
|
"gdal",
|
|
{
|
|
"name": "giflib",
|
|
"platform": "windows"
|
|
},
|
|
"ilmbase",
|
|
"jasper",
|
|
"libgta",
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "windows"
|
|
},
|
|
"libjpeg-turbo",
|
|
"liblas",
|
|
"libpng",
|
|
{
|
|
"name": "libxml2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "nvtt",
|
|
"platform": "!x86"
|
|
},
|
|
"openexr",
|
|
"sdl1",
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Enable to build OSG Applications (e.g. osgviewer)",
|
|
"dependencies": [
|
|
"curl",
|
|
"freetype",
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "windows"
|
|
},
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"sdl1"
|
|
]
|
|
}
|
|
}
|
|
}
|