mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:01:37 +08:00
797256da29
* Fix mathgl confix fixup * Control library linkage * Fix dependencies * Revise tool installation * Install usage doc * Reduce config warnings * Don't pick up gettext * Fix osx * Cross-builds partially unsupported * uwp unsupported * Devendor getopt * No _CRT_STDIO_ISO_WIDE_SPECIFIERS * Fix mgllab * Fix glut * Cleanup * Update to 8.0.1 * Control building of examples * Fix examples * Add vcpkg-ci-mathgl test port * Update versions * Trim qt5 dependency * Trim non-trivial dependencies * Fix cross builds * CR changes
27 lines
474 B
JSON
27 lines
474 B
JSON
{
|
|
"name": "vcpkg-ci-mathgl",
|
|
"version-date": "2022-12-28",
|
|
"description": "Ensures that the vcpkg CI build of mathgl tests all features and examples",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "mathgl",
|
|
"features": [
|
|
"arma",
|
|
"examples",
|
|
"fltk",
|
|
"gif",
|
|
"glut",
|
|
"gsl",
|
|
"hdf5",
|
|
"jpeg",
|
|
"opengl",
|
|
"png",
|
|
"qt5",
|
|
"wx",
|
|
"zlib"
|
|
]
|
|
}
|
|
]
|
|
}
|