Commit Graph

416 Commits

Author SHA1 Message Date
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
Lily Wang
b49c204b93
[opencascade] Fix the paths in target files for static build (#31460)
* [opencascade] Fix paths in target files for static build

* update version

* apply suggestion

* update version
2023-05-17 08:57:42 -07:00
autoantwort
35ffca6eca
[ocilib] does support non windows arm (#31295) 2023-05-11 10:11:19 -07:00
Frank
2c7ca69fb1
[openblas] Update version to 0.3.23 (#31367)
* [openblas] Update version to 0.3.23

* version

* remove patch

* version

* new function

* version

* end line

* v db
2023-05-11 10:04:04 -07:00
Billy O'Neal
4d2e253e42
Avoid recalculating the default msbuild settings. (#31325)
* Fix the `vcpkg_install_msbuild` docs to reflect handling of x86==Win32.

See:
* https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264
* https://github.com/microsoft/vcpkg/issues/28076

* Remove overriding-with-the-default discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

hunspell and mp3lame are left alone because they do other things with the resulting variable.

* Remove nonexistent reference to `MSBUILD_PLATFORM` variable.

* Simplify getting to x86, as discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

* Version DB

* Whoops patches shouldn't be quoted.

* Delete vcpkg_install_msbuild.md

Docs changes have been migrated in microsoft/vcpkg-docs#21

* Update ocilib.json

* Update ocilib.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-05-09 14:56:22 -07:00
Frank Lichtenheld
c102be8b23
openssl: Fix installation of openssl[core,tools] (#31171)
Do not try to install file that does not exist.

Fixes #31170

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
2023-05-04 10:44:41 -07:00
Kevin Lalumiere
c0b1007fe7
Fix microsoft/vcpkg#31218 (#31219) 2023-05-04 10:27:02 -07:00
Connor Broyles
a615e65e78
[openexr] Update to v3.1.7 (#31235)
* [openexr] Update to v3.1.7

* [openexr] Update baseline
2023-05-04 10:24:45 -07:00
jim wang
bc2c3eee48
[ogre] Fix function override problem in macos system. (#31106)
* fix osx override error

* update version

* optimized syntax

* update version

* fix function

* update version
2023-05-02 14:44:40 -07:00
Benjamin Oldenburg
a92f44a98c
[glew] Only set the base address on x86 (32bit) (#31084) 2023-05-01 11:46:50 -07:00
JonLiu1993
c1c3932f77
[opencascade] Add samples feature (#31156)
* [opencascade] Add samples feature

* format vcpkg.json

* update version
2023-04-28 16:13:02 -07:00
lbermes
e52999ee1a
[openssl] correct fipsmodule install (#31142)
* Corrected fipsmodule.cnf install

move it to the same position as openssl.cnf, both are only examples of openssl

* Adjusted port version

* Adjusted SHA for vcpkg x-add-version --all

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-27 22:48:59 -07:00
Frank
71adb53d50
[opencv3] Enable c++17 when building feature halide (#31097)
* [opencv3] Enable c++17 when building feature halide

* version

* add port-version

* version

* portfile.cmake

* version

* rv

* version

* portfile.cmake

* version

* portfile.cmake

* version
2023-04-27 12:14:55 -07:00
Alexander Neumann
3ef62a2a76
[omniorb] new port (#30900)
* add omniorb port

* v db

* fix stuff i didn't test

* try running without pythonpath on linux

* dont care to fix osx

* format manifest wants it braced.

* v db

* use & instead of ,

* v db

* also disallow x86 on windows

* v db

* Apply suggestions from code review

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

* format

* v db

* cleanup

* v db

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-04-26 17:29:54 -07:00
Kai Pastor
e8e206e64f
[osgearth] Fix core installation (#31125)
* [osgearth] Test core

* [osgearth] Fix core

* Require C++11

* Finish PR
2023-04-26 17:08:20 -07:00
Jelatine
85a88bdf7d
[orocos-kdl] update to v1.5.1 (#31068)
* [orocos-kdl] update to v1.5.1

* [orocos-kdl] run vcpkg x-add-version orocos-kdl --overwrite-version

---------

Co-authored-by: Jelatine <18578243518@163.com>
2023-04-24 18:28:48 -07:00
autoantwort
846790c0be
[opencv3] fix webp include dir (#31054) 2023-04-24 18:27:28 -07:00
Mengna Li
7c3f8c171f
update to 1.4 (#30994) 2023-04-24 17:06:22 -07:00
autoantwort
7dc921f3ea
[opencv4] fix webp include dir (#31045) 2023-04-24 15:46:08 -07:00
MonicaLiu
b9ef89b775
[openmama] Remove the installed config/ directory (#30940)
* Delete config/

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-24 15:45:43 -07:00
Kai Pastor
0df4519564
[pcl] Devendor zlib, cleanup, enable arm64-windows (#30996)
* [pcl] De-vendor zlib, misc fixes

* WIP

* vcpkg_copy_tools with AUTO_CLEAN

* WIP

* Fix empty executable suffix

* Finish PR

* [glew] arm64 MSVC is unsupported

* [openmvg] x86 family only
2023-04-24 15:31:10 -07:00
autoantwort
1bbcffd4d5
[ogre] fix feature tools on osx (#31000) 2023-04-21 15:47:17 -07:00
lbermes
6ffa0fc3a4
[openssl] support fips build feature (#30916)
* Added option to enable fips build for openssl

I only implement and tested it for windows as I have no option to do this under linux

* Adjusted port version

* Updated to support only for Windows

* Corrected Formatting

* Corrected SHA for vcpkg x-add-version --all

* Changes requested by review

Removed the not needed FEATURE FIPS
Initialize INSTALL_FIPS as empty

* Corrected SHA for vcpkg x-add-version --all

* Removed Windows only support

* Corrected SHA for vcpkg x-add-version --all

* Added "supports": "!static"

As the provider conecpts needs dynamic linkage

* Corrected SHA for vcpkg x-add-version --all
2023-04-21 15:02:05 -07:00
Tom Tan
03a211eb3a
[opentelemtry-cpp] Fix install feature otlp-http (#30970)
* [opentelemtry-cpp] Fix install feature otlp-http

* Update port-version

* Update sha512
2023-04-20 16:02:42 -07:00
Kai Pastor
aa507f9ad2
[openmama] Fixes (#30690) 2023-04-17 15:31:08 -07:00
Billy O'Neal
1e68748a7c
[vcpkg baseline][opencv] Let lapack be controlled by the lapack port. (#30883)
Related: #30570.
Alternative to: #30754.
2023-04-17 11:29:30 -07:00
MonicaLiu
95301417e2
[openimageio] Skip building tests (#30570)
* update openimageio

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-14 23:35:03 -07:00
Julian Zimmermann
50494bb7d4
[open62541] update to 1.3.5 (#29887)
* update open62541

* run x-add-version

* adds patch to qtopcua to support open62541 v1.3

* x-add-version

* Update ports/open62541/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* x-add-version

* remove explicit set of version variable

* x-add-version

* Add a warning when the user tries to turn on both encryption options, as requested by @LilyWangLL.

---------

Co-authored-by: Julian Zimmermann <Julian.Zimmermann@gti.de>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-14 14:13:31 -07:00
Mengna Li
f0b5a6b60a
[opentelemetry-cpp] Add otlp-grpc (#30770)
* Add otlp-grpc

* update
2023-04-13 14:58:46 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Carlos O'Ryan
43401f5835
[opentelemetry-cpp] unvendor absl polyfills (#30720)
* [opentelemetry-cpp] unvendor absl polyfills

By default opentelemetry vendors-in a copy of some Abseil polyfills
(e.g. `absl::variant`). That makes it hard (I would claim nearly
impossible) to use both the abseil and the opentelemetry-cpp ports at
the same time, as both define `absl::variant` in some of their headers.

It seems better to always use the `-DHAVE_ABSEIL=ON` CMake option and
depend on the abseil port.  Outside vcpkg it may be useful to use such
vendored-in copies of the code, as that "simplifies" dependency
management. In the context of vcpkg that is just wasteful.

Simplified how to support `abseil[cxx17]` by removing some code in
opentelemetry that forcibly downgraded the compiler to use C++11. Add a
missing dependency for gRPC generated code. This code indirectly depends
on Abseil too.

* Opentelemetry is missing a find_dependency() when -DHAVE_ABSEIL=ON
2023-04-10 12:50:22 -07:00
Fabien Péan
66ac2b3071
[openblas] Fix regression on feature dynamic-arch (#30638)
* [openblas] Fix feature dynamic-arch support

* [openblas] Update version database
2023-04-05 16:50:52 -07:00
fquinner
aef4855626
[openmama] Update to version 6.3.2 (#30671)
* [openmama] Update to version 6.3.2

* [openmama] Fixes for PR checklist for OpenMAMA 6.3.2

* [openmama] Updated license in vcpkg json

* [openmama] Fixed weird ordering requirement in vcpkg json

* [openmama] Updated version database
2023-04-05 16:28:17 -07:00
jim wang
58b59859de
[vcpkg baseline][openslide] fix download failed (#30651)
* fix download failed

* update version
2023-04-05 12:36:24 -07:00
Kevin Lalumiere
54ee9fb002
[opentelemetry-cpp] Fix #30491 (#30492)
* Fix #30491

* Upgrade version

* Use options and host dependency
2023-04-04 15:23:02 -07:00
Dr-Electron
04a2fe698f
[onnxruntime-gpu] add experimental headers (#30176)
* [onnxruntime-gpu] add experimental headers

* Fix versions
2023-03-30 14:28:44 -07:00
Park DongHa
7dbf690cf3
[opencl] update to v2023.02.06 (#30469)
* [opencl] update to v2023.02.06

* [opencl] update baseline

* Update ports/opencl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update ports/opencl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update ports/opencl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [opencl] update baseline

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-03-29 16:27:21 -07:00
Kai Pastor
7838c255f5
[openssl] Omit emmake (#30400)
* [openssl] Omit emmake

* [libimobiledevice] Fix pkgconf dependency

* [libcaer] Fix pkgconf dependency
2023-03-28 14:49:27 -07:00
autoantwort
6d49a9591e
[opentelemetry-cpp] fix otlp feature on mac (#30466) 2023-03-28 13:35:06 -07:00
talregev
e85355f98b
Fix compile ode in release only (#30435) 2023-03-28 11:38:18 -07:00
Chuck Walbourn
7a4ca3fd46
UWP toolchain fix and update some supports expressions for uwp/xbox (#30096)
* UWP toolchain fix and update some ports supports expressions for uwp/xbox

* Update baseline

* More ports updated for !xbox

* Update baseline

* Update support expression for ms-gdkx

* Update baseline

* ms-gdkx port should fail on ado system

* Revert change to opengl-registry since its needed for angle on UWP

* Minor github actions cr

* Refresh baseline
2023-03-20 12:02:25 -07:00
Frank
a4c9a64b57
[openblas] disable build in Visual Studio with feature 'dynamic-arch' (#30192)
* [Openblas] disable build in Visual Studio with feature 'Dynamic_ARCH'

* update version

* add supports

* version
2023-03-20 12:00:01 -07:00
talregev
e84a58fe26
update openssl to 3.1.0 (#30263) 2023-03-20 11:45:56 -07:00
JonLiu1993
e718473ff3
[onnx] update to 1.13.1 (#30234)
* [onnx] update to 1.13.1

* update version
2023-03-20 00:56:28 -07:00
Russell Greene
a65afc103d
[openimageio] update to 2.4.9.0 (#30238)
* [openimageio] update to 2.4.9.0

* ./vcpkg x-add-version --all
2023-03-20 00:55:01 -07:00
Thomas1664
ffe7360e0f
[opentracing] Fix library linkage (#28606)
* [opentracing] Fix library linkage

* version

* Fix linkage on Windows

* version

* simplify patch

* version

* Reduce patch

* version
2023-03-17 13:02:58 -07:00