| Age | Commit message (Collapse) | Author |
|
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
|
|
* OpenTracing #5970
* No UWP. Static requires dynamic #5970
- Dynamic version can be build without the static one
- Static version can only be build when dynamic is also active
- UWP is not supported
* Linux support #5970
|
|
* Update CONTROL
* Update portfile.cmake
|
|
|
|
* [ebml] fix installation on linux
* [ebml] update to 1.3.7
* [ebml] fix config installation on linux
* [matroska] cleanup, fix linux compilation
|
|
|
|
|
|
[vtk] Fix flaky builds by using system libraries
|
|
* [llvm] Reduce memory usage during linking
* [llvm] Fix cmake modules path
|
|
|
|
* [glew][octomap][roaring] fix parallel config
fix CMake Error: Could not open file for write in copy operation
* [anax] fix parallel config
|
|
|
|
* highfive bump to 2.0 and macos fix (same as win32)
* macos fix
|
|
* limit windows dep libs to windows
* fixing configure patch
* fixing detect-openssl.patch
* adapting portfile to linux
* adding a linux-specific build sh
* add missing endif()
* bumping version
* adding extra check for windows environment
|
|
* Update fftw3_arch_fix.patch
fix fftw3 arch fix
* bump version in fftw3 control
|
|
|
|
* Update arrow to 0.13.0
* dynamic build working
* Both builds now work
* modifications to work on Linux
* Turn of jemalloc
|
|
* [qca] don't use port dir for temp
* [qca] bump control version
|
|
Boost 1.70 introduces "native" cmake config scripts which are
accidentally used when installing a vcpkg package. This only occurs
when Boost 1.70 is installed in the system when the user uses
`vcpkg install`.
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
|
|
|
|
into dev/grdowns/5935
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[libharu] Add patches required for vtk
[vcpkg-build-cmake] Add retry logic for mt.exe failures
|
|
containers (#5878)
|
|
* Using newer version of ITK which fixes double-conversion problem
* Minor style update of ITK portfile
* Using newer version of ITK which fixes double-conversion problem
* [itk] Improve version string
* [itk][hdf5] Update ITK commit. Depend on eigen3. Bump hdf5 control version.
* [hdf5] Update CONTROL
* [netcdf-c] Disable parallel configure due to writes to source directory
* [hdf5] Disable parallel configure due to writes to source directory. Switch to tar.gz to prevent CRLF line endings.
|
|
Set the ARCHIVE and NOEXTRACT variables so that downloading works. Also HASH is case-sensitive, so make it lower case.
vcpkg_find_acquire_program(NUGET) was failing with the following error message:
-- Downloading https://dist.nuget.org/win-x86-commandline/v4.8.1/nuget.exe...
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:159 (file):
file DOWNLOAD error: cannot create directory
'C:/Users/david/Documents/GitHub/vcpkg/downloads/temp/C:/Users/david/Documents/GitHub/vcpkg/downloads'
- Specify file by full path name and verify that you have directory
creation and file write privileges.
Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:255 (vcpkg_download_distfile)
ports/gobject-introspection/portfile.cmake:20 (vcpkg_find_acquire_program)
scripts/ports.cmake:71 (include)
|
|
* CGAL now depends also on Boost Multiprecision
* Update to release 4.14
|
|
|
|
* [libwebp] do not include all feature by default
* [libwep] bump control version
|
|
* sdl1: static build
* Update CONTROL file
|
|
|
|
* gdal: fixed typo
* Update CONTROL file
|
|
* [octomap] fix linux build
Copy entire bin folder for linux, as it only contains the executables
* [octomap] remove debug binaries
|
|
* [fcl] fix linux build
Set correct path of cmake config files
|
|
* Update libuv to 1.27.0
* Update uvw to 1.15.0
|
|
* update version of package
|
|
|
|
|
|
* [brunocodutra-metal] Add new port
* [brunocodutra-metal] Rename
|
|
* [libharu]fix build failure.
* [libharu]Comment more code
|
|
* [xerces-c] Add libraries required on osx to target using wrapper
* [xerces-c] Bump version number
|
|
* [opencv] Make opencv build exportable
* [opencv] bump version number
|
|
* [glew] Do not build utilities
|