Commit Graph

571 Commits

Author SHA1 Message Date
Jia Yue Hua
31d54cc8b1
[onednn] update to 3.4 (#37326)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:07:35 -07:00
Jia Yue Hua
4a5063f277
[optional-lite] update to 3.6.0 (#37327)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:07:13 -07:00
Jia Yue Hua
170fa9adad
[outcome] update to 2.2.8 (#37328)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:06:38 -07:00
Bruce Mitchener
52650f28fe
[openexr] Update to 3.2.3 (#37377)
* Remove build patch as similar was applied upstream.
* `BUILD_DOCS` was renamed to `BUILD_WEBSITE`.
* With version 3.2, `libdeflate` is now used rather than `zlib`.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-11 12:40:09 -07:00
Tatyana Raguzova
ab887c5623
[openvino] 2024.0.0 release (#36997)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is added to each modified port's versions file.

END OF PORT UPDATE CHECKLIST (delete this line) -->

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
Specify version: openvino/2024.0.0
2024-03-07 23:22:50 -08:00
jreichel-nvidia
facf98fd0e
[openimageio] Fix linking of giflib (#37070)
OpenImageIO 2.5 uses now GIF targets (see

004cbb0238).

Adapt our patch accordingly (missing in #36638).
2024-03-05 02:25:49 -08:00
Kai Pastor
836a2d684d
[openjpeg] Update to 2.5.2, fixes (#36984)
Removes deprecated no-op features.
2024-03-01 16:34:41 -08:00
Tom Tan
5ba79678e9
[opentelemetry-cpp] update port to v1.4.2 (#37005)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-28 16:40:03 -08:00
jim wang
3dd44b9314
[openblas] Fix build errors on osx (#36072)
Fixes https://github.com/microsoft/vcpkg/issues/36031

```
ld: error: undefined symbol: cabsf
>>> referenced by c_cblat2c.c:3566 (/home/CORP/b.manganelli/Projects/vcpkg/buildtrees/openblas/src/v0.3.25-dc6d649124.clean/ctest/c_cblat2c.c:3566)
>>>               ctest/CMakeFiles/xccblat2.dir/c_cblat2c.c.o:(cmvch_)
```

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [ ] ~~SHA512s are updated for each updated download~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-windows
x64-osx
```

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-02-27 01:06:19 -08:00
Tom Tan
9e2f06e767
[opentelemetry-cpp] Pick up fix for Geneva feature (#36929)
Pick up a fix for Geneva feature from
[opentelemtry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main).
The contrib repo is not versioned independently than the main repo
[opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp),
thus the version number will remain the current one.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:25:55 -08:00
Tom Tan
a51a6c09e5
[opentelemetry-cpp] add ETW as dependence of Geneva feature (#36907)
opentelemetry-cpp[geneva] depends on opentelemetry-cpp[etw] on Windows,
as the Geneva exporter applies header files on top of ETW exporter
header files. Without declaration this dependency in vcpkg, the user
would need to install both features manually to make it work, like
opentelemetry[etw,geneva].

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 21:49:21 -08:00
Tom Tan
89522eaec8
[opentelemetry-cpp] upgrade to release v1.14.0 (#36816)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

END OF PORT UPDATE CHECKLIST (delete this line) -->

Upgrade to v1.14.0 release of OpenTelemetry-Cpp

https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.14.0.

The opentelemetry-cpp[geneva] feature was also updated to reflect the
change in v1.14.0

The port opentelemetry-fluentd depends on opentelemetry-cpp, and it is
broken on this upgrade, so it is deleted because it has been moved to
opentelemetry-cpp[geneva] in this PR.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 11:39:59 -08:00
moritz-h
d0d63ec3bb
[opengl-registry/egl-registry] update (#36856)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

This PR updates the `opengl-registry` and `egl-registry` ports to the
latest version. In addition both ports have broken copyright information
as both repositories are using individual licenses for each file. I
tried to fix this by including a vendored copyright file for the
`egl-registry` port. For `opengl-registry` I have just included a note
that all files are individually licensed. A proper fix for this seems to
be already worked on in #28644.
2024-02-21 09:32:54 -08:00
Park DongHa
c8e83106ac
[openvino] Support build with OpenCL v2023.12.14+ (#36724)
* [openvino] fix cl_platform_id error

* [openvino] update baseline

* [openvino] change from PR 22011

* see https://github.com/openvinotoolkit/openvino/pull/22011

* Update ports/openvino/portfile.cmake

* [openvino] overwrite version

* [openvino] use github.com for patch URL
2024-02-14 15:04:00 -08:00
Lukas Berbuer
5535a11b34
[open62541pp] Update to 0.12.0 (#36697) 2024-02-12 14:34:28 -08:00
jreichel-nvidia
1750541031
[openimageio] Update to 2.5.8.0 (#36638) 2024-02-08 22:58:53 -08:00
Osyotr
406d612e81
[openmesh] Update to 10.0 and apply more love (#36540)
* [openmesh] Update to 10.0 and apply more love

* Fix osx build (restore c++11 compatibility)
2024-02-06 13:14:45 -08:00
Dr.-Ing. Carsten Grimm
d83f4e9e56
[openssl] update to 3.2.1 (#36560)
* [openssl] update to 3.2.1

* [openssl] remove patches that were applied upstream

* [openssl] regenerate version info
2024-02-06 13:11:12 -08:00
Frank
03cc8d53be
[OpenMesh] Use the official usage (#36380)
* [OpenMesh] Use the official usage

* version

* fix path

* version

* cmake config path

* version
2024-02-02 11:48:09 -08:00
Tom Tan
1084a60102
[opentelemetry-cpp] remove curl as dependency to core feature (#36463)
* [opentelemetry-cpp] remove curl as dependency to core feature

* Pick up fix from contrib repo

* Update commit hash
2024-02-01 12:27:50 -08:00
Tom Tan
74b4c2c019
[opentelemetry-cpp] remove otlp feature which doesn't exist (#36378)
* [opentelemetry-cpp] remove otlp feature which doesn't exist

* Add protobuf dependency to opentelemetry-cpp[otlp-http]

* Rerun checks
2024-01-31 16:01:42 -08:00
Thomas1664
7763cf3b40
[open62541] Update to 1.3.9 (#36406)
* [open62541] Update to 1.3.9

* version
2024-01-31 14:40:10 -08:00
Jia Yue Hua
d7881bd2d6
[openblas] update to 0.3.26 (#36415)
* [openblas] update to 0.3.26

* [openblas] update to 0.3.26
2024-01-29 11:46:01 -08:00
Javier Matos Denizac
977cb05b44
Fluentd add removal notice (#36367)
* add notice of removal

* version db

* fix typo

* version dv

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
2024-01-25 12:58:38 -08:00
Tom Tan
ecbea92dbb
[opentelemetry-cpp] Add geneva exporter as a feature (#36356)
* [opentelemetry-cpp] Add geneva exporter as a feature

* Initialize component path as empty list

* Update description

* Address feedback on adding comment about the design
2024-01-25 12:58:28 -08:00
Billy O'Neal
cf20e29526
Update macOS for January 2024 (#35617)
macOS 14.2.1 on amd64, 14.3 on arm64
XCode Console Tools 15.1

Other changes:

macOS install is done from the installers rather than from the recovery partition
readme.md is now written for a vcpkg-team audience
vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included
arm64 is added using https://github.com/s-u/macosvm
2024-01-25 10:50:32 -08:00
Tatyana Raguzova
dd4b1504d7
[openvino] 2023.3.0 release (#36125)
* openvino: added 2023.3.0 version

* update version
2024-01-24 11:21:33 -08:00
Tom Tan
56b18dcc82
Remove feature of Jaeger exporter (#36326) 2024-01-24 09:45:10 -08:00
Silvio Traversaro
8e9dc3c690
[open62541pp] Add port (#36242)
* Add open62541pp to vcpkg

* version database

---------

Co-authored-by: Frank <1433351828@qq.com>
2024-01-23 12:23:21 -08:00
Lily Wang
7d287dbcb9
[open62541] Fix wrong value of OPEN62541_VERSION (#36235)
* [open62541] Fix wrong value of OPEN62541_VERSION

* update version

* apply suggestion

* update version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-01-19 12:40:14 -08:00
jim wang
02e210ef56
[opencascade] Update to 7.8.0 (#35829)
* update to 7.8.0

* update version

* update version

* update version

* fix dep

* update version

* del patch

* update version
2024-01-16 11:13:36 -08:00
MonicaLiu
a215c6a9a0
[opencv3/opencv4] Check whether TARGET libprotobuf is defined (#36116)
* fix opencv3

* update version

* fix opencv4

* format

* update version

* add comment

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-16 11:02:55 -08:00
Deshan Xiao
eda37a91fd
update to v1.9.2 (#36098) 2024-01-10 16:59:01 -08:00
Lily Wang
59c9eade06
[opencascade] Fix feature freeimage build failure (#36079)
* [opencascade] Fix feature freeimage build failure

* update version
2024-01-09 11:01:57 -08:00
Bruce Mitchener
ce46ba8777
[opentelemetry-cpp] Update to 1.13.0 (#35996) 2024-01-05 13:57:04 -08:00
Vitalii Koshura
baa9580d7d
[openssl] Disable building quicserver utility. (#35838)
Thix fixes #35792.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-04 11:59:47 -08:00
autoantwort
45c8b198b7
[ogre-next] vulkan no osx (#35968) 2024-01-03 18:27:03 -08:00
sethome
80649f6539
[openCV] add vulkan support for openCV dnn (#35933) 2024-01-03 17:45:16 -08:00
Chuck Walbourn
87a90594fd
[directxmath, directxmesh, directxtex, directxtk, uvatlas] Update for Dec2023 (#35965) 2024-01-02 14:37:52 -08:00
JonLiu1993
96b74ddc31
[opencv4] Add feature openjpeg dependency (#35874)
* Add feature openjpeg dependency

* update version

* update portfile.cmake

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-12-27 23:55:41 -08:00
Kai Pastor
04f7d34c26
[ogre-next] Fixup 2.3.3 (#35344) 2023-12-23 03:52:06 -05:00
Benjamin Just
ec05fe4a59
[openssl] add feature to enable ssl3/weak-ssl-ciphers (#35196) 2023-12-21 11:17:20 -08:00
Kai Pastor
e2f6384a79
[openssl] Update to 3.2.0 (#35734)
Co-authored-by: مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com>
2023-12-19 16:31:02 -08:00
Ómar Högni Guðmarsson
9b9ec90df4
[Openmpi] configuration error (#35706) 2023-12-18 13:17:23 -08:00
Lily Wang
0e62a1d670
[opensubdiv] Fix feature cuda build with opening Visual Studio (#35678)
* [opensubdiv] Fix feature cuda build with opening Visual Studio

* update version
2023-12-14 22:57:21 -08:00
sewon jeon
08fd0c4065
[openvdb] update to version 11 (#35597)
* openvdb versio update to 11.0

wip

update

* udpate patches

* revert eof

* update git tree
2023-12-12 01:11:40 -08:00
Frank
0b5d4f25a6
[onnxruntime-gpu] update to v1.16.3 (#35556) 2023-12-08 01:25:46 -08:00
talregev
08c4e71048
upgrade ogre-next 2.3.3 and fix osx (#34945) 2023-12-05 12:23:44 -08:00
Lily Wang
c0edfbe543
[opencv3/opencv4] Fix supports QNX (#35409) 2023-12-04 17:08:11 -08:00
Bradley Austin Davis
7771a37ebd
[openxr-loader] update to 1.0.31 (#34901) 2023-12-01 02:15:12 -08:00