Commit Graph

571 Commits

Author SHA1 Message Date
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