Commit Graph

18694 Commits

Author SHA1 Message Date
talregev
19af97cba8
Compile dartsim in windows x86 (#30557) 2023-04-02 21:17:41 -07:00
Maxime Gervais
75d057de00
[libzen] update to v0.4.40 (#30553) 2023-04-02 21:16:47 -07:00
Luke Marshall
a8e1b590c6
[HiGHS] Added new port for the HiGHS optimization library (#30529)
* Added new port for the HiGHS optimization library

* Fixed formatting and added versions

* Fixed sha hash

* Updated port to exclude arm64 support

* Update SHA

* Added license to vcpkg.json

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

* Use VERSION variable for portfile.cmake

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

* Update SHA

* Removed redundant differences in cmake patch

* Update SHA

* Improved pkconfig and thread support

* Update SHA

* Enable support for arm64

* Update SHA

* Fixed linker errors for arm64-windows builds

* Update SHA

* Changed patch name, converted tab to spaces for consistency

* Update SHA

* Cleaned portfile, replaced pkgconfig patch with vcpkg command

* Updated SHA

* Updated fix-threads patch

* Update SHA

* Improved the threads patch

* Update SHA

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Luke Marshall <luke.marshall@microsoft.com>
2023-04-02 21:15:12 -07:00
Sylvain Doremus
648fd374b2
[rendergraph] Update to v1.3.0. (#30523)
* [rendergraph] Update to v1.3.0.

* Removed use of vcpkg_minimum_required

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

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-04-02 21:13:01 -07:00
JonLiu1993
a3d167242c
[amd-amf] update to <v1.4.29> (#30568)
* [amd-amf] update to <v1.4.29>

* update version
2023-04-02 21:08:09 -07:00
Ivan Maidanski
e486a9583c
[libatomic-ops] Update to v7.8.0 (#30508)
* REF update

* Specify license
2023-04-02 21:05:02 -07:00
Frank
9cc4d431a0
[vcpkg baseline][llvm] Fix file conflicts for libiomp5md.dll (#30457)
* [vcpkg_baseline][llvm] Fix file conflicts for libiomp5md.dll

* update version

* add llvm

* version

* Correct files

* update version

* lib

* vdb

* fix before install

* version

* fix in end line

* version

* bin not lib

* version

* test patch

* version

* revert intel-mkl and disable libomp on WIN32

* version

* disable create symlink

* version

* Optimization patch

* version

* remove sapce

* version

* patch name

* vdb
2023-04-02 21:03:32 -07:00
Lily Wang
9eb91c199e
[yara] Update to 4.3.0 and add features (#30485)
* [yara] Update to 4.3.0 and add features

* update version

* add patch

* update version

* fix build error

* update version
2023-04-02 21:01:43 -07:00
matlabbe
21c801ea47
[rtabmap] update to 0.21.0 (#30254)
* updated rtabmap port

* Update vcpkg.json

* Addressing review comments, fixed missing deployed qt plugins, fixed CI error

* applied format-manifest

* ran  x-add-version

* Making octomap dependency optional because it doesn't work for debug build (see https://github.com/introlab/rtabmap/issues/995)

* updated upstream version, fixed debug config

* updated versions

* fixing version

* Added explicit depedency to qtbase. Added optional dependencies openni2, realsense2, k4w2

* Updated versions

* Updated versions

* cleanup versions

* cleanup all versions

* Applying format.diff from ci

* overwrite version

* qtbase: not using defaults

* updated versions sha

* added --trace-expand

* Explicitly set autouic to OFF

* Update rtabmap.json

* removing cmake trace debug

* updated versions

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-02 20:54:56 -07:00
klaus triendl
f60f31fc9e
[sqlite3] Ability to enable the DBSTAT eponymous virtual table (#30432) 2023-04-02 20:49:05 -07:00
JonLiu1993
d84a3ade16
[sqlcipher] Add fts5 support (#30573)
* [sqlcipher] Add fts5 support

* update version

* update feature

* update version
2023-04-02 20:42:34 -07:00
Mengna Li
69efe9cc2d
update runtime version (#30546) 2023-03-31 21:00:54 -07:00
مهدي شينون (Mehdi Chinoune)
c9f906558f
[qcustomplot] update and build against Qt6 (#30344) 2023-03-30 14:40:51 -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
kunitoki
14b524488f
Bump luabridge3 to rc3 (#30493)
* Bump luabridge3 to rc3

* Update baseline

* Fix sha512

* Forgot vcpkg version update

* Update portfile

* Bump sha512
2023-03-30 14:25:03 -07:00
Alexander Neumann
e210f15dad
[mesa] update to 23.0.1 (#30496)
* update mesa to 23.0.1

* remove patches

* v db

* remove lines from CR

* v db
2023-03-30 14:18:52 -07:00
Edi61
aadbd0b375
Use /Z7 instead of /Zi when building static (#30512)
Otherwise warnings LNK4099: PDB '*.pdb' was not found with ... linking object as if no debug info
2023-03-30 14:18:14 -07:00
Russell Greene
5dc2f378a7
[libkml] explicitly set C++ standard as it uses removed features (#30526)
* [libkml] explicitly set C++ standard as it uses features that were removed in C++17

* ./vcpkg x-add-version --all
2023-03-30 14:13:25 -07:00
Francisco Facioni
4ee9010c4f
[backward-cpp] new port (#30101)
* [backward-cpp] new port

* Update ports/backward-cpp/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* fix version after patch

* backward is header only

* disable arm and uwp

* disable only windows arm

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-30 14:01:15 -07:00
Mengna Li
a095d44135
[ngspice] update to 39 (#30499)
* update to 39

* update
2023-03-30 13:36:40 -07:00
Alexander Neumann
e3ae52e453
[halide] update to 15.0.0 (#30506)
* [halide] update to 15.0.0

* update hash

* remove copy_tools since the logs show no tools being installed.

* v db

* disable optional deps

* v db
2023-03-30 13:28:16 -07:00
Billy O'Neal
5b12143152
Update vcpkg-tool to 2023-03-29. (#30503) 2023-03-30 12:02:53 -07:00
Cheney Wang
6d7e2a42b7
[libphonenumber] Update to 8.13.9 (#30507) 2023-03-30 12:02:19 -07:00
MonicaLiu
f23987ed5f
[rocksdb] Update to 8.0.0 (#30509)
* update rocksdb

* update version

* update portfile.cmake

* update version

* update copyright

* update version

* merge copyright

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-30 12:01:38 -07:00
autoantwort
537149de8f
[g3log] fix hash (#30518) 2023-03-30 12:01:10 -07:00
Sylvain Doremus
a2addd4bc5
[shaderwriter] Update to version 2.6.0. (#30521)
* [shaderwriter] Update to version 2.6.0.

* Now using vcpkg_check_features.
2023-03-30 12:00:44 -07:00
Cheney Wang
e2bf878164
[mio] Update to 2023-03-03 (#30539) 2023-03-30 11:59:41 -07:00
Cheney Wang
cd9fa257c1
[fast-float] Update to 3.11.0 (#30543)
* [fast-float] Update to 3.11.0

* Add blank line
2023-03-30 11:59:20 -07:00
autoantwort
d10d511f25
[hunspell] fix features tools (#30404) 2023-03-29 16:43:44 -07:00
autoantwort
3c16bcb2ac
[zeromq] fix feature websockets (#30464) 2023-03-29 16:36:08 -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
b3a0f916ac
[curl] Update to 8.0.1 (#30363)
* [curl] Update to 8.0.1

* Trace [skip actions]

* Revert Trace
2023-03-29 16:26:06 -07:00
autoantwort
cf7e209a48
Update request-an-update-to-an-existing-port.md (#30471)
Use right label
2023-03-29 16:24:25 -07:00
Vitalii Koshura
9aa24ca450
[sentry-native] Update to 0.6.1 (#30487)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-03-29 16:21:26 -07:00
Konstantin Podsvirov
b22168130c
[flecs] update to 3.2.0 (#30495) 2023-03-29 16:20:53 -07:00
autoantwort
6f8a9696e1
[qtbase] framework is only supported on dynamic osx (#30337) 2023-03-29 16:13:38 -07:00
Pierre Wendling
47fb7ebacd
[libzip] Fix zstd feature (#30500)
* [libzip] Use the upstream package name for zstd.

Without it, when with the zstd feature, calling `find_package` on libzip
would fail due to the `Zstd` not being found.

* [libzip] Bump port version.

* [libzip] Update baseline.

* [libzip] Reduce patch size by using NAMES.

* [libzip] Update version.
2023-03-29 16:09:38 -07:00
Nathan Gober
23f0707b1a
[bxzstr] Added port for bxzstr (#30318)
* Added port for bxzstr

* Fixed checklist items

* Update version database

* Removed path modification, added usage

* Fixed bug where usage would not be added, added PATH_SUFFIXES
2023-03-29 10:34:26 -07:00
autoantwort
1271068e13
[libigl] allow arm (#30445) 2023-03-28 16:35:20 -07:00
مهدي شينون (Mehdi Chinoune)
9659713285
[libqglviewer] update to 2.9.1 + Qt6 + CMake (#30420) 2023-03-28 14:55:37 -07:00
Kevin Lalumiere
f99fcd105c
Fix #30416 (#30418) 2023-03-28 14:53:57 -07:00
Pat Wang
d9fdfc073e
[qt5-webengine] Fix x64-linux-dynamic build error (#30412) 2023-03-28 14:53:36 -07:00
klaus triendl
ef34901399
[sqlite-orm] Update to 1.8.2 (#30417) 2023-03-28 14:52:42 -07:00
Andrew Kornilov
bca81ebd98
[cyclonedds] Update to 0.10.3 (#30413) 2023-03-28 14:50:19 -07:00
autoantwort
094c82f571
[vowpal-wabbit] fix arm build (#30407) 2023-03-28 14:49:58 -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
Vitalii Koshura
8f4993b58c
[wxwidgets] Temporary apply patch from upstream to fix wx-config when NanoSVG is used. (#30392)
This fixes #30361

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-03-28 14:46:38 -07:00
sean
ab6be41293
[fastgltf] Update to 0.4.0 (#30387)
* [fastgltf] Update to 0.4.0

* Versions

* Use ${VERSION} constant

* update hasg

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-28 14:37:22 -07:00
مهدي شينون (Mehdi Chinoune)
1b149b54c4
[grantlee] build against Qt6 (#30372) 2023-03-28 14:34:33 -07:00
مهدي شينون (Mehdi Chinoune)
1924508fc2
[spix] update to 0.5 and build against Qt6 (#30367) 2023-03-28 14:25:14 -07:00