Commit Graph

493 Commits

Author SHA1 Message Date
JonLiu1993
0ed15cf267
[pcl[cuda]] Fix build failure (#37041)
Fixes #33527

Add VTK as a dependency to CUDA feature. and use upstream patch to fix
error:
````
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
screenshot_manager.cpp.obj : error LNK2019: unresolved external symbol "void __cdecl pcl::io::saveRgbPNGFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char const *,int,int)" (?saveRgbPNGFile@io@pcl@@YAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBEHH@Z) referenced in function "public: void __cdecl pcl::kinfuLS::ScreenshotManager::saveImage(class Eigen::Transform<float,3,2,0> const &,struct pcl::gpu::PtrStepSz<struct pcl::gpu::kinfuLS::PixelRGB const >)" (?saveImage@ScreenshotManager@kinfuLS@pcl@@QEAAXAEBV?$Transform@M$02$01$0A@@Eigen@@U?$PtrStepSz@$$CBUPixelRGB@kinfuLS@gpu@pcl@@@gpu@3@@Z)

bin\pcl_gpu_kinfu_large_scaled.dll : fatal error LNK1120: 1 unresolved externals
````
The upstream PR: https://github.com/PointCloudLibrary/pcl/pull/5947

All features are tested successfully in the following triplet:
x86-windows
x64-windows
x64-windows-static

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-03-05 01:59:23 -08:00
miyanyan
53484a7b86
[pocketpy] add new port (#36829)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 01:32:44 -08:00
Osyotr
e76d097722
[python3] Update to 3.11.8 (#36755)
Fixes #36736

Changes: https://github.com/python/cpython/compare/v3.11.5...v3.11.8
2024-03-05 01:29:47 -08:00
miyanyan
1f21212d10
[proxy] update to 2.2.0 (#36960)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:11:26 -08:00
Lily Wang
be3b12a118
[ptex] Update to 2.4.2 (#36842)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #36806 
Usage passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-21 09:39:38 -08:00
Matthias Kuhn
163fe24a8d
Fix python include path for non-windows (#36707) 2024-02-14 23:07:00 -08:00
Alonso Schaich
f7caa53db0
[pixman] Update to 0.43.2 (#36686)
* [pixman] Update to 0.43.2 (microsoft/vcpkg#36685)

* [pixman] regenerate versions (microsoft/vcpkg#36685)
2024-02-12 14:21:04 -08:00
MonicaLiu
2834ba520b
[poppler] update to 24.02.0 (#36654)
* update poppler

* update to 24.02.0

* update version

* format

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-02-08 14:51:08 -08:00
fwcd
783c0fe1dc
[portmidi] Scope alsa dependency to Linux (#36613) 2024-02-07 12:59:05 -08:00
autoantwort
47237ed73e
[pcl] fix feature examples (#36505) 2024-02-02 11:40:52 -08:00
Lily Wang
c3801cf53c
[pipewire] Update to 1.0.2 (#36507)
* [pipewire] Update to 1.0.2

* update version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-01 15:14:53 -08:00
autoantwort
48fd773c92
[pulsar-client-cpp] fix deps (#36510) 2024-02-01 12:08:46 -08:00
Jia Yue Hua
dad8f653ac
[plf-colony] update to 7.41 (#36432)
* [plf-colony] update to 7.41

* [plf-colony] update to 7.41
2024-01-29 11:44:07 -08:00
Billy O'Neal
ed024a8897
[protobuf] Delete unused backends from sources. (#36377)
We have an internal Microsoft report of dependency tracking tools complaining about requirements.txt in the Python backend of protobuf after a build. It's just as likely that similar alerts will be fired for other unused language backends. However, they're unused, so we can delete them.
2024-01-26 16:45:13 -08:00
Cheney Wang
c0bc859e69
[poco] update to 1.13.0 (#35918)
* [poco] update to 1.13.0

* Disable sql-parser

* Fix missing sql-parser/src/SQLParser.h

* Copy include files of sql-parser in portfile.cmake
2024-01-24 11:31:46 -08:00
Alexander Neumann
915ebafa4b
[python3] Fix lld-link and add port config for python site (#36245)
* [python3] remove duplicated symbols for lld-link and add port config

* v db
2024-01-19 12:30:11 -08:00
miyanyan
1c6363670a
[proxy] update to 2.1.2 (#36254)
* [proxy] update to 2.1.2

* [proxy] update versions
2024-01-19 11:55:49 -08:00
Yunze Xu
38d1652f15
[pulsar-client-cpp] Fix build failure when CMAKE_BUILD_TYPE is not specified (#36147)
* [pulsar-client-cpp] Fix build failure when CMAKE_BUILD_TYPE is not specified

* Force finding debug libraries by default
2024-01-17 12:12:40 -08:00
Billy O'Neal
91b17dd72a
Patch Tuesday for January 2023 (#36143) 2024-01-16 19:51:14 -08:00
miyanyan
c8b536f2ea
[proxy] update to 2.1.0 (#36190)
* [proxy] update to 2.1.0

* [proxy] update versions
2024-01-16 10:51:28 -08:00
cDc
83444c5775
[pmp-library] add port (#33698)
* [pmp-library] add port

* disable warnings

* update version

* add version

* address review

* update version

* reviews

* update version
2024-01-10 17:32:10 -08:00
Markus Vieth
8a5830e45c
[pcl] update to version 1.14.0 (#36032)
* [pcl] update to version 1.14.0

* Add new patch
2024-01-10 17:02:56 -08:00
Carsten Grimm
ea11fd4ba0
[paho-mqtt] use high performance (#36069)
* [paho-mqtt] use high performance

* [paho-mqtt] regenerate version info
2024-01-08 13:11:41 -08:00
Jia Yue Hua
9cdf33f37d
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2024.01.01.00 (#36027) 2024-01-05 13:24:54 -08:00
Yunze Xu
dc19823670
[pulsar-client-cpp] New port (#35579)
* [pulsar-client-cpp] New port

* Remove unnecessary link options

* Address review comments

- Use find_dependency instead of find_package
- Specify BUILD_DYNAMIC_LIB explicitly

* Fix the Windows build and linkage

* Fix dynamic library not built when VCPKG_LIBRARY_LINKAGE is dynamic on Windows

* Fix Linux and OSX failures

* Remove PULSAR_FORCE_DYNAMIC_LIBRARY and upgrade version to 3.4.2

* Reduce the changes to the upstream CMakeLists.txt

* Remove unused version

* Optimize finding and linking dependency and patch the header for static library

* Support multi-config generators

* Fix path for release libraries
2023-12-29 00:15:51 -08:00
miyanyan
155075b479
[proxy] update to 2.0.0 (#35885)
* [proxy] update to 2.0.0

* [proxy] update versions
2023-12-27 15:51:43 -08:00
MonicaLiu
52b52b4588
[podofo] Update to 0.10.3 (#35788) 2023-12-20 00:31:01 -08:00
Alexander Neumann
db68d1dee9
[pcl] fix clang-cl builds (#35676)
* [pcl] fix clang-cl build

* v db
2023-12-14 22:58:19 -08:00
Cheney Wang
0da40a8b53
[python3] Add a warning message for installing autoconf automake and autoconf-archive (#35548)
* [python3] Add a warning message for installing autoconf automake and autoconf-archive

* Apply suggestion
2023-12-12 01:51:55 -08:00
JonLiu1993
8ee46dc72f
[poppler] update to 23.11.0 (#35494) 2023-12-07 23:35:37 -08:00
Kai Pastor
3135b99068
[pkgconf] Update to 2.1.0 (#34228) 2023-12-06 21:27:16 -08:00
J_Q
77634e799a
[paho-mqttpp3] Update to 1.3.2 (#35534) 2023-12-06 14:21:01 -08:00
Sergey Podobry
fe7cea8f7e
[plog] Update to 1.1.10 (#35508) 2023-12-05 17:52:23 -08:00
Kai Pastor
3ad8a69502
[proj] Update to 9.3.1 (#35456) 2023-12-04 17:30:06 -08:00
Lily Wang
e9aaa09010
[podofo] Update to 0.10.2 (#35436)
* [podofo] Update to 0.10.2

* update version
2023-12-01 02:00:13 -08:00
Mark
8f21bde7df
[poco] Update to 1.12.5.1 (#35307) 2023-11-29 00:43:43 -08:00
jim wang
d54715d447
[protobuf-c] Fix tools feature compilation error under uwp (#35229)
* Fix tools feature compilation error under uwp

* update version
2023-11-21 18:56:20 -08:00
Jia Yue Hua
eba630c889
[paho-mqtt] update to 1.3.13 (#35177)
* [paho-mqtt] update to 1.3.13

* [paho-mqtt] update to 1.3.13
2023-11-17 15:01:02 -08:00
Robert Coup
8e745df694
python3: disable tkinter module on posix (#34998)
When running with VCPKG_FORCE_SYSTEM_BINARIES=ON (linux/arm64) then the Python
build will pick up libtk and attempt to build the tkinter module, linking to the
system library and causing either a build failure or an external link
dependency. Fix this by explicitly disabling it as we do for curses.
2023-11-10 11:30:23 -08:00
Alexander Neumann
1802d39436
[python3] adjust sysconfig include dir to match vcpkg layout (#34888)
* [python3] modify sysconfig include dir for vcpkg layout

* v db
2023-11-06 10:59:04 -08:00
Cheney Wang
b7e73175bf
[poco] update to 1.12.5 (#34882)
* [poco] update to 1.12.5

* Use ${VERSION}

* Update hash
2023-11-05 08:58:57 -08:00
Alexander Neumann
f3dc2f1e0c
[pocketfft] add new port (#34841)
* [pocketfft] new port

* v db
2023-11-01 12:52:04 -07:00
Clément Péron
4a5beaf42d
[pcapplusplus] update to 23.09 (#34767)
* [pcapplusplus] update to 23.09

* vcpkg: run x-add-version --all

* Update ports/pcapplusplus/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/pcapplusplus/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/pcapplusplus/vcpkg.json

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Fix version with leading zero

* Update pcapplusplus.json

* pcapplusplus: update with review

* Update pcapplusplus.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-31 12:01:51 -07:00
Andrew Kornilov
915077e26e
[proxsuite] add new port (#34722)
* [proxsuite] add new port

* [proxsuite] update version
2023-10-26 16:47:24 -07:00
Cheney Wang
0d0f90d233
[pipewire] update to 0.3.83 (#34669) 2023-10-24 09:06:00 -07:00
Pravila
8941576c19
[pravila00-enum-string] New port (#34518)
* Add pravila00-enum-string

* Format vcpkg.json

* Add version

* Add version file

* Add missing comma

* Fix version

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Rename port to enum-string

* Add version for enum-string

* Fix port name

* Update version

* Update port name

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-10-19 10:51:28 -07:00
jim wang
b2f2cd3e4b
[plplot] Fix download errors (#34441) 2023-10-12 19:23:11 -07:00
Lily Wang
1c29631c9c
[pugixml] Update to 1.14 (#34374) 2023-10-10 14:59:58 -07:00
Pravila
4d99918750
[make-vector] New port (#34069) 2023-10-05 20:45:47 -07:00
Jia Yue Hua
b04b4feab0
[podofo] update to 0.10.1 (#34171) 2023-10-02 20:24:45 -07:00