Voskrese
33a53a8ad0
ninja update 1.10
2020-04-12 12:47:40 +08:00
Alexander Neumann
bf858077f2
fix vcpkg_find_acquire_program for script ( #10621 )
...
behavior before:
one script found meant another script could not be searched since the first one would simply be returned.
2020-04-09 17:01:48 -07:00
Lily
6c4e822611
[vcpkg] Fix vcpkgTools.xml, vcpkg_find_acquire_program.cmake version/filename inconsistent ( #10655 )
2020-04-06 15:24:17 -07:00
nicole mazzuca
3e90c7dad9
[vcpkg_find_acquire_program] Add git ( #10311 )
2020-03-05 14:23:05 -08:00
nicole mazzuca
4b1444e48d
[ryu] Add new port ( #10167 )
...
* ryu
* Add tool bazel in OSX
* wip
* wip
* wip
* wip
* wip
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-03-05 14:17:08 -08:00
Wolfgang Stöggl
2121698e7b
[tool-meson] Update to 0.53.2 ( #10234 )
2020-02-28 21:29:51 -08:00
Robert Schumacher
5deea3b975
[vcpkg-docs] Add documentation for vcpkg_configure_meson()
, vcpkg_install_meson()
, vcpkg_fixup_cmake_targts()
, and vcpkg_prettify_command()
( #7606 )
...
* [vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, `vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()`
* [docs] Address code review comments. Reformat docs for vcpkg_fail_port_install.
2020-02-12 15:58:43 -08:00
Jack·Boos·Yu
fa022fb0fb
[tools] Add python64 bit. ( #7964 )
...
* [tools]Add python64 bit.
* [pybind11/shiva]Add version number.
* [duktape]Fix build error using python64 bit.
* [duktape]Fix python2 path.
* [duktape]Fix duketape build: using python2 tools.
* Change subdirs and archive names for PYTHON2 and PYTHON3
* [duktape] Update version info
* [shiva] Add homepage
* update baseline
* update baseline
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-02-04 11:32:03 -08:00
Robert Schumacher
89751b450a
[vcpkg_find_acquire_program] Include version in downloaded python MSI name to avoid conflicts when updating ( #8774 )
2020-01-27 15:52:23 -08:00
Colin Barré-Brisebois
23d7b88a39
Update the repo for jom 1.1.3 ( #9265 )
...
* Update the repo for jom 1.1.3
- The qt repo is unreliable, often down. Use the Berkeley mirror instead.
* Set two possible URLs for JOM v1.1.3
* Update indent to match coding style
2020-01-27 14:44:33 -08:00
Wolfgang Stöggl
f992ddbed3
[doxygen] Add alternative download URL ( #9708 )
...
Only the current and the previous version of doxygen can be downloaded
from: http://doxygen.nl
Sourceforge provides the current version and any previously released
versions for download: https://sourceforge.net/projects/doxygen/files/
Add sourceforge as alternative download URL. This avoids situations,
when the version of doxygen in vcpkg is n-2 and cannot be downloaded
any more, see e.g. commit: 526f937580
2020-01-22 12:27:45 -08:00
tags
526f937580
[doxygen] Updated to 1.8.17 ( #9574 )
...
* Updated doxygen to 1.8.17 from 1.8.15
2020-01-15 16:48:26 -08:00
Laurent Rineau
767909ad14
[vcpkg_find_acquire_program] Give hints for yasm with brew and apt ( #9191 )
2019-12-06 16:01:12 -08:00
Tatsuro Shibamura
227d055359
[ffmpeg] Fixed build error ARM64 Windows 10 ( #9160 )
...
* [ffmpeg] Fixed build error ARM64 Windows 10
* [ffmpeg] Avoid gas-preprocessor caching
2019-12-03 11:17:08 -08:00
Wolfgang Stöggl
af55822ea1
mesonbuild - Update to 0.52.0 ( #8639 )
...
* mesonbuild - Update to 0.52.0
* [tool-meson] Add package to represent dependency on Meson build-system
2019-10-28 15:47:40 -07:00
Alexej Harm
da233c38ec
Add go to vcpkg_find_acquire_program ( #8440 )
2019-10-04 11:14:35 -07:00
Victor Romero
f5c732b40d
Download Mode ( #7950 )
...
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option
* [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option
* [vcpkg_find_acquire_program] Allow in Download Mode
* Don't stop when build fails for a package
* Download sources for all packages in dependency graph
* Improve output messages
* Enable acquiring MSYS packages in download mode
* Documentation
* Update documentation
* execute_process() always fails on Download Mode
* Regenerate docs and fix formatting
* Run clang-format
* Use _execute_process on vcpkg_from_<source> helpers
* Fix calls to _execute_process() when not in Download Mode
2019-08-28 13:49:29 -07:00
Victor Romero
4b404e8cfb
Revert "[vcpkg install] Enable Download Mode ( #7797 )" ( #7949 )
...
This reverts commit 65d4bc146b
.
2019-08-28 11:59:30 -07:00
Victor Romero
65d4bc146b
[vcpkg install] Enable Download Mode ( #7797 )
...
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option
* [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option
* [vcpkg_find_acquire_program] Allow in Download Mode
* Don't stop when build fails for a package
* Download sources for all packages in dependency graph
* Improve output messages
* Enable acquiring MSYS packages in download mode
* Documentation
* Update documentation
* execute_process() always fails on Download Mode
* Regenerate docs and fix formatting
* Run clang-format
* Use _execute_process on vcpkg_from_<source> helpers
2019-08-28 11:47:17 -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
Igor Kostenko
f97f92785f
Added nasm mirror as nasm.us is down again ( #7175 )
2019-07-09 23:17:17 -07:00
Phil Christensen
24b1618b29
revert ninja update ( #7135 )
...
Causing failures on Linux, revert until investigation is complete.
2019-07-02 15:12:47 -07:00
cskrisz
4642a4fc6c
Fix Python3 tool on Windows ( #7051 )
...
* Delete python37._pth from python3-embed
* Add version number to SUBDIR
* [open62541] Use Python in version subdir
2019-07-02 13:47:50 -07:00
YenForYang
12587b1b88
Update python2, python3, perl, aria2, ninja, ruby, 7z ( #6791 )
2019-07-01 13:31:17 -07:00
Norbert Nemec
989d049702
mesonbuild - Update to 0.51.0
2019-06-20 16:37:45 +02:00
Phil Christensen
df0b8d9e55
[vcpkg] update python3 to 3.7.3 on windows ( #6383 )
...
* [vcpkg] update python3 to 3.7.3 on windows
* Update scripts/cmake/vcpkg_find_acquire_program.cmake
Co-Authored-By: Bradley Austin Davis <bdavis@saintandreas.org>
2019-06-19 10:47:09 -07:00
driver1998
a85359f7d3
ffmpeg: enable arm/arm64 windows support ( #6590 )
...
* ffmpeg: enable arm/arm64 windows support
* ffmpeg: fix x64-uwp
* ffmpeg: remove outdated patch
* ffmpeg: remove outdated patch
2019-06-06 16:04:27 -07:00
JackBoosY
c62dfa26cc
[DOXYGEN]Upgrade doxygen to 1.8.15. ( #6704 )
2019-05-31 23:19:32 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ( #5937 )
...
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [alac,benchmark,capnproto] Fix check_linkage call
* [fastlz] Fix SHA512
* [coroutine] Fix dynamic build
* [folly] Find double-conversion
* [gamma] Use vcpkg_from_github
* [librsync] Enable static builds
* [netcdf-cxx4] Fix SHA512
* [octomap] Fix static build
* [tidy-html5] Fix static build
* [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime
* [folly] Use ras0219's fix for link paths
* [octomap] Fix exported targets
* [uvatlas] Set tool download SHA512
* [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32
* [suitesparse] osx fix
* [gtkmm] Call vcpkg_check_linkage after including vcpkg functions
* [duktape] Resolve conflicts
* [duktape] FIxed typo in Python paths
* [wangle] Find zlib
* [openssl-uwp] Fix SHA512
* [glib] Allow static builds on non-Windows
* [suitesparse] Fix build on Windows
* [multiple ports] Bump CONTROL version
* [multiple ports] Fix description indent
* [directxtk] Fix CONTROL file
* [bde,duktape,qpid-proton] Build packages with python2 installed
* [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [gdal,live555,uriparser] Fix regressions
* [live555] Update to 2019.04.24
2019-05-02 22:57:43 -07:00
Phoebe
0808a97ab4
[Jom] Upgrade Jom ( #6210 )
2019-04-25 11:56:36 -07:00
David Lechner
0fffb47ed0
Fix vcpkg_find_acquire_program(NUGET) ( #5871 )
...
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)
2019-04-02 13:49:03 -07:00
Ethan Smith
62462f7162
Add nuget to vcpkg_find_acquire_program ( #4568 )
...
* Add nuget to vcpkg_find_acquire_program
* Add niget to list of programs one can download
2019-03-14 00:10:11 -07:00
Cheney Wang
37ddeed0ea
[libepoxy/fribidi] Update version of meson to support VS2019 ( #5629 )
2019-03-11 10:01:57 -07:00
kiwixz
9446cc6729
[x265] upgrade to 3.0, enable assembly (upgrade nasm to 2.14) ( #5389 )
...
* [acquire nasm] upgrade to 2.14
* [x265] upgrade to 3.0, enable assembly
* [x265] Enable assembly only on Windows
2019-02-21 17:05:19 -08:00
Robert Schumacher
581fd4501b
[vcpkg_find_acquire_program] Improve robustness of finding bison
2019-01-28 15:37:23 -08:00
ivysnow
2d63525a15
[vcpkg] add support for FreeBSD ( #4917 )
...
* [vcpkg] add support for FreeBSD
* [x64-freebsd] Remove triplet because it is not currently in the set of supported triplets
2019-01-07 16:03:35 -08:00
Bill Avery
ae2b0639a3
[graphqlparser] Use default library type for the platform instead of specifying SHARED ( #4794 )
...
* Use default library type for the platform instead of specifying SHARED
* [graphqlparser] Bump control version and slight cleanup
* [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17 16:26:56 -08:00
Jayesh Badwaik
d562441fc9
[xmsh] add support for xmsh library ( #4656 )
...
* [xmsh] add support for xmsh library
- xmsh is a mesh document format. xmsh library is the reference
implementation for the format.
* [xmsh] removed extraneous file command
* [xmsh] update version to v0.2.3
* [xmsh] upgrade to version v0.3.1
* [xmsh] update to version v0.4
* + fix python executable packaging
* [vcpkg_find_acquire_program] Fix PYTHON3 on non-Windows
2018-11-26 16:52:11 -08:00
Christian Meurin
4ed4272031
win_flex 2.5.9 is no longer downloadable, use 2.5.16 ( #4658 )
...
* win_flex 2.5.9 is no longer downloadable, use 2.5.16
* [vcpkg_find_acquire_program] Fix links to flex and bison. Use subdir to avoid conflict with previous version.
2018-11-06 17:03:59 -08:00
Mark Ian Holland
e9f36a0e27
*Update Meson to 0.47.1. ( #4155 )
...
*Fix acquire meson on Unix platforms.
2018-08-29 21:34:25 -07:00
Lars Ivar Hatledal
107ed00628
Fix aquire flex and bison when not on Windows ( #4120 )
...
* use find_program to locate flex and bison when not Windows
* reset changes to thrift/portfile.cmake
* fix aquire flex and bison on non win platforms
* [vcpkg_find_acquire_program] Indentation and use CMAKE_HOST_WIN32
2018-08-22 14:04:20 -07:00
Alexander Karatarakis
b5e4c4c7cf
[find_acquire.cmake] Fix ninja path for mac
2018-04-24 16:05:02 -07:00
Alexander Karatarakis
e6ed2f8902
[find_acquire] Fix ninja path
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
ab9dd6e6eb
[find_acquire] Extract variable
2018-04-06 17:24:46 -07:00
Jacob Zhong
892f7052f9
[vcpkg] Add support of external downloader aria2
2018-04-02 18:48:14 -07:00
Alexander Karatarakis
800f8b0e1d
Specify ninja exe
2018-03-30 17:46:13 -07:00
Robert Schumacher
cfd0d9c0e2
[vcpkg-find-acquire-program] Update version of YASM
2018-03-27 08:41:23 -07:00
Robert Schumacher
94360c2c65
[vcpkg-find-acquire-program] Handle PERL and NASM on non-windows
2018-03-13 11:35:19 -07:00
Robert Schumacher
f56a5e4e94
[vcpkg] Improve defaults for other platforms
2018-03-11 23:42:53 -07:00
Jacob Zhong
63901137f6
Add doxygen and add packages option to vcpkg_require_msys ( #2869 )
...
* Add doxygen to acquired programs
* Add packages option to msys function
* Add documentation for PACKAGES in vcpkg_require_msys
* [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
2018-02-24 00:00:51 -08:00
Robert Schumacher
f279e9f5e3
[vcpkg-find-acquire-program] Add mirror for NASM. Fixes #2777 .
2018-02-14 18:04:16 -08:00
Frank Quinn
7fc2d7dbdf
Added SCONS to vcpkg_find_acquire_program
...
See: http://scons.org
I have a port I would like to submit which uses scons (which in
turn uses the python interpreter already provided). This change
makes SCONS usable for vcpkg_execute_required_process.
2017-11-19 11:42:52 +00:00
Alexander Karatarakis
9150cb8a90
[vcpkg_find_acquire_program] Use vcpkg_download_distfile()
2017-11-03 15:02:52 -07:00
bahaki386
11fdd415dd
Update Meson to 0.43.0
...
Upedate Meson to 0.43.0.
It will fix Issue #2006 .
2017-10-18 19:38:25 +09:00
Alexander Karatarakis
374253cb1b
[ninja] Update to 1.8.2
2017-10-16 16:23:10 -07:00
Robert Schumacher
53ad140251
[vcpkg-scripts] Hotpatch revert changes to vcpkg_find_acquire_program.cmake.
2017-10-12 11:54:47 -07:00
Robert Schumacher
5c66f301b9
[vcpkg-scripts] Remove double expansions
2017-10-12 08:22:50 -07:00
Robert Schumacher
4440ae36b5
Merge pull request #1904 from UnaNancyOwen/add_wix
...
Add Dark support
2017-10-02 10:23:22 -07:00
Tsukasa Sugiura
58418e7373
Add Dark support
...
Add Dark support to vcpkg_find_acquire_program().
2017-10-03 00:55:54 +09:00
glachancecmaisonneuve
cbc3050b44
find_acquire_program fix for python2
...
python2 version bump
2017-09-17 02:33:44 -04:00
Jared Szechy
e915ab0466
Update to latest python 3.5 patch
2017-09-12 20:13:34 -04:00
Robert Schumacher
6f112cf961
[vcpkg-find-acquire-program] Restore strawberry perl to satisfy openssl:x64-windows
2017-08-02 14:36:02 -07:00
Robert Schumacher
ebc875df58
[openssl][vcpkg_find_acquire_program] Use msys to provide perl for vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly.
2017-08-01 17:12:59 -07:00
Gilles Khouzam
8085cd34f2
Adding support for FFmpeg in UWP.
...
Adding support to download gas-preprocessor as an acquire_program.
Update all packages for msys2
Download perl and gcc for ARM assembly in ffmpeg.
2017-06-19 12:49:20 -07:00
Bagong
dc43c4271b
Add default path of 64-bit python as installed by MSVS2017
2017-05-29 20:32:06 +02:00
Bagong
71726ac000
Correct path bison/flex add ruby 2.4.1 and gperf 3.0.1
2017-05-29 09:05:52 +02:00
Robert Schumacher
49cd399586
[vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs.
2017-05-28 14:15:13 -07:00
atkawa7
9884310dbe
Remove unintuitive naming in vcpkg_find_acquire_program
2017-05-25 18:04:02 -07:00
atkawa7
f1bf427695
Added Flex and Bison to vcpkg_find_acquire_program
2017-05-25 08:42:01 -07:00
codicodi
78c6e6ab12
[libepoxy] update to 1.4.2
2017-05-10 23:15:02 +02:00
Robert Schumacher
7dd7490468
[vcpkg] Force JOM to be updated to 1.1.2
2017-02-23 03:29:25 -08:00
Alexander Karatarakis
b831a7d9ee
[find/acquire python] Update to v1.1.2 from v1.1.1
2017-02-21 19:39:53 -08:00
Alexander Karatarakis
4dc8f546f6
[find/acquire python] Use 32-bit versions and bump to latest patch version
2017-02-21 19:31:52 -08:00
Alexander Karatarakis
edec017ece
Fix download of nasm. Resolves libjpeg-turbo build error
2017-02-14 19:20:13 -08:00
Alexander Karatarakis
da26d09716
Add functions to find Program Files folders on the CMake side
2017-02-14 17:29:47 -08:00
codicodi
6ca475a5b4
add libepoxy
2017-02-09 18:13:52 +01:00
codicodi
95af9aac7c
Add Ninja support
2017-02-03 17:16:13 +01:00
Alexander Karatarakis
f2d40c5b81
Download 32-bit perl instead of 64-bit. Resolves #620
2017-02-01 11:38:58 -08:00
Alexander Karatarakis
f4622dce99
[7zip] Also consider the system version, if available
2017-01-11 20:54:25 -08:00
Albert Ziegenhagel
1911fa8182
Acquire 7z
...
Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32)
2017-01-11 11:37:19 +01:00
Alexander Karatarakis
4f5f52ff47
Fix error message when looking for PYTHON2
2017-01-10 16:02:53 -08:00
Alexander Karatarakis
d933562a58
Move PYTHON2 "acquisition" to vcpkg_find_acquire_program
2016-11-28 17:17:28 -08:00
Charles Barto
b25c13c155
made some qt5 fixes
2016-11-01 19:19:05 -04:00
Barath Kannan
162ba52f43
need a function to repeatedly build up to a number of failures, since qt builds are so flaky
2016-10-25 20:56:02 +11:00
Barath Kannan
8dbeacd5ad
static linkage and jom fixes
2016-10-25 12:39:50 +11:00
Barath Kannan
0af6ca8123
add qt5 support, working install but static linkage with RT needs to be implemented
2016-10-25 02:06:27 +11:00
Ninetainedo
8cee9c6e07
Replaced everything concerning MD5 with SHA512
2016-09-22 21:30:58 +02:00
Alexander Karatarakis
ccca198c1b
Initial commit
2016-09-18 20:54:03 -07:00