vcpkg
vcpkg copied to clipboard
C++ Library Manager for Windows, Linux, and MacOS
Library name: cfitsio New version number: 4.4.0 Other information that may be useful (release notes, etc...) https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
Library name: nmap New version number: 7.95 Other information that may be useful (release notes, etc...) https://nmap.org/dist/ https://nmap.org/dist/nmap-7.95.tar.bz2 https://nmap.org/changelog.html
### Operating system wsl2 ubuntu 22.04 ### Compiler gcc 11.4.0 ### Steps to reproduce the behavior ```Shell ./vcpkg install libsoup ``` ### Failure logs ```Shell ../src/3.4.4-3295b26227.clean/libsoup/meson.build:264:31: ERROR: Dependency "gobject-introspection-1.0" not...
[freeimage/libraw] Fix libraw capitalization in find_package calls, don't provide FindLibRaw.cmake
- **[freeimage] use the correct capitalization of libraw** - **./vcpkg x-add-version --all** It's supposed to be `libraw`, but ended up being `LibRaw` in all the find_package calls - [x] Changes...
**Environment** - OS: Windows 10 - Compiler: Clang Dear vcpkg team, I am currently using vcpkg to manage dependencies for my project, and I must say it is an incredibly...
Relevant lines from install-x64-linux-rel-out that issue_body.md cut out. Can only paste a subset due to issue max characters reached. ``` /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp: In static member function ‘static physx::Dy::SpatialMatrix physx::Dy::FeatherstoneArticulation::computePropagateSpatialInertia_ZA_ZIc(physx::PxArticulationJointType::Enum, physx::PxU8, const...
Fixes https://github.com/microsoft/vcpkg/issues/34492 - [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...
### Operating system linux ### Compiler gcc ### Steps to reproduce the behavior ```Shell vcpkg/vcpkg install aom ``` ### Failure logs Installing 1/1 aom:[email protected]... Building aom:[email protected]... -- Fetching https://aomedia.googlesource.com/aom bb6430482199eaefbeaaa396600935082bc43f66......
Package: python3:[email protected]#1 **Host Environment** - Host: x64-windows - Compiler: MSVC 19.39.33523.0 - vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d vcpkg-scripts version: 5fa0f075e 2024-04-05 (2 days ago) **To Reproduce** `vcpkg install python3` **Failure logs** ```...
**Describe the bug** We have the problem that the FindPython module of cmake links against the wrong python library (it links against the non-debug library). This causes a linker error...