* [iceoryx] Add new port
* Update version database
* [iceoryx] Fix portfile
* [iceoryx] Update version
* [iceoryx] Update features
* [iceoryx] Update version
* Add usage text.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* update workflow to version 0.10.5
* add version
* new option for static and dynamic linkage
* Update version database
* use variable to simplify code
* Update version database
* remove redundant quotes
* Update version database
Co-authored-by: jakedeng <jakedeng@tencent.com>
* Add cglm 0.8.8
* Update CI baseline
* Disable ARM and UWP builds
* Update CI baseline
* Add usage
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Remove vendored copies of 3rdparty bimg dependencies.
No more installed 3rdparty static libraries from bimg.
Add `BGFX_CMAKE_USER_SCRIPT` as entry point to change functionality of
bgfx.cmake config without the need for patches.
Insert miniz, tinyexr and libsquish from vcpkg repo into config.
Remove vcpkg's nvtt because bgfx's is completely different.
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [cgns] update to 4.2.0
* [vtk-m] update to 1.6.0
* [vtk] Update to 9.0.1-pv5.9.1
- VTK update to match release version of ParaView
* [ParaView] Update to 5.9.1
* version stuff
* fix automatic svg linkage in static builds
* update qt5-svg
* revisit vtk
- fix build with vtk-m 1.6
- remove unused patches
- remove comments
* bump version
* remove two commented lines
* version stuff
* remove old PR version
* commit stuff
* commit stuff
* update notes
* wip commit
* update paraview
* fix hdf5 patch
* fix patch
* fix patch
* fix portfile
* add mpi feature
* format manifest
* use relativ path
* trace
* retry
* move qml files again
* try with host triplet
* - use VCPKG_CRT_LINKAGE
- use METIS not metis
* fix casing Zlib
* hopefully more fixes on other platforms.
* fix patch
* fix missing ws
* fix typos
* scale down to warning
* revert jsoncpp change
fix zoltan on osx?
* move trace option to failing port
* move trace option to failing port
* Revert "trilinos vcpkg.json changes"
* verdict fix osx build ?
* fix patch
* fix internal find_package call
* also apply correct case for metis
* disable METIS on osx
* vtk-m don't support arm.
* force more features in Ci
* fix missing ,
* more fixes
* more vtk python try and error.
* - paraview python setup same as vtk
- remove openvr from platforms not supporting it
- trace openimageio
* fix case and remove fmt for openimageio.
* trying to fix stuff
* set hash to 0
* [skip actions] add missing module
* WebCore module moved to paraview&python
* fixes
* remove patch in vtk-dicom
* add var to maybe unused
* use correct 5.11 ref instead of the one in release
* Patch cleanup round 1
* remove empty patch parts
* fix vtkm configs
* reintegrate jsoncpp.patch
* fix patch
* add single seacas/kokkos/zoltan ports
* throw out trilinos, zoltan, kokkos
replace trilinos with seacas
make seacas work for dynamic windows
* fix mpi feature
* fix dependency
* retry dep fix
* rename target
* remove double line
* fix target
* fix patch
* retry
* remove cgns config
* fix cgns
* no seacas trace
* lowercase hdf5 target
* fix case of metis
* disable Fortran
* add iotr patch
* add additional config folder
* handel case sensitive Seacas again
* get trace again and force jsoncpp
* update cmake to 3.25.0
* bump port-version
* add patch from vtk upstream
* cleanup, format-manifest
* fix port version
* v db
* opencv4 always inject deps.
* fix test port to not require stuff which is not supported on x86
* Fix HDF5 lookup in opencv4
* only delete bin folder in static builds
* add license field
* v db
* add missing "
* v db
* trace again
* fix rtabmap python dep
* fix openimageio by deleting the find module
* v db
* cr cleanup
* v db
* opencv4 v db due to merge with master. Had to bump port version
* v db
* v db
* v db
* CR comments
* v db for cr comments
* trace theia output
* revert theia trace
* v db
* try without patch
* revert rtabmap changes
* v db after merge
* v db for all
* breakpad - add core tools and linux ones
* Don't guard the vcpkg_copy_tools for "linux", and avoid installing debug headers rather than deleting them.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Fixed upstream in Python3.11 via https://github.com/python/cpython/issues/89596
Backport here to Python3.10 so libpython doesn't have a needless system
dependency on libcrypt (which is different on Linux between RH-based and
Debian-based distros too).
* Allow overriding FETCHCONTENT_FULLY_DISCONNECTED
* version
* prepend instead of append
* version
* Update version
* version
* Revert attempting to change scripts/cmake.
Co-authored-by: Cheney-Wang <850426846@qq.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [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>
* [pixman] update to 0.42.2
* v db
* disable neon intrinsics
* v db
* remove deprecated function
* v db
* fix function call
* v db
* v db
Co-authored-by: Monica <v-liumonica@microsoft.com>
* Updated seal to version 4.1.0.
* Fixed versioning.
* Updated seal to 4.1.1.
* Fixed versioning.
* Update seal.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Add wayland to glfw3 port
* Results of x-add-version
* Add Wayland package info to build message
* Ran x-add-version following previous commit
* Update ports/glfw3/vcpkg.json to add wayland dependency
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Correct formatting of vcpkg.json
* Ran x-add-version following previous commit
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* [mesa] supports: !staticcrt
* [mesa] Install copyright from license.rst
* [mesa] Revise internal dependencies
* [mesa] Revise external dependencies
* [mesa] Move windows opengl32 lib to manual-link
* [opengl] Fix case of include names
* [opengl] Refactor for simplicity and mingw support
* [opengl] Stop copying out of windows SDK [skip actions]
* Update versions
* Revert "[opengl] Stop copying out of windows SDK"
* [mesa] Align with port opengl
* update to 1557.140.5.0.1
* update
* fix static-md fail
* update
* fix install copyright
* add new line at the end of file
* Fixing fatal error LNK1181: cannot open input file dnssd_stub.lib
Co-authored-by: Cheney-Wang <850426846@qq.com>
* [scenepic] new port
* format
* update version database
* resolve comments
* Update version database
* update version database
* update version database
* fix install path
* x-add-version
* Update scenepic.json
* suggested changes
* update version
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [qt] update to 6.4.2
* v db
* qtspeech prepare for features if required ports get added
* v db
* retry
* remove patch
* add failing tmp port to get CI logs for qtwebengine ....
* try deactivating jumbo build
* add patch to fix std issue
* remove tmp port
* v db
* deactivate qtspeech on x86 & windows due to call conv
* v db
* Disambiguate saved log files
* CI [skip actions]
* CI [skip actions]
* CI [skip actions]
* Use ALIAS keyword instead of auto-numbering
* Update versions
* [attr] Add new port
* Use VERSION
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Update version database
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* feat : onnxruntime version up
* chore : add license
* chore : versions change
* feat : make with the version variable
* feat : change vcpkg_minimum_required
* Added new port kaitai-struct-cpp-stl-runtime
* Disable staticcrt triplets
* Made build with libiconv a default feature, to match the option in library's CMakelists.txt
* help cflags survive through libtool
* Guard -Xcompiler in case of gcc/gnu
since it doesn't like unknown compiler flags.
* export CMAKE_<lang>_COMPILER_FRONTEND_VARIANT from cmake
* v db and script changes
* also check compiler id
Co-authored-by: Cheney-Wang <850426846@qq.com>
* [cnats] Update to 3.5.0 and remove system dependency to sodium
* fixup! [cnats] Update to 3.5.0 and remove system dependency to sodium
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [angle] Propagate transitive dependencies
* [angle] Add usage info for unofficial CMake targets
Only the unofficial::angle::libGLESv2 and unofficial::angle::libEGL
targets are meant to be used, because they are the targets that no other
depends on.
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
* port is building for x64-windows
* Add file endings
* Reformat manifest file
* Add versions
* Remove comment
* Check host system instead of target
* fix user fs pollution & allow nodejs tool to have the same triplet as target has
* x86-windows now builds
* Support find_package (TARGET_SOURCES still todo)
* add win_delay_hook.cc
* license for nodejs
* reformat
* reformat
* Update node-api.json
* nodejs port ver increment
* fix versions
* fix versions
* Fix find_library/find_path review comments
* node-api-config.cmake => unofficial-node-api-config.cmake
* remove vcpkg_execute_npm_command.cmake
* update git-tree in node-api.json
* fix node triplet
* remove obvious comment
* Update node-api.json
* Revert everything related to vcpkg-tool-nodejs
* fix port-version of vcpkg-tool-nodejs in baseline.json
* Update node-api.json
* ban arm
* fix EOF
* Update node-api.json
* Tweaks for Linux failure debugging
* Update node-api.json
* Reformat with vscode cmake formatter
* Even more debug logging
* add <node_root>/bin to search
* Update node-api.json
* Add debugging for 2-nd error encountered
* update ver
* update
* update ver
* add nodejs tool to path
* update ver
* use prefix npm option
* add version
* move things to node tool dir (temporary)
* add ver
* Add CMAKE_JS_LIB emptyness check
* add version
* separate node root ad node bin directories
* update node-api-config.cmake
* add ver
* typo-fi
* update version
* remove debug logging
* update ver
* do not use system cmake
* add ver
* rename vars
* Update ver
* Add comment
* add-version
* Now downloads cmake-js from github, but deps aren't downloaded (wip)
* add version
* Seems to work except lodash (wip)
* add version
* license null (wip)
* license null -reformat- (wip)
* add ver
* Add todo (wip)
* add ver
* install lodash, new error now related to yargs isn't being built (wip)
* add version (wip)
* fix (wip)
* add version (wip)
* Cleanup, will try one thing (wip)
* no cmake-js ver, now install includes (wip)
* ⌛ closing temporary, I'll get back to this later ⌛. at least I know what to do
* test
* baseline
* format
* fill with zeros
* update supports
* correct url for win
* addver
* better handle arch and os
* ver
* update
* update
* add-todo
* add win support
* ver
* qol
* ver
* add-sha
* ver
* update
* update
* fix-license
* fix-license
* add sha
* add sha
* linux-arm64
* linux-arm64
* sha512 for arm
* sha512 for arm
* remove imported sources
* remove imported sources
* apply suggestion
* add ver
* fix eof
* add ver
* [nethost] Update to 7.0.0
* [nethost] Update versions
* [nethost] Revision changes
- 0001-nethost-cmakelists.patch: Remove the shell file patch and keep only the cmake patch
- portfile.cmake: Bring the execute_process entry as a single block and only if not Windows
- vcpkg.json: Extend the supports string to linux and osx
* [nethost] Update versions
* 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
* [wxWidgets] Add OpenGL to the WIndows ARM build
OpenGL support works in wxWidgets for Windows ARM.
* Add versions
* [wxwidgets] Add explicit dependency on "opengl"
This also explicitly sets `wxUSE_GLCANVAS=ON` for wxWidgets.
* Update version database
* Create portfile.cmake
* Add manifest and patches for glpk-5.0
* Shrink portfile.cmake
Removed some comments
* Update ci.baseline.txt to list glpk:x86-windows
* Addressing some reviewer comments and suggestions
* Addressing comments from microsoft/vcpkg#28364
* Trying out x86-windows again
* Updating the version database
* x-add-version glpk
* Addressing reviews
* Update version database: x-add-version glpk
* More compact code thanks to PR reviews
* format-manifest ports/glpk/vcpkg.json
* Update version database: x-add-version glpk
* No default features
* Update version database: x-add-version glpk
* [libleidenalg] add port libleidenalg
* [libleidenalg] fix git sha
* updated to new cmake lib
* updated to fix typo in config.in
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [pthreads] Fix EACCESSVIOLATION in pthread_getname_np
* [pthreads] Use vcpkg options instead custom commands
* [pthreads] Update port version
* [pthreads] Don't use separate builds for release and debug
* [pthreads] Update port version
* [pthreads] Cleaner solution for building configuration
* [pthreads] Update port version
* [pthreads] Correct variable name
* [pthreads] Update port version
* [pthreads] Make install even more optimized
* [pthreads] Update port version
* [pthreads] Fix static builds
* [pthreads] Update port version
* [pthreads] Correct quotes
* [pthreads] Update port version
* [pthreads] Fix compatibility with UWP
* [pthreads] Update port version
* [pthreads] Correction in fix-pthread_getname_np.patch
* [pthreads] Update port version
* Fix dependency on glfw for emscripten and compilation options
* Updated port version and commit
* add port-version
* vdb
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
* Add new port "wg21-linear-algebra"
Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
* Replace deprecated functions
Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
* [ideviceinstaller] Add support !static
* Modify port-version
* x-add-version
* Add getopt as a dependence of argtable2
* Use version
* x-add-version
* Remove space
* Add license
* Fix format error
* x-add-version
* update version
* fix argtable3
* x-add-version
* fix argtable3
* version
* fix gdcm
* format portfile.cmake
* update version
* format vcpkg.json
* x-add-version
* format portfile.cmake
* x-add-version
* Update license
* x-add-version
* Again
* Mistake
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>