myd7349
68a2b4c766
[libxml2] Update to 2.9.9 ( #5193 )
...
* [libxml2] Update to 2.9.9
Fix #5177
* [libxml2] Fix static build
* [libxml2] Modernize
* [libxml2] Use vcpkg_from_github
* [libxml2] Get version info from configure.ac
* [libxml2] Install xmlversion.h
* [libxml2] Improve port file
* [libxml2] Move version.h generation into CMakeLists.txt
* [libxml2] Fix misspelled version header
* [libxml2] Add UWP support
2019-03-15 15:29:08 -07:00
Sönke Schau
d433d21904
[upstream] Update toversion 2.8.81 and added missing folder ( #5668 )
...
* Update to upstream version 2.8.81
Copy import directory to the share folder, so it can be used by clients.
2019-03-15 14:31:00 -07:00
NancyLi1013
9ca11f3a6d
[cairo] Update version to 1.16.0 ( #5646 )
2019-03-15 11:41:42 -07:00
angelmixu
e740b5717c
[fontconfig] use __attribute__((visibility("default"))) for exporting symbols on macOS ( #5689 )
...
* use __attribute__((visibility("default"))) for exporting symbols on macOS
* [fontconfig] Bump CONTROL version
2019-03-15 11:12:55 -07:00
Todd
532528903c
[portaudio]: fix Linux build ( #5678 )
...
* [portaudio]: fix Linux build
Wrap some Win specific stuff in an if (WIN32)
Fixes #4526
* [portaudio] Bump CONTROL version
2019-03-15 10:23:02 -07:00
ceeac
830087d679
[capstone] Update Capstone to v4.0.1-49-ge3d5a594 ( #5546 )
...
* Update Capstone to v4.0.1-49-ge3d5a594
* Use full SHA hash for ref
* Build Capstone with dynamic runtime
* Update Capstone to 4.0.1-57-g120373dc
* Fix wrong description for osxkernel feature
2019-03-14 23:14:05 -07:00
Phil Christensen
d72e38036b
Merge pull request #5574 from Neumann-A/VTK_8.2.0
...
[VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5
2019-03-14 23:12:31 -07:00
Toby Chen
7d701a92a3
[openexr] Fix IlmImf.dll installed to the wrong location ( #5677 )
2019-03-14 22:45:46 -07:00
JackBoosY
b2ad980029
[curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 error. ( #5682 )
2019-03-14 22:31:07 -07:00
Max Khizhinsky
61c6ef26f7
* [libcds] Update to v2.3.3 ( #5274 ) ( #5278 )
...
* * [libcds] Update to v2.3.3 (#5274 )
* Minimum CMake version is 3.0.2
* Changed software license from BSD to Boost
* Removed '#pragma lib' for Windows build
* Bugfix and minor improvements
* [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()`
* [libcds] Fix static builds
2019-03-14 15:41:16 -07:00
Alexander Neumann
68a540d84c
fix find_package for fftw3 and add arch features ( #4783 )
...
* fix find_package for fftw3
* the patch took care of moving the files
* Additional Patch to add Suffix to LibraryDepends
* fixed minsizerel and relwithdebinfo for vs cmake configs
* remove fix for minsizerel and relwithdeb info. Use global cmake mappings of these targets instead!
* added feature packages. unfortunally avx and avx2 create an ICE with Visual Studio 2017 (maybe fixed with 2019?)
* removed sse2 as default (forgot about arm...)
2019-03-14 15:24:31 -07:00
Alexander Neumann
d5fbb5e0e7
vtk update to 8.2.0
2019-03-14 22:38:47 +01:00
Alexander Neumann
1feb0dc3d8
workaround for qhull regression in static build see #5574
2019-03-14 22:38:17 +01:00
Alexander Neumann
1ee65c19dd
correct hdf5 usage in netcdf-cxx4
2019-03-14 22:33:56 +01:00
Alexander Neumann
6c3c6737ba
fixes #5562
2019-03-14 22:33:28 +01:00
Alexander Neumann
9ac08b34ce
fix highfive in static builds.
...
HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries
2019-03-14 22:32:31 +01:00
Alexander Neumann
7419fc975c
fixed flann for linux
2019-03-14 22:31:23 +01:00
Alexander Neumann
0e898fe892
update netcdf-c tp 4.6.2 and fixed curl linkage
2019-03-14 22:30:51 +01:00
Alexander Neumann
4de9cb0f1b
kealib update to 1.4.11 and correctly include hdf5
2019-03-14 22:30:18 +01:00
Alexander Neumann
49f59fd081
updated hdf5 to 1.10.5.
...
Also now builds dynamic and static libs in dynamic build due to the targets exported by hdf5. (Revert to default hdf5 build behavior)
2019-03-14 22:29:33 +01:00
Alexander Neumann
69bacbb11d
update szip control
2019-03-14 22:27:13 +01:00
Alexander Neumann
9f41fed172
default szip to also build static libraries in shared builds
2019-03-14 22:27:05 +01:00
Stefano Sinigardi
cfdc331b4b
[darknet/yolo] new port ( #5648 )
...
* [darknet/yolo] add draft implementation
* [darknet] use official repo
* [darknet] use stb from vcpkg
* [darknet] Explicit failure on ARM and UWP
2019-03-14 14:15:28 -07:00
Griffin Downs
03696669ca
Merge pull request #5634 from edmBernard/fix_realsense2
...
[realsense2] fix cmake for linux
2019-03-14 13:25:56 -07:00
myd7349
fe419b2890
[roaring] Add new port ( #5643 )
...
* [roaring] Add new port
* [roaring] Add a warning for 32-bit build
2019-03-14 11:19:45 -07:00
RT222
98e6be36c8
[physx] Initial port ( #5618 )
...
* [physx] Initial port
* [physx] use vcpkg version of cmake if not installed
2019-03-14 06:48:30 -07:00
Roland
bce7501a80
Angle updated to master, UWP fix for Angle ( #4862 )
...
* Angle updated to master, UWP fix for Angle
* updated uwp patch
2019-03-14 06:39:31 -07:00
Sean Warren
f409536f5e
[qt5] Fix mac build ( #5624 )
...
* [qt5] Fix mac build
* [qt5] Disable parallel build on mac
* [qt5] Fix qmake find on mac
* [qt5] Update find jom for mac
* [qt5] Fix invocation of build command
* [qt5-base] Rebuild packages for #5624
* [harfbuzz] Remove disabled assert (failing due to -Werror)
* [qt5] Bump control version
* [qt5] Disable harfbuzz on mac
* [qt5-base] Disable harfbuzz on mac
2019-03-14 06:33:47 -07:00
LarryIII
e37a6c65d6
[luasocket] Fix static build for renaming files ( #5665 )
2019-03-14 06:32:27 -07:00
JackBoosY
45aa34edb4
[libssh]fix config.cmake error, add usage. ( #5666 )
2019-03-14 06:30:02 -07:00
Stefano Sinigardi
0e77ca352e
[tiff] use vcpkg wrapper for all configs, remove dead code ( #5584 )
...
* [tiff] use vcpkg wrapper for all configs, remove dead code
* [tiff] update CONTROL
2019-03-13 22:51:16 -07:00
markdegreef
2cb95c67a3
[assimp] fix linux build ( #5632 )
2019-03-13 11:56:39 -07:00
Andre Abrantes
a317e182de
[fix][jsonnet] Replicating generation command in Linux format ( #5652 )
...
* Replicating generation command in Linux format
Current port only support Windows. Replicating the commands that generate "std.jsonnet.h" for a Linux build. New command is closer to the original at https://github.com/google/jsonnet/blob/master/Makefile#L162
* [jsonnet] bump control version to force rebuild on update
2019-03-13 11:21:25 -07:00
JackBoosY
842d6169a6
[wangle]fix wangle-config.cmake bug ( #5653 )
2019-03-13 10:08:42 -07:00
NancyLi1013
deae3465bc
[ecm] Update ecm to 5.56.0 ( #5654 )
2019-03-13 10:07:36 -07:00
Lars Ivar Hatledal
7609de8497
Update libzip to 1.5.2 ( #5656 )
...
* Update libzip to 1.5.2
* Remove reference to patch in portfile
* Add patch to fix compilation on windows
* Prefer ninja and fix indentation
2019-03-13 10:06:49 -07:00
NancyLi1013
7d10f758d3
[pixman]Update version to 0.38.0 ( #5641 )
2019-03-12 16:00:31 -07:00
shelltdf
99ec372755
install gdal tools ( #5644 )
2019-03-12 15:58:40 -07:00
NancyLi1013
b4a64cca36
[hunspell] update hunspell to 1.7.0 ( #5645 )
2019-03-12 15:54:45 -07:00
JackBoosY
894f110c02
[pangolin]Fix usage bug:include path has one more ../, add usage file. ( #5647 )
2019-03-12 15:46:54 -07:00
Griffin Downs
77becdc97a
Merge pull request #5580 from JackBoosY/dev/jack/2181
...
[apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files.
2019-03-12 14:44:51 -07:00
Griffin Downs
6880f4e6e3
Remove options var; Create var for setting APR_INSTALL_PRIVATE_H
2019-03-12 14:26:38 -07:00
Lennart Trunk
1d4485cec5
[harfbuzz] update Harfbuzz to 2.3.1 ( #5359 )
...
* update harfbuzz to 2.2.0
* clean up port and fix portfile/patches
* update harfbuzz to 2.3.1
* fix uwp patch
* skip test building
2019-03-12 13:54:20 -07:00
Griffin Downs
57cf77dc72
Add newline
2019-03-12 13:51:52 -07:00
Griffin Downs
ff28cc2d22
Express install private headers as feature
2019-03-12 13:37:08 -07:00
Griffin Downs
b29b874ae9
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5580
2019-03-12 11:29:31 -07:00
JackBoosY
fe626490f0
[apr]Modify cmake file instead of make a patch.
2019-03-12 00:50:17 +00:00
Griffin Downs
be4158fb89
Merge pull request #5509 from myd7349/simdjson-init
...
[simdjson] Add new port (fix #5418 )
2019-03-11 14:22:58 -07:00
Griffin Downs
3a0e5304cf
[opencv] add nonfree as feature for opencv ( #4802 )
...
* add nonfree as feature for opencv
* Add nonfree feature; Update version str
2019-03-11 14:00:34 -07:00
Laurent Rineau
5862fba5ff
Install CGAL as header-only ( #4975 )
...
* Update to install CGAL as header-only
I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file.
* Bump the version
* Fix the cleaning
Once CGAL is header-only, no binary library is created, and the
`debug/` directory got empty.
This commit fixes the cleaning: now the whole `debug/` directory is
removed.
2019-03-11 13:48:26 -07:00