Commit Graph

5305 Commits

Author SHA1 Message Date
Ali Keles
dde86bebcc
[hazelcast-cpp-client] update to v5.2.0 (#30249)
* Update hazelcast-cpp-client to 5.2.0

* run vcpkg x-add-version --all

* review changes

* vcpkg x-add-version --all
2023-03-20 11:47:04 -07:00
talregev
e84a58fe26
update openssl to 3.1.0 (#30263) 2023-03-20 11:45:56 -07:00
Cheney Wang
a2f6e588f8
[armadillo] Update to 12.0.1 (#30297) 2023-03-20 11:41:05 -07:00
RobbertProost
1ad25d5f6f
[nayuki-qr-code-generator] fix installation path of config files (#30299) 2023-03-20 11:40:01 -07:00
Frank
b09cf765d3
[msgpack] update version to 4.1.3 (#28117)
* [msgpack] update version to 4.1.3

* update version

* version

* clean and fix license

* clean and fix license

* version

* revert

* revert

* version

* fix ci

* version

* fix coolprop and update version

* update version

* format patch

* version

* hash

* revert patch

* version

* update patch

* version

* add new function

* vdb

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-20 11:33:03 -07:00
Alexander Neumann
0526b9cb22
[intel-mkl] install mkl instead of requesting the user to install it (#29437)
* [intel-mkl] install mkl instead of requesting the user to install it

* windows and linux stuff

* add openmp stuff

* fix mixing basepath2

* remove x64 windows

* add openmp -> libiomp rename

* retry linux

* portfile adjustment

* adjust stuff for arrayfire

* fix linkage

* update baseline

* add a warning message

* format manifest

* bump port version

* v db

* - install usage
- change interface to ilp64 (default for x64)
- remove debug output

* v db

* cleanup ci baseline

* new try for arrayfire

* retry

* actually pass the option.

* v db

* guard settings with cpu feature

* v db

* cleanup from CR

* v db
2023-03-20 01:27:15 -07:00
Alexander Neumann
391313b9de
[fltk] fix narrowing error in clang-cl (#29995)
* [fltk] fix narrowing error in clang-cl

* v db
2023-03-20 01:22:38 -07:00
Darryl Pogue
e12d82b8eb
[physx] Fix x86 Linux build errors (#30014)
As per comments in the source, "some GCC compilers need the compiler
flag -malign-double to be set."
a2c0428aca/pxshared/include/foundation/PxPreprocessor.h (L473)
2023-03-20 01:18:05 -07:00
Gavin Xin
7d5f1f3e13
[cachelib] add new facebook cachelib port (#29973)
* Add new unofficial facebook cachelib port

* fix comments

* versions

* update version database

* update deps & version database

* update deps & version databases

* fix comments

* update version database

* find numa.h and warn when not found
2023-03-20 01:14:57 -07:00
Lily Wang
7502c79342
[gmp] Feature fat couldn't build on Windows (#30177)
* [gmp] Feature fat couldn't build on Windows

* update version

* modify supports

* update version

* update supports

* update version
2023-03-20 01:04:11 -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
Pierre Wendling
12e66720d2
[fluidsynth] Disable implicit OpenMP (#30277)
* [fluidsynth] Disable implicit openmp.

OpenMP is enabled by default, which may lead to several issues:
- Inconsistent builds between whether the user has OpenMP installed on
their machine.
- Non functional pkg-config file for static builds if OpenMP is an
external library (e.g. using libomp on macOS).

* [fluidsynth] Update baseline.
2023-03-20 00:49:29 -07:00
Mengna Li
e181647409
update to 4.0.1 (#30295) 2023-03-20 00:18:03 -07:00
Mengna Li
64121b45cc
update to 4.5.0 (#30296) 2023-03-20 00:17:43 -07:00
Alexander Neumann
af87405d7b
[qt] update to 6.4.3 (#30253)
* [qt] update to 6.4.3

* fix patches

* v db
2023-03-20 00:16:58 -07:00
Msclock
4e57712f24
[libredwg] Add new port (#30005) 2023-03-20 00:12:34 -07:00
مهدي شينون (Mehdi Chinoune)
58cf7efd46
qscintilla: update to 2.13.4 (#30158) 2023-03-19 23:57:36 -07:00
autoantwort
3e9d06463d
[libmysql] add missing find_dependency (#30130) 2023-03-19 23:41:57 -07:00
Koby Kahane
ec47be3623
[rocksdb] update to 7.10.2. (#30074) 2023-03-19 23:40:29 -07:00
Griffin Bassman
a7b3616cb8
[vowpal-wabbit] Update to 9.8.0 (#30214)
* vowpal-wabbit 9.8.0

* vcpkg x-add-version --all --overwrite-version

* fix cmake diff

* remove parsers

* sha

* revert

* hash
2023-03-19 23:39:25 -07:00
Kevin Lalumiere
df82854502
[apr] Update to 1.7.2 (#30217)
* Update Apr to 1.7.2

* Fix formatting

* Fix new crosscompile check in apr's apr-1-config

* Replace absolute paths in apr_rules.mk

They would poison the binary cache

* Stop using deprecated vcpkg_extract_source_archive_ex
2023-03-19 23:36:01 -07:00
Lily Wang
321262837d
[sail] Remove feature svg (#30233)
* [sail] Remove feature svg

* update version

* update version
2023-03-19 23:32:09 -07:00
Andrew Kornilov
956745569c
[cyclonedds] Fix idl generation for the linux (#30235) 2023-03-19 23:29:43 -07:00
Cheney Wang
a47031a65e
[breakpad] Fix library exports main function (#30241) 2023-03-19 23:26:03 -07:00
Tao He
e15bfcb000
[etcd-cpp-apiv3] Update to v0.14.2 (#30278)
Signed-off-by: Tao He <sighingnow@gmail.com>
2023-03-19 23:24:15 -07:00
Oliver Old
47be7ff37d
[scope-guard] Update to v1.1.0 (#30285)
* [scope-guard] Add v1.1.0

* Update baseline and versions
2023-03-19 23:20:48 -07:00
itas109
3cc8250fc8
[cserialport] Update to 4.3.0 (#30266)
* [cserialport] Update to 4.3.0

* update version infos
2023-03-19 23:19:15 -07:00
Pierre Wendling
ca64b91070
[portmidi] Fix dependency searching (#30265)
* [portmidi] Search for Threads in the CMake config.

Without this, consuming the library in CMake would result in the
following error:

The link interface of target "PortMidi::portmidi" contains:

  Threads::Threads

but the target was not found.

* [portmidi] Cleanup portfile.

- Copy pdbs
- Use vcpkg_install_copyright
- Use ${VERSION}

* [portmidi] Install a usage file.

* [portmidi] Bump port-version.

* [portmidi] Update baseline.
2023-03-19 23:18:59 -07:00
Kai Pastor
023974c3db
[libpng] Fix arm neon (#30226) 2023-03-19 23:17:54 -07:00
Cheney Wang
ab1020f24d
[libressl] Update to 3.6.2 (#30193)
* [libressl] Update to 3.6.2

* Format

* Use value of hash directly
2023-03-19 23:17:24 -07:00
Marco Correia
447033e3de
[argparse] bump version to 2.9 (#30206)
* [argparse] bump version to 2.9

* Fixes EOL.

---------

Co-authored-by: Correia, Marco <correiam@ryanair.com>
2023-03-19 23:16:49 -07:00
autoantwort
55fa57572d
[pcl] fix example feature (#30109) 2023-03-19 23:15:34 -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
Rémy Tassoux
b51f391cd8
[catch2] Update to 3.3.2 (#30073)
* [catch2] Update to 3.3.2

* [catch2] Update version files

* [catch2] Change version-semver to version

* [catch2] Update version files

* [catch2] Revert version type change
2023-03-16 17:57:32 -07:00
Kai Pastor
fe2d921cd5
[gdal] Update to 3.6.3 (#30169)
* [gdal] Update to 3.6.3

* Fix poppler
2023-03-16 17:57:17 -07:00
Frank
36106934ef
[onnxruntime-gpu] update version to 1.14.1 (#30228)
* [onnxruntime-gpu] update version to 1.14.1

* update version

* change to new function

* version
2023-03-16 17:54:59 -07:00
Daniel Parker
6489ba464c
[jsoncons] Update to 0.170.0 (#30211)
* [jsoncons] Update to 0.170.0

* [jsoncons] Update to 0.170.0, update baseline
2023-03-16 15:17:50 -07:00
Mengna Li
464f782e26
update to v.2.8.4 (#30229) 2023-03-16 10:51:33 -07:00
autoantwort
cb4d3a1fcb
[paraview] add missing dependency (#30131) 2023-03-16 10:49:18 -07:00
jim wang
07da05c20c
[protobuf-c] Fix build error for windows (#29758)
* [protobuf-v] fix build error for windows

* [protobuf-v] fix build error for windows

* fix build error

* update version

* delete protoc-c

* update version

* update version

* update version

* update version

* update version

* delete protoc-c

* update version
2023-03-15 17:21:12 -07:00
Kai Pastor
54bf862901
[libcaer,dv-processing] Port fixes, cleanup (#30098)
* [libcaer] Fix libusb dependency, cleanup

* [dv-processing] Fix config race, cleanup

* Add tools feature [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish changes

* Fix comment

* CR requests
2023-03-15 17:17:26 -07:00
Alexander Neumann
f9a27e08b3
[openexr] Fix openexr using unrequested intrinsics (#29996)
* [openexr] fix usage of unrequested intrinsics

* v db

* remove intrin patch

* v db

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-15 14:51:43 -07:00
Michael
d553d01124
[usd] Update to 23.02 (#29688) 2023-03-15 10:50:48 -07:00
reito
b12243bd33
[Spout2] New Port (#30119)
* Add Spout2

* Add Spout2

* Disable UWP

* Fixup

* Disable ARM64

* Disable ARM64

* Fix cmake config

* Explain dx feature

* Fix

* vcpkg_check_features

* FEATURE_OPTIONS

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-03-15 10:48:09 -07:00
Kai Pastor
c4aa1a2435
[zstd] Fix emscripten (#30174) 2023-03-15 10:36:47 -07:00
Kai Pastor
f880a3718c
[libspatialite] Fix android (#30173) 2023-03-15 10:35:09 -07:00
Johannes Schönberger
44070ccd78
[colmap] Update COLMAP port to 3.8 (#29433)
* Update COLMAP version to 3.8

* date

* version

* patch

* f

* format

* f

* c

* c

* f

* d

* d

* d

* f

* revert patch formating

* update version

* n

* n

* f

* f

* f

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-15 10:34:06 -07:00
Mengna Li
7c34d0cb29
update to 1.13.0 (#30167) 2023-03-15 10:31:12 -07:00
Peter Adam Korodi
311ad449f8
[configcat] Update to version 2.0.0 (#30121)
* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* Update ports/configcat/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* [configcat] Update to version 2.0.0

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-03-15 10:30:16 -07:00