Commit Graph

8390 Commits

Author SHA1 Message Date
Phil Christensen
aa7738d05a
Merge pull request #6546 from JackBoosY/dev/jack/3308
[geographiclib]Fix install files path.
2019-05-22 22:01:07 -07:00
Phil Christensen
c7a8378016
Merge pull request #6557 from wangli28/dev/Lily/issue6548
[OpenEXR] Fix copyright install path
2019-05-22 21:59:44 -07:00
Phil Christensen
bb497a2acc
Merge pull request #6567 from Neumann-A/fix_openvdb
[openvdb] Fix blosc linkage in openvdb. issue #6561
2019-05-22 21:45:22 -07:00
Phil Christensen
adfbc44bcc
Merge pull request #6568 from Neumann-A/fix_pthreads
[pthreads] remove debug/release libs from release/debug folder
2019-05-22 21:44:40 -07:00
Phil Christensen
0bcd82c7ed
Merge pull request #6505 from cenit/dev/cenit/openmvs
[openmvs] add new port
2019-05-22 21:43:50 -07:00
JackBoosY
976744ba21 [z3]Replace the file command with vcpkg_fixup_cmake_targets. 2019-05-23 02:45:01 +00:00
JackBoosY
bbbd843f81 [geographiclib]Re-fix install files path without patch. 2019-05-23 02:17:32 +00:00
Andreas Mack
07fd30c6d9 [qt-base] Use opengl dynamic configuration (#6503)
* Use dynmaic

* Rename flex and bison so qt angle finds them

* Update CONTROL file

* Remove debugging

* Tempdir for flex and bison

* Remove debug output

* Windows only
2019-05-22 15:54:53 -07:00
Alexander Neumann
7b32de6d9b whitespace changes 2019-05-22 21:02:18 +02:00
Alexander Neumann
e9bbfc99a4 [pthreads] remove debug/release libs from release/debug folder 2019-05-22 21:00:46 +02:00
Alexander Neumann
8eea936d62 Fix blosc linkage in openvdb. issue #6561 2019-05-22 20:57:03 +02:00
Andrei Lebedev
b91e8ad279 [boost-modular-build-helper] Dynamic build support
Use stage directory instead of intermediate build directory to provide
all the required symlinks generated by boost build

Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-22 11:12:00 +03:00
Robert Schumacher
ef2d3ff6d0
[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. (#6540)
* [fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking.

* [fftw3] Use combined threads to enable DLLs on Windows.
2019-05-21 21:04:01 -07:00
Robert Schumacher
60ecb46561
[boost] Fixup DLL names and fix v142 build issues (#6508)
* [boost-modular-build-helper] Update to 1.70. Fixes #6493.

* [boost-build] Fix boost-build toolset selection for v142
2019-05-21 21:01:13 -07:00
Robert Schumacher
33af90d42a
[many ports] Updates 2019.05.19 (#6524) 2019-05-21 21:00:24 -07:00
wangli28
93906ae1c4 [OpenEXR]Fix copyright install path 2019-05-22 03:01:35 +00:00
Sean Warren
e16f9c29a0 [openblas] Ensure we build without lapack on all platforms (#6542)
* [openblas] Ensure we build without lapack on all platforms

* [openblas] Bump version number
2019-05-21 16:56:37 -07:00
Ken A. Redergård
75bcb1c131 [nrf-ble-driver] Initial version of nrf-ble-driver (#5938)
* Initial version of nrf-ble-driver

* Add system dependencies message

* Try to find git and add to path

* Add status message to debug CI build

* Remove status message; Add comments

* Append instead of prepend to PATH

* Enable x64-windows-static

* Only show system dependencies message on mac and linux

* Add arm64-windows support
2019-05-21 16:48:11 -07:00
Robert Schumacher
a985f5b99d
[arrow] Extract uriparser dependency (#6541) 2019-05-21 11:34:54 -07:00
Chuong Nguyen
85211f3ab6 Enable to compile to a single opencv_world library file (#3914)
* Enable to compile to a single opencv_world library file
2019-05-21 10:26:14 -07:00
JackBoosY
ace00e09d1 [paho-mqtt]Fix static build: dynamic libraries should not be built. 2019-05-21 08:15:41 +00:00
JackBoosY
6108f9f261 [geographiclib]Fix install files path. 2019-05-21 07:54:35 +00:00
JackBoosY
7368463563 [paho-mqtt]Fix install path. 2019-05-21 06:29:59 +00:00
JackBoosY
7bd2e96ada [z3]Fix install files path and add tools. 2019-05-21 04:31:57 +00:00
myd7349
ed61238087 [xproperty] Add new port (#6316) 2019-05-20 17:08:24 -07:00
myd7349
3e22027648 [cppitertools] Add new port (#6518)
* [cppitertools] Add new port

* [cppitertools] Use globs to make updates easier

* [cppitertools] Rerun CI
2019-05-20 15:49:48 -07:00
ccorn
b0b895bff6 Bootstrap: Refining PreferredToolArchitecture (#6398)
* Patch to enable bootstrap on Win32

* [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture
2019-05-20 15:48:59 -07:00
Phil Christensen
3c9cd10293
Merge pull request #6533 from LarryIII/AddNewPort
[sentencepiece] Add new port
2019-05-20 14:30:08 -07:00
ewertons
e290fc43fa [azure] Update vcpkgs (add new port dependencies) (#6511)
* [azure] Update vcpkgs (add new port dependencies)

* [azure-iot-sdk-c] Bump CONTROL versions and normalize tabs/spaces

* [azure] ACR of Update vcpkgs (add new port dependencies)
2019-05-20 10:27:45 -07:00
Phil Christensen
94d1e2ef09
[argagg] Add new port (#6535) 2019-05-20 10:25:16 -07:00
Andrei Lebedev
4b45f9b56d [grpc,fmt,zstd] Add Windows-specific conditionals (#6509)
Check VCPKG_CMAKE_SYSTEM_NAME prior to performing Windows-specific
actions in portfiles

Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-20 10:24:51 -07:00
eao197
a792611535 sobjectizer-5.5.24.4 and so_5_extra-1.2.3 (#6538) 2019-05-20 10:24:28 -07:00
myd7349
ce2a6ed835 [vcpkg] Avoid duplication of targets in the CMake message (#6536) 2019-05-20 10:18:24 -07:00
Curtis J Bezault
2bec973d3a
Handle moving files across partitions on macOS (#6506) 2019-05-20 09:29:13 -07:00
myd7349
5a085a1637 [argagg] Add new port 2019-05-20 18:25:59 +08:00
Larry-Hu
a37e5cf0a4 [sentencepiece]Add new port 2019-05-20 01:41:52 -07:00
Larry-Hu
7bef7a9ca1 [sentencepiece]Add new port 2019-05-20 00:58:10 -07:00
JackBoosY
14953c279f [cccapstone]Fix include file <capstone.h> path. 2019-05-20 02:22:17 +00:00
driver1998
f008d24c67 [duilib] Windows arm/arm64 support (#6527)
* duilib: windows arm/arm64 support

* bump the version number of duilib
2019-05-19 17:45:33 -07:00
myd7349
af248a0709 [raylib] Add new port (fix #4500) (#5946)
* [raylib] Add new port (fix #4500)

* [raylib] Update to 2019-04-27

* [raylib] Bump version number

* [raylib] Minor fixes

* [raylib] Fix Threads_FOUND not defined error on Ubuntu

* [raylib] Bump version number

* Add system dependencies message

* [raylib] Display dependencies message on UNIX

* Modify message to appear based on build target, not build host
2019-05-19 17:43:29 -07:00
almikhayl
d10918a71a [numactl] new port only linux (#6080)
* [numactl] new port only linux

* Add system dependency message

* Update dependencies to include libtool

* Make whitespace change to retrigger CI
2019-05-19 17:24:15 -07:00
Maxim Kulyk
3480a13ff0 [blend2d] add port (#6110)
- port version `beta_2019-04-30`
 - same versioning as in asmjit pakage with addition of `beta_` prefix
2019-05-19 17:17:40 -07:00
Sean Warren
030e74940c [openblas] Enable static build on windows (#6519)
The latest version of openblas supports static builds on windows
2019-05-19 00:23:11 -07:00
Sean Warren
84e19f1ce2 [vcpkg.cmake] Remove use of IN_LIST (#6521)
Fixes regression introduced by #5681 in CMake projects with minimum version <3.3 where CMP0057 is not set to NEW
Fixes #6484
2019-05-18 23:33:16 -07:00
Stefano Sinigardi
69e86fd201 [lz4, flann] port patches from #5169 (#6294)
* [lz4, flann] port patches from #5169

* [lz4] use vcpkg_fixup_cmake_targets

* [flann] improve target handling

* [lz4] remove unnecessary debug message

* [openmvg] many many fixes to build it on windows

* [pcl] use official FLANN cmake config file instead of custom module

* [pcl] fix patch for flann targets

* [pcl] Bump CONTROL version
2019-05-18 22:58:03 -07:00
Robert Schumacher
77af264118
[vcpkg] Fix regression in --debug. Remove old features featureflag. (#6507) 2019-05-18 18:15:31 -07:00
NancyLi1013
469543f942 [aliyun-oss-c-sdk] Add new port (#6441)
* [aliyun-oss-c-sdk] Add new port

* [aliyun-oss-c-sdk] Update the CONTROL file and add the dependency.
2019-05-18 14:48:40 -07:00
TitanSnow
a462daf251 [lua] Upgrade to 5.3.5 and add support for Linux and macOS (#6515)
* upgrade lua to 5.3.5

* support POSIX systems

* bump version in CONTROL file

* -lm

* fix copyright check

* don't use c89 on windows

vs2015 already supports c99

* correct vcpkg_extract_source_archive_ex usage and platform detection

* fix FreeBSD
2019-05-18 14:33:05 -07:00
myd7349
1bb3ca1839 [pfultz2-linq] Update to 2019-05-14 (#6517) 2019-05-18 14:22:04 -07:00
Stefano Sinigardi
c80b432812 [openmvs] fix glw3 integration, lock to static link since there are missing exported symbols in windows 2019-05-18 21:04:24 +02:00