Commit Graph

199 Commits

Author SHA1 Message Date
Alexander Neumann
2beb86eab4
[tbb] Update tbb (#29238)
* [tbb] update to 2021.8.0

* v db

* add _debug suffix

* v db

* add 32 suffix on x86

* v db
2023-01-30 17:13:24 -08:00
Alexander Neumann
2ecdb57d27
[theia] Fix cmake include (#29155)
* [theia] fix wrong include

* v db
2023-01-24 16:37:52 -08:00
llnulldisk
8a5e1b7559
[tgbot-cpp] Update to v1.6 (#29115)
* [tgbot-cpp] Update to v1.6

* [tgbot-cpp] Update copyright in portfile
2023-01-24 00:34:35 -08:00
chausner
52fadbb771
[taskflow] Update to 3.5.0 (#29097)
* Update taskflow to 3.5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 16:01:14 -08:00
Robert Coup
38364cede1
always strip whitespace when calling uname -m (#28939) 2023-01-19 18:39:39 -08:00
moritz-h
0c17b838b6
[tinyply] update to 2.3.4 (#28992)
Co-authored-by: Guido Reina <guido.reina@informatik.uni-stuttgart.de>

Co-authored-by: Guido Reina <guido.reina@informatik.uni-stuttgart.de>
2023-01-19 18:00:51 -08:00
Park DongHa
d8c61f7fbf
[libtorch] create a new port (#17199)
* [onnx] feature: foxi

* https://github.com/houseroad/foxi
    * install the project's copyright (MIT)
* pytorch requires `foxi_loader`

The CMake target will be renamed to `onnxifi_*` for convenience.

* [onnx] force onnx/onnx_proto static in Windows

Checked the protject's CI logs.  It turned out onnx/onnx_proto are ALWAYS static.
Specify it in CMakeLists.txt because vcpkg configures `BUILD_SHARED_LIBS=ON`
If the triplet requires it.

There are no `ONNXIFI_ENABLE_EXT=ON` case.
Removed the misused build options in portfile.

Add port feature `protobuf-lite` which is in build option.

* [onnx] support windows static triplets

* remove SHARED for `onnxifi_wrapper` and `onnxifi_dummy`

* [onnx] fix wrong LICENSE install

* [onnx] remove feature 'foxi'

* also remove redundant part in patch files

* [libtorch] rework patch files

* [libtorch] config fixup ATen, Torch

* use `link_libraries` to vcpkg installed folder
  * future work may use library names without `find_library`
* update versions JSON to use `version-semver`

* [libtorch] make shared only

* Caffe2 is exported when BUILD_SHARED_LIBS

* [libtorch] remove headers after install

* [libtorch] rewrite patches and feature options

* checked osx / linux build

* [libtorch] use eigen3 always

* Caffe2 eigen_utils.h requires it

* [libtorch] error if BLAS feature collision

* [libtorch] remove !static

* [libtorch] replace vcpkg_find_acquire_program

* let's see python3 from find_program supports

* Dependency python3

* [libtorch] migrate works from luncliff/vcpkg-registry

* Update target version and dependencies
* Removed unsupported features

* [libtorch] misc fix, update version, baseline

* fix merge confict for 'onnx'

* [libtorch] install pip packages

* typing-extensions, pyyaml

* [libtorch] turn off Metal options

* [onnx] revert 'onnx' changes

* [libtorch] refine patches

* [libtorch] link with foxi_loader

* removed wrong onnx related source changes

* [libtorch] update git-tree

* [libtorch] reduce patch size

* [libtorch] find numa and activate USE_NUMA

* Update ports/libtorch/portfile.cmake

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

* Update ports/libtorch/portfile.cmake

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

* Update ports/libtorch/portfile.cmake

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

* [libtorch] fix mistype and update version JSON

* Add double quotes

* version

* Fix support expression

* version

* [libtorch] update cpuinfo usage

* https://github.com/microsoft/vcpkg/pull/23944
* update version

* [tensorpipe] fix linux install

* find_package(Tensorpipe) may fail because of case mismatch

* [tensorpipe] update versions JSON

* [libtorch] fix feature failures

* [libtorch] remove CUDA feature

* [libtorch] giveup 'fbgemm' feature

* [libtorch] use mpi, openmpi in Linux

* [libtorch] fix glog link error

* [tensorpipe] bump port version

* see https://github.com/microsoft/vcpkg/pull/23569

* [libtorch] fix patch list

* [libtorch] use official libuv config

* see https://github.com/microsoft/vcpkg/pull/24745

* Update ports/libtorch/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/libtorch/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* update versions JSON

* revert unnecessary 'nnpack' changes

* Update ports/libtorch/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* [libtorch] use vcpkg-get-python-packages

* [libtorch] provide path of python3

* Update ports/libtorch/portfile.cmake

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Fix version database.

* [libtorch] use openmpi in linux/osx

* [libtorch] update to v1.12.1

* [libtorch] find_program(python3, python)

* [libtorch] provide PYTHON_EXECUTABLE directly

* [xnnpack] update to 2022-02-17

* [xnnpack] use C11, C++11

* [libtorch] more patches, DISABLE_PARALLEL_CONFIGURE

* [libtorch] allow static torch_cpu build

* Revert "[libtorch] allow static torch_cpu build"

This reverts commit 5fd4ef0bbe.

* [libtorch] find_package(BLAS)

* [libtorch] simplify Python3, NumPy option use

* [libtorch] fix install in Windows

* [libtorch] exclude torch_global_deps in Windows

* [libtorch] platform of nnpack feature

* [libtorch] fix MPI option in Windows

* [libtorch] fixing LNK1161

* [libtorch] fix some mistypes

* [libtorch] define NOMINMAX for c10

* [libtorch] disable vulkan feature in Windows

* ci.baseline.txt: allow libtorch failure

* fails with Visual Studio 2022 17.4.2
* requires 17.4.3+

* Enable testing port on Windows

* [caffe2] redirect to libtorch

* update baseline

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-18 11:06:34 -08:00
Kai Pastor
51e10eb7fe
[tiff,zstd,gdal,libkml] Fix find_package interactions, enable gdal libkml driver (#28929)
* [gdal] Fix find_package2

* [cmake-user] Test gdal

* [cmake-user] gdal needs CMake 3.9

* Fix tiff & zstd

* Update versions

* [libkml] Export modern INTERFACE_LINK_LIBRARIES

* [gdal] Enable libkml driver

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-16 12:45:42 -08:00
Martin Stump
ae5dd51153
[tcp-pubsub] Add new port (#28649)
* Add port tcp-pubsub

* Patch package config file
2023-01-05 05:03:34 -08:00
Sergei Kachkov
fa32c6acbd
[tracy] Fix imgui search path for Linux build (#28643)
* [tracy] Fix imgui search path for Linux build

* update port-version
2023-01-04 12:58:42 -08:00
Sandy
b6d9a1e6f8
[tinyexr] update to 1.0.1 and fix compiling with clang on android (#28670)
* tinyexr: Update to 1.0.1 and add miniz dep

* tinyexr: fix android build

Prevent clang warnings from erroring out the build
2023-01-04 12:43:24 -08:00
Kai Pastor
b93bc1b81e
[tiff] Fix zstd plus minor changes (#28530)
* Use official zstd config

* Require packages for features

* Test zstd in CI

* Enable libtiffxx on arm

* Update versions

* Assume ZSTD_decompressStream

* Don't put targets into TIFF_LIBRARIES

* [qt5-imageformats] Use libtiff-4.pc

* [zstd] Revise thread lib export

* Mark link libs with LINK_ONLY

* Revert "[zstd] Revise thread lib export"

This reverts commit a99e6378a6.

* [qt5-imageformats] Get all tiff lflags

* [gdk-pixbuf] Use libtiff-4 pc file for msvc

* [qtimageformat] Workaround for QTBUG-95052
2022-12-31 01:30:53 -08:00
Thomas1664
c68fa01291
[tiny-process-library] Disable examples (#28568)
* [tiny-process-library] Disable examples

* version

* Fix patch

* version

* Fix deprecated function

* version

* Disable dynamic builds on Windows

* version
2022-12-27 00:41:27 -08:00
Kai Pastor
fadc111605
[tiff] Update to 4.5.0 (#28275)
* [tiff] Update to 4.5.0rc1

* Cleanup [skip actions]

* Update to 4.5.0
2022-12-19 11:26:02 -08:00
Thomas1664
af031ae388
[tmxparser] Update to master (#28139)
* [tmxparser] Update to master

* version

* Remove from baseline

* Disable Werror

* version

* Fix cmake

* version
2022-12-13 17:43:28 -08:00
misirlou-tg
2a744d41af
[tabulate] update to version 1.4 (#28294)
* Updating tabulate to version 1.4

The previous port was using a version prior to 1.0

* [tabulate] updating to use latest cmake functions

* [tabulate] Adding license

License is MIT according to:
https://github.com/p-ranav/tabulate/blob/v1.4/LICENSE

* [tabulate] Adding double quotes to absolute paths in portfile.cmake

* [tabulate] updating license

Requested to add BSL-1.0 AND BSD-3-Clause

* [tabulate] running x-add-version
2022-12-12 11:00:37 -08:00
Thomas1664
4fa4413058
[tl-expected, tl-optional, tl-ranges] Fix CMake config location (#28228)
* tf-expected

* tl-optional

* tl-ranges

* format

* version
2022-12-08 10:42:16 -08:00
Sy Brand
35619c26a9
[ranges] Update tl-ranges to latest commit (#28107)
* Upgrage tl-ranges

* Update versions files

* Correct versions

* Add license

* Fix license syntax

* Update tl-ranges

* Update tl-ranges

* Update tl-ranges

* Update tl-ranges
2022-12-07 11:42:29 -08:00
rinechran
dcaa9176e1
[thorvg] update 0.8.3 (#28062) 2022-11-30 09:33:44 -08:00
Alessandro Vergani
6d5b86b321
[treehh] Update treehh to version 3.18 (#27941)
* Update treehh to version 3.18

* Update ports/treehh/vcpkg.json

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

* Updated license

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-11-22 12:05:32 -08:00
7FrogTW
42db6e908b
[tensorflow-common] fix regex pattern of static link script (#27847) 2022-11-17 23:28:00 -08:00
Cheney Wang
f092860c08
[tbb] Update to v2021.7.0 (#27850) 2022-11-17 23:25:06 -08:00
Billy O'Neal
2c102ee932
[taglib] Disable tests and examples. (#27859) 2022-11-16 15:59:48 -08:00
An Tao
d2e2e3d373
[trantor] Update to 1.5.8 (#27777)
* [trantor] Update to 1.5.8

* Format..
2022-11-14 21:34:16 -08:00
complexlogic
5ec5544163
[taglib] Update to 1.13 (#27751)
* [taglib] Update to 1.13

* update

Co-authored-by: complexlogic <complexlogic@users.noreply.github.com>
2022-11-14 14:29:50 -08:00
Arsen Tufankjian
56eea1a9f0
[tracy] Updating port to v0.9 (#27703)
* Updating tracy to v0.9

* Adding version

* Fixing up deprecated code path

* Updating version
2022-11-10 09:17:13 -08:00
MonicaLiu
174546a1c8
[trompeloeil] Update to v43 (#27709)
* update trompeloeil

* update license

* update version

* remove patch

* update version

* update copyright

* update version

* remove share/doc

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-11-09 10:30:22 -08:00
Park DongHa
ef08720ac2
[thorvg] create a new port (#27525)
* [thorvg] create a new port

* [thorvg] update baseline

* [thorvg] fix windows install

* [thorvg] disable arm-uwp

* [thorvg] use DEBUG/RELEASE options for bindir

* Update ports/thorvg/portfile.cmake

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

* [thorvg] update git-tree SHA

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-10-31 17:02:52 -07:00
Amin Yahyaabadi
813af6ac29
[tinyxml2]: do not force export the symbols when building statically (#27514)
* [tinyxml2]: do not force export the symbols when building statically

https://github.com/leethomason/tinyxml2/pull/922

* [tinyxml2]: check for TINYXML2_EXPORT on non windows

* [tinyxml2] avoid redefinition of TINYXML2_LIB
2022-10-28 21:40:50 -07:00
Alberto Garcia Illera
933bbb0384
[triton] Update triton (#27424)
* update Triton

* run x-add-version

* remove patches. not need them anymore

* run x-add-version

* add boost feature

* run x-add-version

* keep boost as feature

* rename as it was before

* run x-add-version

* add missing space

* run x-add-version

* delete explicit -DBOOST_INTERFACE

* run x-add-version
2022-10-25 20:59:42 -07:00
autoantwort
fa31050725
[torch-th] fix arm64-osx build (#27412) 2022-10-25 20:55:40 -07:00
Russell Greene
455d8d85e0
[tesseract] Link executable to libarchive to fix linker error (#27307)
* [tesseract] link exe to libarchive to fix link error

* ./vcpkg x-add-version --all

* address comments

* ./vcpkg x-add-version --all --overwrite-version
2022-10-24 14:12:32 -07:00
Aleksi Sapon
6f9321c6ee
Enable iOS builds for TBB (#27359) 2022-10-21 15:34:02 -07:00
7FrogTW
a251c00247
chore: upgrade tensorflow-cc portfile (#24861) (#24861)
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-10-21 10:32:45 -07:00
Take Vos
6800713976
[hikogui] update to version 0.7.0 (#27134)
* [hikogui] update to version 0.7.0

* [hikogui] empty ttauri and fix deprecated port files.

Make ttauri an empty dependency only port which imports
hikogui.

Update the hikogui portfile to use non-deprecated functions.

* [ttauri] version update

* Update ports/hikogui/vcpkg.json

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

* remove port-version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-10-12 01:31:44 -07:00
autoantwort
e7fc86a261
[tgui] update port (#27063) 2022-10-05 15:37:57 -07:00
An Tao
73351a37f9
[trantor] Update to 1.5.7 [drogon] Update to 1.8.1 (#26994)
* [trantor] Update to 1.5.7

* [drogon] Update to 1.8.1

* Remove redis.patch
2022-10-05 15:32:52 -07:00
autoantwort
2f491e39b2
[tfhe] does not supports arm64 (#27070) 2022-10-03 13:59:08 -07:00
Kai Pastor
94b089b7c1
[openexr] Update from 2 to 3.1.5, patch all consuming ports (#26862)
* Update to 3.1.5

* Add feature 'tools'

* ilmbase is now imath

* [theia] Use openimageio cmake config

* [freeimage] Use OpenEXR 3 and Imath

* [opencv4] Use upstream's OpenEXR 3 support

* [opencv3] Use upstream's OpenEXR 3 support

* [opencv2] Use OpenEXR 3 and Imath

* [osg] Use OpenEXR 3

* [openvdb] Use Imath, enable OpenEXR

* [pangolin] Use OpenEXR 3

* [directxtex] Use OpenEXR 3

* [uvatlas] Disable /guard:ehcont when directxtex uses openexr

* Update versions

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-09-25 23:45:07 -07:00
Billy O'Neal
5f6dfcb4d7
[tbb, pagmo2] Update TBB to 2021.5 and update pagmo2 to 2.18.0 (#26284)
* [tbb] Update to 2021.3.0

* [tbb] Add Threads dependency

* [pagmo2] Update to support new TBB

* [openvdb] Update to 8.1.0

* [embree2] Remove from baseline -- it is no longer receiving support from upstream

* [usd] Mark as unsupported

* [usd] Disable USD in CI due to policy https://github.com/PixarAnimationStudios/USD/issues/1600

* [openvdb] Bump port-version

* Update version database

* [pagmo2] Fix vcpkg.json

* update version

* wip update

* versions

* [embree2] deprecate, [openvdb,usd] resolve conflicts, [tbb] update

* Added libxml port.

* Remove port version as it's initial port.

* Added baseline version

* Support only for windows and static

* Allowed building debug version

* update versions

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Added new lines

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Regenerated versions

* Update ports/libxpm/vcpkg.json

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

* Libxpm is taken from gitlab now.

* Dropped changes against master in original repo for libxpm.

* Dropped libxpm from baseline

* Dropped version for libxpm

* Update cpuinfo

* Updated date of version

* Update version database

* Removed support for arm32 & uwp as library is not supporting it.

* Version regenerated

* Update ports/cpuinfo/vcpkg.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Updated versions

* Initial commit WIP

* Fixed compilation of latest stable version

* Dropped comments

* Switch from version-string to version

* Added versions

* Fixed path of cmake files for other projects

* Updated versions

* Various modernization.

* Fully mark embree2 as deprecated.

* [pagmo2] Disable -Werror

* [cctag] Fix finding and use of TBB.

* [openvdb] Baseline the static versions because they exceed FFFFFFFF in size, and I'm not sure if that's fixable....

* [gazebo] Apply https://github.com/osrf/gazebo/pull/3174 patch to fix TBB.

* Respond to failures in https://dev.azure.com/vcpkg/public/_build/results?buildId=76586

* [pagmo2] Add license. See 19d774fbb6/src/bfe.cpp (L5-L27)

* [tbb] Add license.

* [embree2] Add "license".

* [tbb] Use vcpkg_cmake_config_fixup and fix version as requested by @LilyWangLL

* [usd] Add usd is known broken message.

* [embree2] Remove completely.

* Fix version database.

* Fix usd version database.

* Fix wrong case on Linux.

* Lowercase the tbb directory to get to their configs.

* [cctag] minimize patches

* [tbb] Apply supports expression fix suggested in https://github.com/microsoft/vcpkg/pull/26284#discussion_r967427833

* [usd] Add note about upstream issue.

* [pagmo2] Minimize patch.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
Co-authored-by: Vladimír Aubrecht <vladimir.aubrecht@me.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-09-23 12:03:33 -07:00
Francisco Facioni
207fbcb55c
[taskflow] Update to 3.4.0 (#26879) 2022-09-20 11:37:48 -07:00
Frank
1eb4c7f6f3
[Tesseract] add support [arm-osx] and [arm-linux] (#26420)
* add arm-osx and arm-linux support

* update version
2022-09-02 11:06:04 -07:00
Henrik Gaßmann
23e74ca2c2
[Turbobase64] Adopt maintainer guidelines (#26498)
* [turbobase64] Fix maintainer guideline violations

* [turbobase64] Update version database
2022-08-25 10:44:12 -07:00
alex-tdrn
a2968fdd92
[tracy] update to 0.8.2 (#26200)
* [tracy] update to 0.8.2

* rever rename of capstone patch

* add back newlines

* update versions

* revert removal of vcxproj patch

* fixup vcxproj vcpkg patch

* update git-tree hash
2022-08-18 10:44:46 -07:00
Stefano Sinigardi
d3431006f2
[tesseract] fix downstream usage (#26378)
* [tesseract5] fix downstream usage

* fix references
2022-08-17 10:41:39 -07:00
Lily Wang
69e4d02ce4
[tesseract] update to 5.2.0 (#26114)
* [tesseract] update to 5.2.0

* x-add-version

* fix windows build error

* version

* fix opencv4 build error

* version

* conflict

* version

* fix opencv build error on uwp

* version

* fix linux build error

* version

* fix

* version

* version
2022-08-15 11:57:44 -07:00
Nursultan Zarlyk
f2b8c684a0
[Tesseract] Add arm64-windows (#26242)
* Add arm-windows

* Add version

* Add version

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-08-12 15:41:46 -07:00
Cheney Wang
137dd8ec8f
[tree-sitter] Remove the invalid records (#26224) 2022-08-08 11:14:37 -07:00
kylo252
8da0ddec98
[tree-sitter] fix typo in version number (#26209) 2022-08-07 20:54:05 -07:00
kylo252
00413b7537
[tree-sitter] add new port (#26058)
* [tree-sitter] add new port

* ci: test support for uwp

* fixup: address review comments

* chore: update git-version

* fixup: skip removing non-existent binaries

* refactor: patch the upstream pkgconfig instead

* fixup: remove unnecessary vcpkg-cmake-wrapper

this is only used for overriding CMake's builtins

* Bump cmake_minimum_required

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Fix version database

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-08-05 23:46:37 -07:00