Commit Graph

9128 Commits

Author SHA1 Message Date
shuitianxu
adad43a417 fix7725issue - Change include header path (#7769) 2019-08-20 12:18:09 -07:00
dan-shaw
0433989bad
[tensorflow] add new port for linux (#7568)
* [+] Add tensorflow-cc port (Linux only)

* [~] Refactor installation of tensorflow/external

  1. Install tensorflow/external to tensorflow-etc/external;
  2. Fix TensorflowCCConfig.cmake accordingly.

* [tensorflow] Work in progress

* fix tensorflow linux config

* [tensorflow] partial support for windows

* fix config paths

* use environmental variables instead

* remove files

* add python_path

* add verbose error messages

* review fixes

* [tensorflow] refactor config file

* minor changes

* set arch for CI
2019-08-20 12:13:26 -07:00
Ehsan
7f165907fc [eastl] Update library to 3.14.01 (#7786) 2019-08-20 11:23:18 -07:00
zi-m
87da388431 [sparsehash] Add new port (#7772)
* sparsehash

* Update portfile.cmake
2019-08-20 10:33:40 -07:00
Ehsan
573bebe6b7 [dimcli] Update library to 5.0.0 (#7785) 2019-08-20 10:24:28 -07:00
Curtis J Bezault
4da95d667c
[vcpkg]Port toolchains (#7687)
* checkpoint commit

* Only set VCPKG_ENV_OVERRIDES_FILE if it exists

* First pass at working port-toolchain

* Update VERSION.txt

* Return rvalue

* Fix compilation error

* Some fixes are requested by @ubsan

* Fix another compilation error
2019-08-20 08:47:26 -07:00
Ehsan
463a67897c [argagg] Update library to 0.4.6 (#7752) 2019-08-20 08:43:51 -07:00
Ehsan
3c52222b9a [argparse] Update library to 1.9 (#7753) 2019-08-20 08:43:35 -07:00
Long Huan
6b99a1dddc [qtkeychain]Add new port (#7760)
* new port qtkeychain

* Update CONTROL

* not build translations on linux 

Avoiding issues #7771 by not build translations on linux
2019-08-20 08:43:20 -07:00
Long Huan
3173e5516a [libspatialindex]Add new port (#7762)
* new port libspatialindex

* Update portfile.cmake

* support static build
2019-08-20 08:41:32 -07:00
OWenT
48598bcb6d [libcopp] Update library to 1.2.0 (#7770) 2019-08-20 08:40:50 -07:00
Alexander Neumann
743bec775a make find_library useable without errors to console. (#7773) 2019-08-20 08:34:18 -07:00
Ehsan
614dbcbf55 [cgltf] Update library to 1.3 (#7774) 2019-08-20 08:33:47 -07:00
Ehsan
9625aef2b3 [distorm] Update library to 3.4.1 (#7777) 2019-08-20 08:33:27 -07:00
Ehsan
5b6222a273 [clara] Update library to 1.1.5 (#7775) 2019-08-20 08:33:15 -07:00
myd7349
c6a9288ddd [nanort] Add new port (#7778) 2019-08-20 08:32:54 -07:00
Ehsan
c2cfec18a4 [inih] Update library to 45 (#7780) 2019-08-20 08:32:09 -07:00
Ehsan
d5a54cf253 [leaf] Update library to 0.2.2 (#7782) 2019-08-20 08:31:57 -07:00
Phil Christensen
2b1733d9d3
Merge pull request #7642 from sjdrc/patch-1
[qt5]Only build qt5-activeqt on windows
2019-08-19 23:20:42 -07:00
Phil Christensen
568f6c9f14
[libfabric] Update library to 1.8.0 (#7755) 2019-08-19 23:07:17 -07:00
Ehsan
b85f6e9a66 [clp] Update library to 1.17.3 (#7756) 2019-08-19 23:06:48 -07:00
JackBoosY
9ff11b0d00 [gdal]Fix dependent ports in static builds. (#7434) 2019-08-19 17:10:41 -07:00
Igor Kostenko
7656eb0317 [boost-modular-build-helper] Fix multiple compiler and linker options… (#7160)
* [boost-modular-build-helper] Fix multiple compiler and linker options support in boost
2019-08-19 17:06:57 -07:00
unknown
8d80df16ea [libfabric] Update library to 1.8.0 2019-08-20 02:19:40 +04:30
Phil Christensen
5a1e992023
[vcpkg] allow multiple spaces in a comma list (#7754) 2019-08-19 13:49:44 -07:00
Victor Romero
8e7ce6d91a
Add guideline for VCPKG_<LANG>_FLAGS (#7751) 2019-08-19 12:28:30 -07:00
Ehsan
55f574632b [libmorton] Update library to 0.2 (#7738) 2019-08-19 11:29:18 -07:00
Alexander Neumann
9c879883f6 add variables for target specific library suffix and prefix. (#7600)
also set the according cmakevariables in script mode
enabling find_library calls in portfiles
2019-08-19 11:13:30 -07:00
myd7349
432e357737 [libsvm] Add new port (#7664)
* [libsvm] Add new port

* [libsvm] Add tools feature

* [libsvm] Fix UWP build
2019-08-19 10:43:58 -07:00
JackBoosY
20a0c30dd8 [jsonnet]Upgrade version to 0.13.0 (#7374)
* [jsonnet]Upgrade version to 0.13.0

* [jsonnet]Use different commands depending on the version of powershell.

* [jsonnet]Fix merge error.
2019-08-19 08:55:29 -07:00
Martin Kröning
9a6f38041f [ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739)
This adds zlib as dependency to make it possible to find in FindFFMPEG.cmake.
Also FFmpeg likes to autodetect zlib for additional features on compilation.
This removes the check for stdint.h, as it is included since MSVC 2010 and does not always find it.
To enable static linking on windows, bcript had to be added:

avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptOpenAlgorithmProvider@16 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptCloseAlgorithmProvider@8 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptGenRandom@16 referenced in function _av_get_random_seed
2019-08-19 08:41:49 -07:00
Ehsan
81258880b1 [double-conversion] Update library to 3.1.5 (#7717) 2019-08-19 08:36:16 -07:00
Nicole Mazzuca
300e21d59e [vcpkg] Major tool CMakeLists.txt updates
- Add the "VCPKG_DEVELOPMENT_WARNINGS" flag
	- setting "WERROR" will also set this flag
	- This flag is set by default
	- on GCC/clang, this will pass '-Wall -Wextra -Wpedantic -Werror'
	- on GCC, this will additionally pass '-Wmissing-declarations'
	- on clang, this will additionally pass '-Wmissing-prototypes'
	- on MSVC, this will pass '-W4 -WX'
- On Visual Studio 2017 and later, pass '-permissive-'
- Change the source for fallout of these changes
- add `format` subcommand
	- formats all C++ source and header files using clang-format
- move `include/vcpkg-test/catch.h` to `include/catch2/catch.hpp`
- pass CONFIGURE_DEPENDS to file(GLOB)
2019-08-16 19:40:53 -07:00
Lily
5d1751dfda [open62541, duktape] Update hash for pip. (#7548)
* [open62541, duktape] Update hash for pip.

* [duktape] Fix build error on Linux

* [open62541, duktape] Update download linkage for pip.

* [open62541] Resolve conflict

* [open62541] Resolve conflict

* [open62541] Remove homepage
2019-08-16 17:22:04 -07:00
NiHoel
de3d6b5c26 Fix building feature opencv halide (#7581)
* Add feature halide to OpenCV.

* Add dependency of opencv[halide] to opencv[dnn].

* Fix building opencv[halide].

* Only require opencv[dnn] not default features.

* Migration to opencv4 port.

* [opencv] Normalize line endings in CONTROL file

* [opencv] Normalize line endings in CONTROL file
2019-08-16 17:16:17 -07:00
Curtis J Bezault
3ddfd132eb
Merge pull request #7731 from ehsan-mohammadi/dev0
[cgltf] Update library to 1.2
2019-08-16 14:05:03 -07:00
Curtis J Bezault
b47ca1b012
Merge pull request #7305 from cbezault/external_file_abi
[vcpkg] Public ABI override option
2019-08-16 13:51:22 -07:00
unknown
7a17abd59d [cgltf] Update library to 1.2 2019-08-17 01:08:53 +04:30
Curtis J Bezault
dd8e95af87
Merge pull request #7729 from cskrisz/patch-2
[sfml] Fix system package dependencies on Ubuntu
2019-08-16 13:30:37 -07:00
Lily
a3135b7c86 [field3d] Add new port (#7594)
* [field3d] Add new port

* [field3d] Add new port
2019-08-16 13:08:35 -07:00
Krisztián Csordás
879a7fafd7
Fix opengl for SFML
Cmake doesn't find opengl on Ubuntu (tried 18.04, 19.04) even after installing the required system dependencies.

libgl1-mesa-dev works instead of mesa-common-dev, as noted here: https://stackoverflow.com/a/47926071/6597851.
2019-08-16 21:40:44 +02:00
Alexander Neumann
c176532bd6 [tinkerforge] add new port (#7523)
* triplet whitespace changes to change abi tags in ci and trigger full CI rebuild

* [tinkerforge] add new port

* Revert "triplet whitespace changes to change abi tags in ci and trigger full CI rebuild"

This reverts commit 5f356794b9.

* added uwp early failure
2019-08-16 12:02:14 -07:00
Curtis J Bezault
1ccf986f76
Merge pull request #7726 from adrido/revert-irrlicht-unicode-paths
Revert "[irrlicht] use unicode path on windows (#7354)"
2019-08-16 10:27:59 -07:00
Curtis J Bezault
b87dc541b5
Merge pull request #7710 from JackBoosY/dev/jack/7477
[libmariadb]Fix usage error LNK2001.
2019-08-16 10:23:47 -07:00
Curtis J Bezault
a17a013ad8
Merge pull request #7697 from wangli28/dev/Lily/issue7682
[geographiclib] Fix build error on Linux
2019-08-16 10:23:13 -07:00
Curtis J Bezault
be7428900d
Merge pull request #7714 from ehsan-mohammadi/master
[cpp-httplib] Update library to 0.2.1
2019-08-16 10:22:55 -07:00
Curtis J Bezault
71f4cba1f8
Merge pull request #7715 from ehsan-mohammadi/dev0
[pegtl-2] Update library to 2.8.1
2019-08-16 10:22:08 -07:00
Curtis J Bezault
424ceb04b5
Merge pull request #7716 from ehsan-mohammadi/dev1
[doctest] Update library to 2.3.4
2019-08-16 10:21:58 -07:00
Curtis J Bezault
9e17c421e5
Merge pull request #7723 from ehsan-mohammadi/dev7
[sqlite-orm] Update library to 1.4
2019-08-16 10:17:17 -07:00
Curtis J Bezault
7a42fe13c3
Merge pull request #7721 from ehsan-mohammadi/dev5
[oniguruma] Update library 6.9.3
2019-08-16 10:16:58 -07:00