Commit Graph

6 Commits

Author SHA1 Message Date
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00
chausner
63118c20cb
[libhv] Update to 1.2.2 (#20637)
* Update libhv to 1.2.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-11 20:22:16 -07:00
ithewei
7dc786c123
[libhv] update to v1.2.1 (#19794)
* [libhv] update to v1.2.1

* vcpkg x-add-version libhv

* [libhv] move dlls from lib to bin

* vcpkg x-add-version --overwrite-version libhv

* [libhv] mkdir bin

* vcpkg x-add-version --overwrite-version libhv

* Don't protect `file(MAKE_DIRECTORY`

Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-13 14:55:05 -07:00
Billy O'Neal
a9b27ed5df
Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3 (#17331)
* Update to CUDA 11.3 on Windows.

* Update PowerShell to 7.1.3.

* Update CUDA to 11.3 on Linux.

* "Explode" VM provisioning scripts for more consistent feedback during deploy. This resolves the deployment script often hanging with no feedback as to why.

* [libdatachannel] Fix use of deprecated result_type typedef.

Submitted upstream as https://github.com/paullouisageneau/libdatachannel/pull/413

* [libvpx] Get the libvpx outputs from the correct place.

(Perhaps VS2019 version 16.10 moved where these are placed? I've been defensive and left an attempt to find from the old location in place.)

* [chromaprint] Support implementations where lrintf is an intrinsic.

* Add provision-entire-image script.

* [cudnn] Disable download-on-the-fly due to licensing concerns.

* Add libnccl to Linux VMs.

* [wangle] Disable x64-windows due to an ICE.

* [cmake] Update cmake to 3.20.1 to avoid https://gitlab.kitware.com/cmake/cmake/-/issues/21571 race

* [libudis86] Fix passing a bogus working directory which fails on CMake 3.20.x

* [dartsim] Disable unit tests, examples, and tutorials, some of which have CMake authoring errors rejected by 3.20.1.

* Add thrust to the cuda installees.

* [tensorflow] Put .bzl in CURRENT_BUILDTREES_DIR to avoid running out of disk space in CI and to respect --clean-after-build.

* [dimcli] Skip port broken by changes in VS2019 project system.

* [upb] Disable an additional warning.

* [libhv] Fix typo DISABLE_PARALLEL => DISABLE_PARALLEL_CONFIGURE

* Update pools
2021-04-26 10:27:45 -07:00
NancyLi1013
f56e9dbaeb
[libhv] Add DISABLE_PARALLEL (#16835)
* [libhv] Add DISABLE_PARALLEL

* Update versions
2021-03-23 14:26:14 -07:00
ithewei
8e31229c72
[libhv] Add new port (#16460)
* [libhv] Add new port

* vcpkg format-manifest ports/libhv/vcpkg.json

* vcpkg x-add-version libhv

* libhv:arm64-windows arm-uwp x64-uwp:fail

* [libhv]: -DBUILD_EXAMPLES=OFF -DBUILD_UNITTEST=OFF

* vcpkg x-add-version --overwrite-version libhv

* [libhv]: update version and supports format

* [libhv]: update versions

* [libhv] vcpkg_fail_port_install(ON_ARCH arm ON_TARGET uwp)

* [libhv] update versions

* [libhv] Only build one flavor

Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01 16:07:58 -08:00