vcpkg/ports/openexr/vcpkg.json
Alexander Neumann f9a27e08b3
[openexr] Fix openexr using unrequested intrinsics (#29996)
* [openexr] fix usage of unrequested intrinsics

* v db

* remove intrin patch

* v db

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-15 14:51:43 -07:00

27 lines
570 B
JSON

{
"name": "openexr",
"version": "3.1.5",
"port-version": 1,
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
"homepage": "https://www.openexr.com/",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"imath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"tools": {
"description": "Build tools"
}
}
}