Commit Graph

2259 Commits

Author SHA1 Message Date
Liu Chenxin
e16a8ac6dc
[protobuf] fix protobuf-3.18 mingw build failure (#22369)
* fix protobuf-3.18 mingw build

* fix protobuf-3.18 mingw build
2022-01-12 11:34:24 -08:00
autoantwort
b13e043b70
[libuuid] disallow on osx (#22306)
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
2022-01-12 11:33:38 -08:00
Frank
d7e919b978
[NCCL] Fix usage, add wrapper and install Find module file (#22031)
* fix-find_ncclConfig.cmake

* update version

* change port-version

* update version

* update version

* update version

* update port version

* update version

Co-authored-by: Frank-Xie <Frank-Xie@Email.com>
2022-01-12 11:32:50 -08:00
Phoebe
c7ea63043c
[opencolorio/lcms] Fix dependency (#21960) 2022-01-12 11:32:27 -08:00
Azure SDK Bot
8f11bd8962
[azure-identity-cpp] Update to 1.1.1 (#22493)
## 1.1.1 (2022-01-11)

### Bugs Fixed

- [2741](https://github.com/Azure/azure-sdk-for-cpp/issues/2741) Fixed linking problem when Azure SDK is built as DLL.
2022-01-12 11:29:50 -08:00
Kai Pastor
25eb51a36b
[pdal] Revise and update (#21275)
* Modernize portfile, use vcpkg_from_github

* Revise cleanup and tool installation

* Fix static linkage with gdal

* Fix static linkage with PostgreSQL

* Fix compiler options

* Fix APPLE linker flags

* Don't use /usr/local/include

* Remove pdal failure from CI baseline

* Remove outdated FindICONV.cmake

* Simplify geos package lookup

* Separate boost patch from other dependencies

* Simplify boost patching

* Update to 2.3.0

* PDAL supports only dynamic linkage

* Normalize find_library

* Dependencies, features and plugins

* Update pdalboost fixup

* Fixup pkgconfig

"Requires" in pc file is incomplete, and not needed for dynamic linkage in vcpkg.

* Override absolute plugin path

* Don't set RPATH

* Add usage

* [pdal-c] Update portfile

* [pdal-c] Don't enforce pdal features

* [pdal-c] Update to v2.1.0

* Update versions

* Convert tabs

* Update versions

* Patch NOMINMAX definition

* Update versions

* Use project include instead of patch

* Update versions

* Update 'supports' field

* Update versions
2022-01-11 14:56:08 -08:00
Akash
d1d48ccffe
[realsense2] Update to 2.50.0 (#22416)
* Update realsense2

* Update versions

* strega-nil CRs

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-11 14:50:36 -08:00
autoantwort
ccdb2089ce
[luasocket] only work on windows (#22432) 2022-01-11 14:28:39 -08:00
Leonid Pospelov
73e1ed0263
[chakracore] Add flag to use all available CPUs (#22439)
* Update portfile.cmake

* Update vcpkg.json

* Update baseline.json

* Update chakracore.json

* Update portfile.cmake

* Update chakracore.json

* Update portfile.cmake

* Update portfile.cmake

* Update chakracore.json

* Update portfile.cmake

* Update chakracore.json

* Update ports/chakracore/vcpkg.json

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

* Update chakracore.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-01-11 14:28:06 -08:00
autoantwort
ca5930fae4
[wintoast] only windows (#22441) 2022-01-11 14:27:35 -08:00
SunBlack
b8b1217bda
[pybind11] Update to 2.9.0 (#22460)
Co-authored-by: Heiko Thiel <heiko.thiel@hpi.de>
2022-01-11 14:09:57 -08:00
Cheney Wang
f820cdd2a7
[getdns] Disable install COPYING in cmakelist (#22475)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-01-11 14:04:18 -08:00
Kai Pastor
9f04533f30
[drogon] Fix libmariadb import/export and usage (#22426)
* Add canonical usage

* Use unofficial-libmariadb

* Update versions
2022-01-10 21:48:15 -08:00
nicole mazzuca
5edd518dc3
[macos ci] update to 2022-01-03 (#22314)
* [macos ci] update to 2022-01-03

* update the instructions

* forgot to update azure-pipelines-osx.yml

* install parallels in Install-Prerequisites.ps1

* oops

* fix ace, libsoundio, and libpqxx

* tensorflow doesn't yet support macOS 12
2022-01-10 16:08:51 -08:00
autoantwort
964e75806b
[simbody] no absolute paths (#22420) 2022-01-10 13:18:05 -08:00
hm
b39db0cf4b
[openblas] Upgrade to latest version 0.03.19 (#22435)
* [#22423]: Upgrade Openblas to latest version 0.03.19

* Clean-up ports/openblas. Removing patch no longer needed

* Formatting ports/openblas/vcpkg.json

* vcpkg x-add-version openblas
2022-01-10 13:17:40 -08:00
Felipe Wannmacher
e3c42b4418
[sdl2-image] Support x64-uwp (#22437)
* fixed 22434

* Clean baseline

* update version

* version

* add supports field since the upstream doesn't support uwp

* improve code

* version

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-01-10 13:15:07 -08:00
Clayton Wheeler
9f69089cb9
[s2n] disable -Werror for gcc 11 build (#22446)
s2n fails to build with gcc 11 (see
https://github.com/aws/s2n-tls/issues/2989) due to problematic type
declarations which generate compiler warnings, coupled with the fact
that s2n builds with -Werror by default. The underlying bug is not yet
fixed upstream.

Building with -Werror is not helpful for an end user trying to use s2n
from vcpkg, since a build failure like this is not actionable. This
change therefore uses the UNSAFE_TREAT_AS_ERRORS=OFF option to disable
-Werror.
2022-01-10 13:12:17 -08:00
autoantwort
4c570f2b8d
[vlpp] fix mac build (#22452) 2022-01-10 13:09:22 -08:00
autoantwort
0e96f76e01
[mman] only windows (#22453) 2022-01-10 13:07:18 -08:00
Bill Avery
9e7de58738
[cppgraphqlgen] Update from v4.0.0 to v4.1.0 (#22411)
* Bump version from 4.0.0 to 4.1.0

* vcpkg x-add-version cppgraphqlgen
2022-01-10 12:59:06 -08:00
Bert Huijben
8b72840039
[proj4]: Make the tiff specific features configurable and don't requi… (#22402)
* [proj4]: Make the tiff specific features configurable and don't require the lossy jpeg compression that isn't used by the proj Data and/or CDN

* [proj4]: Add version
2022-01-10 12:33:36 -08:00
Yury Bura
76d4836f3b
[boost] update to 1.78.0 (#21928)
* [scripts] update scripts

* [boost-*] generate ports

* update versions

* [scripts] update boost version in boost-modular-headers.cmake

* [scripts] add post source stubs for boost-json and boost-nowide ports and re-generate Boost ports

* update versions

* [boost-asio] make OpenSSL optional #20718

* update versions

* [boost] [boost-mpi] [boost-python] disable python for iOS and Android, fixes #21474

* update versions

* [boost-fiber] add NUMA support, fixes #16507

* update version

* [boost-build] apply patch https://github.com/bfgroup/b2/pull/113 for fix build boost-fiber and boost-stacktrace

* update version

* [boost-atomic] fix compilation for uwp

* update version

* ignore mapnik's fail on arm64-windows

* [boost-python] support ARM on Windows

* update versions

* Boost features testing within CI

* [boost-modular-build-helper] fix boost_python file name in Jamroot.jam

* [boost-mpi] fix build with python2 or python3

* update versions

* [boost-fiber] fix build with numa=on

* update version

* [boost-multiprecision] fix build with MSVC on ARM

* update version

* [boost-mpi] try to fix build on linux and osx

* update versions

* exclude static

* guarantee the same result across platforms

* minor changes to boost-modular-build-helper's CMake

* correct versions

* [boost-modular-build-helper] install Python extensions on Windows

* [boost-mpi] add patch to fix build Python extension on Windows

* update versions

* [boost-mpi] remove python2 by request @BillyONeal @strega-nil-ms

* update version

* update versions

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2022-01-10 11:47:12 -08:00
eao197
03ca9b59af
[sobjectizer] Update to v.5.7.3 (#22399)
* sobjectizer updated to v5.7.3.

* so5extra updated to v1.5.0.

* so5extra-1.5.0 added to baseline.

* Fixes for old cmake commands.

* Update baseline for sobjectizer/so5extra.

* modernize cmake functions

* update version

* modernize cmake functions

* update version

* udpate version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-01-07 14:58:29 -08:00
Mengna Li
d52bb6fbff
[uriparser] update to 0.9.6 (#22398) 2022-01-07 14:57:55 -08:00
Rémy Tassoux
d616af7c86
[plf-colony] Update to 6.33 - [plf-hive] Add new port (#22389)
* [plf-colony-hive] Update to 6.33

* [plf-hive] Add new port

* [plf-colony][plf-hive] Update version files

* [plf-colony][plf-hive] Add quotes to paths

* [plf-colony][plf-hive] Update version files

* [plf-hive] Add version file

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2022-01-07 14:57:24 -08:00
Jack·Boos·Yu
d4acfe76d1
[urdfdom][sdformat9] Re-fix build (#22367)
* [urdfdom][sdformat9] Re-fix build

* version

* Remove empty folder

* version

* [dartsim] Fix build issue

* version

* Update version name

* version

* Apply suggestions

* version

* Add PKG_EXPORTS

* version

* Update ports/sdformat9/fix-dependency-urdfdom.patch

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-01-07 14:47:34 -08:00
LilyWangLL
6d27dc93f7
[arrow] Fix CMake link error (#22387)
* [arrow] Fix CMake link error

* update version

* [arrow] update vcpkg-cmake-wrapper.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-07 13:57:16 -08:00
Phoebe
5e96edc23c
[boost-modular-build-helper] Add missing dependency (#20842) 2022-01-07 13:39:58 -08:00
Guillaume Racicot
b25cb779e5
[openssl] Update to 1.1.1m (#22376)
* [openssl] Update to 1.1.1m

* run x-add-version --all for openssl 1.1.1m

* switch to 4 spaces to standardize instead of 2

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-07 10:22:37 -08:00
autoantwort
3c3cce612b
[botan] no absolute paths (#22343) 2022-01-06 16:09:29 -08:00
autoantwort
c9b9ea80f1
[freerdp] no absolute paths (#22335) 2022-01-06 15:35:44 -08:00
autoantwort
98b9ea03f8
[libgwenhywfar] no absolute paths (#22358) 2022-01-06 13:59:29 -08:00
Nemirtingas
5be51c9516
[boost-modular-build-helper] Use boost's correct .jam file. (#22274)
* Use boost's correct .jam file.

Use boost's clang-win.jam configuration file when using Clang-cl to allow cross-compilation for Windows.

* Update port-version.

* Clang seems fine here.

* Run vcpkg x-add-version boost-modular-build-helper

* Apply suggestions from code review

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* Run vcpkg x-add-version --overwrite-version boost-modular-build-helper

Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-01-06 13:55:02 -08:00
Cheney Wang
9117f195fa
[colmap] Fix LNK2019 in x64-windows-static triplet (#21937)
* [colmap] Fix LNK2019 in x64-windows-static triplet

* [libraw] Add find lcms2 in the cmake wrapper file

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-01-06 13:46:36 -08:00
autoantwort
1067658476
[soqt] no absolute paths (#22325) 2022-01-06 13:35:56 -08:00
autoantwort
eb21a77630
[qtdeclarative] no absolute paths (#22327)
* [qtdeclarative] no absolute paths

* add comment

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-06 13:34:16 -08:00
autoantwort
a091e59775
[numactl] no absolute paths (#22356) 2022-01-06 13:34:00 -08:00
JonLiu1993
9291a56c9f
[glfw3] update to version 3.3.6 (#22366)
* [GLFW3] update to 3.3.6

* update version
2022-01-06 13:23:30 -08:00
Veselin Karaganev
1ea0b48ddd
[refl-cpp] Update to 0.12.2 (#22374)
* Update refl-cpp to 0.12.2

* Update CI baseline
2022-01-06 13:23:10 -08:00
Szabolcs Horvát
ada85a50ea
[igraph] update to 0.9.6 (#22379)
* [igraph] update to 0.9.6

* [igraph] x-add-version

* [igraph] fix using internal PLFIT

* [igraph] x-add-version
2022-01-06 13:17:47 -08:00
winsoft666
18bf5235ee
[teemo] Update to v2.6 (#22384)
* [teemo] Update to v2.6

* [teemo] Update version.

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-01-06 13:16:54 -08:00
autoantwort
bafaf75be9
[wxwidgets] no absolute paths (#22334) 2022-01-06 13:05:08 -08:00
autoantwort
408ffb232c
[libuvc] no absolute paths (#22362) 2022-01-05 20:23:33 -08:00
autoantwort
bd930a1488
[clblas] no absolute paths (#22361) 2022-01-05 20:22:40 -08:00
autoantwort
26272a0c2f
[clrng] no absolute paths (#22360) 2022-01-05 20:22:16 -08:00
autoantwort
efd1d76b22
[clfft] no absolute paths (#22359) 2022-01-05 20:21:59 -08:00
autoantwort
17c788531c
[libmodman] no absolute paths (#22357) 2022-01-05 20:21:40 -08:00
autoantwort
e15bfe6867
[mygui] no absolute paths (#22355) 2022-01-05 20:21:18 -08:00
autoantwort
e902600fb9
[open62541] no absolute paths (#22352) 2022-01-05 20:20:41 -08:00