Commit Graph

661 Commits

Author SHA1 Message Date
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
Julian Zimmermann
af6b93abd4
[open62541] don't force static CRT anymore (#35419)
* [open62541] don't force static crt

* run x-add-version

---------

Co-authored-by: Julian Zimmermann <julian.zimmermann2@weidmueller.com>
2023-12-01 02:06:17 -08:00
Ilya Lavrenov
e942b5ddcf
[openvino] 2023.2.0 release (#35125)
* openvino: 2023.2.0 version

* updated version database

* opencv: updated openvino usage

* updated version database

* test

* vdb

---------

Co-authored-by: Frank <1433351828@qq.com>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-11-29 01:29:22 -08:00
Jia Yue Hua
063d942f8d
[onnx,onnx-optimizer] update to 1.15.0,0.3.18 (#35152)
* [onnx] update to 1.15.0

* [onnx] update to 1.15.0

* fix post build

* [onnx-optimizer] update to 0.3.18

* [onnx-optimizer] update to 0.3.18
2023-11-29 01:21:21 -08:00
jim wang
f5531da251
[opentelemetry-cpp] Fix otlp-grpc feature does not support uwp (#35204)
* Add unsupported platforms

* update version

* uwp

* udpate version
2023-11-29 01:18:10 -08:00
JonLiu1993
65a0e9b3ea
[oatpp-sqlite] fix usage of oatpp-sqlite (#35353)
* [oatpp-sqlite] fix usage of oatpp-sqlite

* update version

* update patch

* update version

* update patch

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-11-27 22:52:24 -08:00
autoantwort
fec742156a
[octomap] no uwp (#35252) 2023-11-22 14:33:56 -08:00
autoantwort
0c23c1d09d
[ode] no uwp (#35253) 2023-11-22 14:33:43 -08:00
Kai Pastor
11cbb6b57b
[opencascade] Cleanup and fixes (#35119)
* [opencascade] Use version for git ref

* [opencascade] Skip samples for debug

* [opencascade] Drop bin letter d

* [opencascade] Don't install scripts

* [opencascade] qt not supported by port

* [opencascade] Update header fixup

* [opencascade] Enable osx and arm

* [opencascade] No scripts, again

* [opencascade] License

* [opencascade] Revise deps

* [opencascade] No freetype on uwp

* Trace

* Fixup

* [opencascade] only export include/opencascade

because this is what upstream provides in OPENCASCADE_INCLUDE_DIRECTORY

* [opencascade] Revise dependency setup

* [opencascade] Keep vcpkg legacy include dir

* Fixup
2023-11-21 19:51:11 -08:00
Jia Yue Hua
5b0e5e9605
[openblas] update to 0.3.25 (#35149)
* [openblas] update to 0.3.25

* [openblas] update to 0.3.25

* CI [skip actions]
2023-11-16 19:44:55 -08:00
Jia Yue Hua
9f7d381ec1
[ode] update to 0.16.4 (#35147)
* [ode] update to 0.16.4

* [ode] update to 0.16.4
2023-11-16 12:45:05 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Jia Yue Hua
28179a6fd0
[octomap] update to 1.9.8 (#35039)
* [octomap] update to 1.9.8

* [octomap] update to 1.9.8
2023-11-14 12:47:15 -08:00
Kyle O'Connor
4e5e6b3fa6
[opencv4] OpenJPEG feature (#34961)
* add [BUILD_|WITH_]OPENJPEG

* Add openjpeg feature

* format-manifest

* bump port version

* x-add-version
2023-11-08 10:13:52 -08:00
Ilya Lavrenov
8320c3855b
[opencv] turn openvino dependency as optional feature (#34889)
* [opencv] turn openvino dependency as optional feature

* updated version database
2023-11-06 12:31:44 -08:00
talregev
472c17c838
[ogre next] update to 2.3.2 (#34902)
* update ogre-next to 2.3.2

* fix gz-cmake3 for windows

* Fix pc static

* fix RenderSystems include

* remove conflict with ogre
2023-11-06 10:36:32 -08:00
Evgeny Karpov
795111ff31
[OpenSSL] Enabling Arm64 assembly on Windows by using clang (#34711)
* * Enable Arm64 assembly optimization on Windows by using clang

* * find and add clang folder to the patch

* * update version

* * refactor based on the review

* * update version

* * fix arm64_uwp build

* * update version

* * fix arm64_uwp build

* * update version

* * refactoring

* * update version

* * use clang c_flags only for clang on Arm64

* * update version

* * update version
2023-11-05 09:34:01 -08:00
Ilya Lavrenov
a069d6dcb8
[onednn] update to 3.3 (#34765)
* [onednn] update to 3.3

* updated version database
2023-10-30 14:41:48 -07:00
talregev
e8539b06a1
[ogre-next] fix dependencies (#34617)
* fix ogre-next dependencies

* fix ogre-next
2023-10-27 19:24:15 -07:00
jreichel-nvidia
5db545950d
[openimageio] Separate feature flags for tools and viewer (#34556) (#34699)
* [openimageio] Separate feature flags for tools and viewer (#34556)

Add feature flag "viewer" which controls building the viewer "iv".
Drop feature flag "tools", build tools (excluding the viewer) unconditionally.

* Re-add "tools" flag.
Make "viewer" flag depend on "tools" flag.

* Ensure that Qt does not get picked up by accident if the "viewer" flag is not
selected.
Make hidden dependency of theia on OpenImageIO::iv explicit.

* Fix syntax error in USE_QT option.

* Use ENABLE_IV instead of USE_QT.
Remove explicit setting of -DUSE_QT=OFF.
2023-10-27 18:54:58 -07:00
Ilya Lavrenov
1c00eae503
[opencv] added openvino support (#34727)
* opencv: added openvino support

* updated version database
2023-10-27 18:10:15 -07:00
Frank
98a562a04c
[openssl] Update version to 3.1.4 (#34734)
* [openssl] Update version to 3.1.4

* version
2023-10-27 11:30:01 -07:00
jim wang
7dc6a4e174
[opentelemetry-cpp] update to 1.12.0 (#33983)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* update to 1.11.0

* update version

* update

* update version

* update version

* update version

* fix missing header file

* update version

* Fix feature otlp content

* update version

* update to 1.12.0

* update version

* update version
2023-10-27 11:24:01 -07:00
Ilya Lavrenov
1a243cf7bb
[openvino] support dynamic protobuf (#34651)
* [openvino] support dynamic protobuf

* updated version database
2023-10-24 09:19:54 -07:00
autoantwort
36fd7bdcef
[OpenMPI] update (#34652) 2023-10-23 11:12:26 -07:00
Mengna Li
fd94d3207f
update to 1.3.8 (#34666) 2023-10-23 11:09:15 -07:00
Vitaly
dcd1ee2a4f
[oboe] add new port (#34510)
* New port: Oboe audio library / Android

* Fixes

* Fixes

* Fixes

* Fixes by review

* Update version

* Update versions/o-/oboe.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/oboe/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-18 10:35:37 -07:00
talregev
5c82f7e637
fix ogre-next dependencies (#34463) 2023-10-17 14:57:01 -07:00
Thomas1664
bf3f056519
[ogre] Fix usage of ogre[core] (#34301)
* [ogre] Fix usage of ogre[core]

* version
2023-10-17 10:46:25 -07:00
SlawekNowy
accd798179
[openimageio] Point to a new repo and fix checksums (#34231) 2023-10-04 14:40:35 -07:00
sewon jeon
be2d7f886a
[openvdb] Add nanovdb feature (#34224) 2023-10-03 22:46:59 -07:00
autoantwort
a84f6612a8
[openvino] fix osx build (#34115) 2023-10-02 20:30:15 -07:00
talregev
407d2ec015
fix ogre-next (#34039) 2023-09-28 23:13:40 -07:00
Billy O'Neal
768619a21e
Delete broken version database entries. (#34078)
Under normal circumstances, things can't be removed from the version database, because that breaks outstanding references to those versions. However, these entries can't be parsed in the first place which means nobody can be depending on them being there. (Usually this comes from accidentally merging PRs that add multiple versions, such as 8184c5e06c https://github.com/microsoft/vcpkg/pull/31859 )

This was detected using new output from https://github.com/microsoft/vcpkg-tool/pull/1210

C:\Dev\vcpkg\versions\a-\abseil.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\2209360b556a40cf034551f6f9063456eac63986_83008.tmp" -c core.autocrlf=false read-tree -m -u 2209360b556a40cf034551f6f9063456eac63986
error: git failed with exit code: (128).
fatal: failed to unpack tree object 2209360b556a40cf034551f6f9063456eac63986
note: while checking out port abseil with git tree 2209360b556a40cf034551f6f9063456eac63986
note: while validating version: 20230125.3#2
C:\Dev\vcpkg\versions\a-\abseil.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\28fa609b06eec70bb06e61891e94b94f35f7d06e\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: 2020-03-03#7
C:\Dev\vcpkg\versions\a-\async-mqtt.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\async-mqtt\61071a18dc0dc629c374fa016b81473e04a28ff1_83008.tmp" -c core.autocrlf=false read-tree -m -u 61071a18dc
error: git failed with exit code: (128).
fatal: failed to unpack tree object 61071a18dc
note: while checking out port async-mqtt with git tree 61071a18dc
note: while validating version: 1.0.8
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\ffce764b880d8cc24e3b00328aa3861f15bae91d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-31
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\03a43f03eb0cab95aac27a77b71273fc4aa2e94d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-09
C:\Dev\vcpkg\versions\e-\elfio.json: error: The version database declares 3.8 as version, but 19659f0b36 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version elfio --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\f-\flashlight-text.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\flashlight-text\6386901fa48bce946fdc5775a1c1b784e0a97175_83008.tmp" -c core.autocrlf=false read-tree -m -u 6386901fa4
error: git failed with exit code: (128).
fatal: failed to unpack tree object 6386901fa4
note: while checking out port flashlight-text with git tree 6386901fa4
note: while validating version: 0.0.3
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\a05e0de81085231df86f6902aba1e0a364e2ca7b\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.1.0
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\5066566c98bc1913b678347c4cbae0a6aff4cf2d\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3-1
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\6ff3a23b154fad821db2d8236bf9d0382f0229cf\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3
C:\Dev\vcpkg\versions\o-\opencolorio.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\opencolorio\9569944b76966b78bec5ef83672899acd7e4febe_83008.tmp" -c core.autocrlf=false read-tree -m -u 9569944b76
error: git failed with exit code: (128).
fatal: failed to unpack tree object 9569944b76
note: while checking out port opencolorio with git tree 9569944b76
note: while validating version: 2.1.2
C:\Dev\vcpkg\versions\q-\qscintilla.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\qscintilla\b5942c0b0a6d9131bc4ad9a1dde662f809a6d965_83008.tmp" -c core.autocrlf=false read-tree -m -u b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
error: git failed with exit code: (128).
fatal: failed to unpack tree object b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while checking out port qscintilla with git tree b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while validating version: 2.13.4
C:\Dev\vcpkg\versions\r-\robin-map.json: error: The version database declares 0.6.3 as version-semver, but 84f1433234 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version robin-map --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\v-\vcpkg-cmake-get-vars.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\c6eb09f11e34173a4bfc31252d02d6aea6c25d8f_83008.tmp" -c core.autocrlf=false read-tree -m -u c6eb09f11e
error: git failed with exit code: (128).
fatal: failed to unpack tree object c6eb09f11e
note: while checking out port vcpkg-cmake-get-vars with git tree c6eb09f11e
note: while validating version: 2023-04-13
2023-09-28 11:15:22 -07:00
jim wang
949127f5c1
[openvdb] Uncreate an explicit instantiation of a huge library (#34017)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* add option

* update version
2023-09-27 01:28:31 -07:00
Jia Yue Hua
b210cf28f0
[orc]: update to 1.9.1 (#34026) 2023-09-27 01:27:04 -07:00
Paul Skopnik
70fd7df7a9
[opencv4] Fix cuDNN feature for CUDA 12.2 (#33898)
* Add patch for CUDA 12.2 from upstream

https://github.com/opencv/opencv/pull/24104

* Update version database
2023-09-26 00:38:47 -07:00
Billy O'Neal
6a31b20534
Version database consistency fixes (#33948)
* Fix broken version constraints.

C:\Dev\vcpkg\ports\kinectsdk1\vcpkg.json: error: the "version>=" constraint to vcpkg-tool-lessmsi names version 1.10#1 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\v-\vcpkg-tool-lessmsi.json.
C:\Dev\vcpkg\ports\kinectsdk2\vcpkg.json: error: the "version>=" constraint to vcpkg-tool-lessmsi names version 1.10#1 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\v-\vcpkg-tool-lessmsi.json.
C:\Dev\vcpkg\ports\matroska\vcpkg.json: error: the "version>=" constraint to ebml names version 1.4.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\e-\ebml.json.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named onnx.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named onnx.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named paddle.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named paddle.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named tensorflow.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named tensorflow.
C:\Dev\vcpkg\ports\qtvirtualkeyboard\vcpkg.json: error: the dependency t9write does not exist in the version database; does that port exist?
note: the dependency is in the feature named t9write.

* Remove entries from the baseline that do not exist.
2023-09-25 23:52:51 -07:00
Jia Yue Hua
710b136882
[openblas] update to 0.3.24 (#33984)
* [openblas] update to 0.3.24

* fix deps

* fix deps

* fix deps

* fix deps
2023-09-25 23:38:28 -07:00
Kai Pastor
5a38b5ec0e
[openssl] Update to 3.1.3, disable asm on arm32 neon (#33890)
* [openssl] update version to 3.1.3

* [openssl] removed patches that are already applied in version 3.1.3 for windows

* [openssl] format vcpkg.json

* [openssl] update version information

* Revert armcap changes (WIP)

* WIP

* Revert "Revert armcap changes (WIP)"

This reverts commit a451e6e0be.

* Trace

* Revert "Trace"

This reverts commit 91e6428688.

* [openssl] Disable asm also on arm32 neon

* Revert "WIP"

This reverts commit b7c3a6d961.

---------

Co-authored-by: Carsten Grimm <carsten.grimm@ipolog.ai>
2023-09-23 22:24:50 -07:00
Frank
7c13895ff7
[opentelemetry-cpp] Fix warning and miss include files (#33861)
* [opentelemetry-cpp] Fix warning and miss include files

* version

* update patch

* version
2023-09-22 16:03:49 -07:00
JonLiu1993
d241dd8b69
[openvino] Copy the pdb file to the bin directory (#33499)
* [openvino] Copy the pdb file to the bin directory

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-22 14:24:37 -07:00
Connor Broyles
febeb3f7e4
[osg] Fix build for release-only triplets (#33885) 2023-09-20 10:27:18 -07:00
Jia Yue Hua
e7e2480af1
[ocilib] update to 4.7.6 (#33869) 2023-09-20 10:23:18 -07:00
Xinyu Wang
f939a96d52
[opencv4] Fix ogre dependencies (#33857)
* update ogre name
2023-09-20 10:17:14 -07:00
JonLiu1993
4cfabe769e
[octomap] fix c++20 compilation error (#33851)
* fix c++20 compilation error

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-19 09:54:29 -07:00
Ilya Lavrenov
9b68425b11
[openvino] 2023.1.0 release (#33079)
* openvino: 2023.1.0 release

* updated version databases
2023-09-19 09:40:15 -07:00
Connor Broyles
01ed87c315
[osg] Fix debug targets for plugins in unofficial-osg (#33782)
* [osg] Fix debug plugin target locations

* [osg] Bump port version
2023-09-18 09:55:59 -07:00
autoantwort
7d597a2231
[opencascade] no absolute paths (#33814) 2023-09-18 09:19:45 -07:00
sewon jeon
05a3b217a8
[onnxruntime-gpu]Update version to 1.15.1 (#33818)
* Update onnxruntime-gpu version to 1.15.1

Update onnxruntime-gpu version to 1.15.1

* remove port version

* update git tree
2023-09-18 09:18:53 -07:00
autoantwort
6ba7133b00
[openjpeg] jpip does not support uwp (#33620) 2023-09-13 16:11:08 -07:00
autoantwort
f63ea3c991
[openvdb] use support expressions (#33747) 2023-09-13 16:05:12 -07:00
Lily Wang
7e10d7ce8e
[openimageio] Add dependency python3 for feature pybind11 (#33584) 2023-09-13 15:34:23 -07:00
David Kirchsteiger
d173587821
[opencascade] Update port to 7.7.2 (#33498) 2023-09-13 15:32:26 -07:00
autoantwort
c36b0be6a6
[oatpp-zli] add missing deps (#33605) 2023-09-13 15:30:41 -07:00
autoantwort
962e5e39f8
[ogre] no uwp (#33599) 2023-09-08 11:30:30 -07:00
autoantwort
8bc6d22943
[opencv2] fix missing include (#33570) 2023-09-06 13:00:43 -07:00
Kai Pastor
be063cfe4a
[openssl] Fix armv8 asm [fastrtps] Fix configure race (#33515) 2023-09-05 22:38:10 -07:00
Cheney Wang
830b8a9e34
[ogre-next] Fix config error and build error (#33439) 2023-08-30 13:44:54 -07:00
JonLiu1993
39c703eb01
[openssl] Fix compile error on arm64-android (#33421)
* [openssl] Fix compile error on arm64-android

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-30 12:56:38 -07:00
jim wang
42cc786992
[opencolorio] Fix minizip-ng related errors (#33335)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix minizip-ng related errors

* update version

* delete option

* update version

* Modify the license copy method

* update version

* shrink patch

* update version

* shrink patch

* update version
2023-08-25 12:40:43 -07:00
Cheney Wang
250ea54a8c
[opencascade] Fix usage issue (#33252)
* [opencascade] Fix usage issue

* Apply suggestion
2023-08-25 12:07:42 -07:00
autoantwort
ef19b3e8bb
[opencv4] fix feature ovis (#32578) 2023-08-24 16:20:15 -07:00
autoantwort
f8c8cf6350
[openmvs] add arm support (#33101) 2023-08-23 21:40:06 -07:00
Lily Wang
27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00
jim wang
d5b03c125a
[openimageio] Updated version fixes oiiotool.exe functionality (#33210)
* fix oiiotool.exe

* update version

* update version

* fix iconv

* update version

* fix build erro on osx

* update version

* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* version
2023-08-21 14:52:49 -07:00
autoantwort
57d42f6296
[opencv3/4] add missing include (#33226) 2023-08-18 11:36:23 -07:00
autoantwort
c337b472f8
[opencv4] fix feature python (#33197) 2023-08-17 13:00:47 -07:00
Alexander Neumann
57fee154cc
[opencv4] gen flatbuffers headers (#33191)
* [opencv4] gen flatbuffers headers

* bump ver

* v db
2023-08-16 14:54:28 -07:00
Alexander Neumann
c73b1e91ba
[openni2] msbuild (#33164)
* [openni2] msbuild

* v db

* Update ports/openni2/portfile.cmake

* v db
2023-08-15 16:44:30 -07:00
Alexander Neumann
2bfd2b07e6
[ocilib] msbuild (#33165)
* ocilib msbuild

* v db
2023-08-15 16:32:40 -07:00
Ilya Lavrenov
dd54d5e1d7
openvino: rename dnnl to onednn_cpu to avoid conflicts in packages (#33110)
* openvino: rename dnnl to onednn_cpu to avoid conflicts in packages

* updated versions files
2023-08-15 12:05:53 -07:00
Billy O'Neal
5fa92f467e
Patch Tuesday August 2023. (#33088)
* Update PowerShell to 7.3.6

* Add asan install as requested by @Neumann-A

* Use 1ES for Android docker hosts.

* Update pools.

* Update patch tuesday checklist to reflect 1ES.

* [openslide] Fix missing header.

* [libxt] Add missing header.
2023-08-14 13:58:43 -07:00
Weihang Ding
e6c17cc881
[orc] Bump to 1.9.0 & fix usage (#33077)
* [orc] Bump to 1.9.0 & fix usage

* update version database

* fix config

* update version database

* fix include

* fix supports

* update version database

* optimize patches

* update version database

* optimize patches

* update version database
2023-08-11 09:43:31 -07:00
Ilya Lavrenov
050db47272
openvino: migrate to 'platforms' in features (#33076)
* openvino: migrate to 'platforms' in features

* updated version databases
2023-08-10 11:04:42 -07:00
Billy O'Neal
a94dafabca
[opencv4] Update to 4.8.0. (#33048)
* [opencv4] Update to 4.8.0.

* Fix downloads and also bump the metaport.

* Apply arm64-windows build fix from upstream.
2023-08-09 10:05:27 -07:00
Ilya Lavrenov
2ad5618a7a
[openvino] fixed build with standalone crashpad and onednn (#32773) 2023-08-08 11:40:28 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
Kai Pastor
b2e069bb3e
[openssl] Fix win64 perlasm scheme (#32957)
* [openssl] Fix win64 perlasm scheme

* CI
2023-08-07 09:15:49 -07:00
Frank
0ae3ed5f1c
[openimageio] Update version to 2.4.13 (#32920)
* [openimageio] Update version to 2.4.13

* version
2023-08-07 09:06:21 -07:00
JonLiu1993
ab5927a4f8
[openssl] update to 3.1.2 (#32919)
* [openssl] update to 3.1.2

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-04 06:55:10 -07:00
Jinhwan Choi
06aa33211a
[openmvg] builds on arm64 osx (#32868) 2023-08-02 09:22:22 -07:00
Cheney Wang
935261370b
[ogre] update to v14.0.1 (#32853) 2023-08-02 09:20:41 -07:00
Gianluca Bianco
430aa06f3c
[osmanip] update to v4.6.1 (#32743) 2023-07-27 09:23:36 -07:00
Cheney Wang
91bb3e4b89
[onnx/onnx-optimizer] update to v1.14.0 and 0.3.17 (#32542) 2023-07-26 19:51:16 -07:00
Todor Prokopov
9f54c912f9
[openal-soft] Update to 1.23.1 (#32687) 2023-07-24 10:59:40 -07:00
JonLiu1993
a564a7e2a5
[vcpkg scripts] Fix check the different features have the same feature variable in function vcpkg_check_features (#31984) 2023-07-21 09:04:10 -07:00
Sandy
3948644bde
[openal-soft] Fix android config (#32606)
Fixes issue with linking command with an undefined OpenSL::OpenSLES in static mode and android
2023-07-18 12:26:51 -07:00
Nick Anderson
679b49480a
[opentelemetry-fluentd] Add new port (#32063) 2023-07-14 16:31:45 -07:00
Lily Wang
9c7ddcae77
[vcpkg baseline][openvino] Disable find pybind11 (#32561)
* [vcpkg baseline][openvino] Disable find pybind11

* update version
2023-07-14 13:40:56 -07:00
Alesiani Marco
3a5f4bf44a
[omniverse-physx-sdk] Updated omniverse-pysx-sdk to 105.0 (Kit 105.0, PhysX SDK 5.2.1) (#32420)
* Updated to 105.0

* New version
2023-07-06 10:56:05 -07:00
Alesiani Marco
228987a6fd
[omniverse-physx-sdk] Add new port (#31506)
* [omniverse-physx-sdk] add new port

* test

* new direct cmake invocation

* Windows fixes

* Cleanup

* Cleanup

* license update

* Fix for windows

* fix crt

* new fix for CRT

* another tentative for crt

* new fixes

* crt linkage

* win32 dynamic/static fixes

* updated

* wrapper modified

* Refactoring to config as requested

* fixed paths for config

* new test

* fixing gpu port

* fixups for bin dirs

* more fixes, win pending for dll

* new

* useless removed

* cleanup

* fixed static

* custom targets

* fix static

* Moved target to unofficial

* remove vcpkg-cmake-wrapper.cmake

* dropped custom logic

* modified config with find_file

* linux fixes

* mods

* Refactoring and usage

* do not copy freeglut dlls over

* addresses https://github.com/microsoft/vcpkg/pull/31506#pullrequestreview-1466815035

* tentative deps download

* Removed override generator

* removed hardcoded generator/toolchain

* usage refactoring, changed target defines

* Restored CRT linkage (toolchain failed)

* refactored

* Removed useless var

* namespaced better

* modified linux not to use 7z

* consistent extract paths

* fixed linux extraction

* No more CRT in port/config, moved GPU accel to bin dir, usage refactored

* retriggering build

* updated to tools dir only release

* usage refactor

* refactor

* usage refactor

* refactor

* desc update

* updated

* updated desc

* small comment change

* fixup

* fixup

* Removed baseline failures

* Update versions/baseline.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-07-05 12:20:45 -07:00
Kai Pastor
768634b567
[osg] Fix examples and tools (#32335)
* [osg] Fix sdl patch

* [osg] Fix examples and tools
2023-07-05 11:36:37 -07:00
Alonso Schaich
4a3c366f2d
[openssl] Use bash from PATH rather then /bin (#32289)
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288)

The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.

This breaks compilation on FreeBSD, where bash isn't part of the operating
system.

Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH

* [openssl] regenerate versions registries (microsoft/vcpkg#32288)
2023-06-30 17:37:52 -07:00
Jacob Kahn
288e8bebf4
[onednn] Update to 3.1.1 (#32160)
* [onednn] Upgrade to 3.1.1

* Update version database

* Remove non-default features to remove mutually exclusive features

* Update version database
2023-06-23 13:29:52 -07:00
JonLiu1993
b8d272a463
[opencascade] Fix find_dependency missing (#30853)
* [opencascade] Fix feature dependence

* update version

* update version

* Apply suggesstion

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-21 22:59:16 -07:00
Daniel Ju
6f979a9017
[openblas] Support arm64-uwp builds (#32067)
* [openblas] Support arm64-uwp build

* Update version

* Merge UWP patches and don't set CMAKE_SYSTEM_PROCESSOR.

* Simplify supports clause.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-06-21 22:20:01 -07:00
Osyotr
c6d3ab2735
[openexr] Update to 3.1.8 (#32073)
* [openexr] Update to 3.1.8

* Fix arm64 build
2023-06-21 22:14:50 -07:00
Ilya Lavrenov
5a90d5c436
[openvino] ported patch for default option value (#32082)
* [openvino] added patch to fix default option value

* updated versions files
2023-06-21 21:16:32 -07:00
Ilya Lavrenov
287be77baf
[openvino]: new port (#31671)
* [openvino]: added new port with 2023.0.0+ version

* updated versions files
2023-06-16 21:06:06 -07:00
Jia Yue Hua
ac541816b1
[openscap]: fix not install oscap util (#31982)
* [openscap] update to 1.3.6

* update version

* update evrsion

* Fix conflict

* update evrsion

* CI [skip actions]

* fix xmlsec dependency

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

* version 1.3.7

* update to 1.3.7

* world

* CI

* fix deps

* fix deps

* CI

* fix deps

* CI

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

* [openscap]: fix not install util

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-16 20:56:11 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Jia Yue Hua
27d2b9a4c3
[openscap] update to 1.3.7 (#31917)
* [openscap] update to 1.3.6

* update version

* update evrsion

* Fix conflict

* update evrsion

* CI [skip actions]

* fix xmlsec dependency

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

* version 1.3.7

* update to 1.3.7

* world

* CI

* fix deps

* fix deps

* CI

* fix deps

* CI

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-13 19:10:09 -07:00
Michael MIGLIORE
7620e50bae
[opencascade] Fix shared lib on Linux (#31806) 2023-06-05 13:37:51 -07:00
jim wang
85da6f8e19
[opentelemetry_cpp] Update to 1.9.1 (#31754)
* update to 1.9.1

* update versions

* add blank line

* update version
2023-06-02 11:16:57 -07:00
Mengna Li
6172c4b5a0
update to 3.1.1 (#31734) 2023-06-01 11:03:26 -07:00
Ilya Lavrenov
bf1d50ff7a
[opencl] fixed linkage when libOpenCL is static (#31637)
* [opencl]: replaced hardcoded BUILD_SHARED_LIBS (user context) with VCPKG_LIBRARY_LINKAGE (library build context)

* Updated version registries
2023-05-30 18:43:30 -07:00
Ilya Lavrenov
3637f5824d
[opencl] fixed installation rules (#31627)
* opencl: fixed installation rules

* Update version database
2023-05-26 13:38:50 -07:00
Lily Wang
357604e844
[osg] Change OPENGL_PROFILE to GL2 (#26120)
* [osg] Change OPENGL_PROFILE to GL2

* x-add-version

* resolve conflicts

* Update usage

* update version

* Update osg.json
2023-05-24 12:42:04 -07:00
Connor Broyles
a4c3f116fa
[osgearth] Update to version 3.4 (#31569)
* [osgearth] Update to version 3.4

* Fix patch indentation

* Add missing dependency

* Fix tool installation
2023-05-24 12:14:06 -07:00
Pierre Wendling
278f429069
[openimageio] Update to 2.4.11.1 (#31489)
* [openimageio] Update to 2.4.11.1.

* [openimageio] Add upstream patch to fix MSVC build

* [openimageio] Update baseline.
2023-05-18 11:19:03 -07:00