vcpkg/ports/matplotplusplus/vcpkg.json
Thomas1664 d132d128b4
[many ports] Fix cmake warnings (#24706)
* [aubio]

* [bitserializer]

* [crfsuite] Update to 2020-08-27

* format

* [freealut]

* [libe57]

* version

* [libe57] Remove docs

* version

* [libffi]

* [libmodplug]

* [libsodium]

* [libsrtp]

* [libfio]

* [ned14-internal-quickcpplib]

* version string

* version

* version

* [matio] Update to 1.5.23

* [matplusplus] Update to 1.1.0

* [pystring]

* [rdbl]

* [recast]

* [restinfo]

* [sockpp]

* [sziü]

* [taglib]

* [thor]

* [workflow]

* version

* [Forkflow] Fix typo

* version

* [pystring] license

* version

* license

* version

* [sockpp]

* version

* [refl-cpp]

* [pixel] Fix synthax warning

* version

* [matplotplusplus]

* version

* license

* version

* [szip, workflow] Remove docs

* version

* license

* version

* [szip] Fix license install

* version

* [matplotplusplus] Revert update

* version
2022-05-17 11:15:06 -07:00

68 lines
1.4 KiB
JSON

{
"name": "matplotplusplus",
"version-date": "2021-04-11",
"port-version": 6,
"description": "A C++ graphics library for data visualization",
"homepage": "https://alandefreitas.github.io/matplotplusplus/",
"license": "MIT",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
"cimg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"blas": {
"description": "BLAS support for Matplot++",
"dependencies": [
"blas"
]
},
"fftw": {
"description": "fftw3 support for Matplot++",
"dependencies": [
"fftw3"
]
},
"jpeg": {
"description": "JPEG support for Matplot++",
"dependencies": [
"libjpeg-turbo"
]
},
"lapack": {
"description": "LAPACK support for Matplot++",
"dependencies": [
"lapack"
]
},
"opencv": {
"description": "opencv support for Matplot++",
"dependencies": [
"opencv"
]
},
"opengl": {
"description": "OpenGL backend for Matplot++",
"dependencies": [
"glad",
"glfw3",
"opengl"
]
},
"zlib": {
"description": "ZLIB and libpng support for Matplot++",
"dependencies": [
"libpng",
"zlib"
]
}
}
}