-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Microsoft/master
Update from Microsoft master
- Loading branch information
Showing
10 changed files
with
82 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
vcpkg (0.0.84) | ||
-------------- | ||
* Add ports: | ||
- cfitsio 3.410 | ||
- chmlib 0.40 | ||
- gl2ps OpenGL to PostScript Printing Library | ||
- libharu 2017-08-15-d84867ebf9f-1 | ||
- mpfr 3.1.5 | ||
- sophus 1.0.0 | ||
* Update ports: | ||
- allegro5 5.2.1.0 -> 5.2.2.0 | ||
- blaze 3.1 -> 3.2 | ||
- boost 1.64-5 -> 1.65 | ||
- curl 7.51.0-3 -> 7.55.0 | ||
- flann 1.9.1-4 -> 1.9.1-5 | ||
- gdal 1.11.3-4 -> 1.11.3-5 | ||
- glew 2.0.0-2 -> 2.1.0 | ||
- lcms 2.8-1 -> 2.8-2 | ||
- libogg 2017-07-27-cab46b19847 -> 1.3.2-cab46b1-2 | ||
- libuv 1.13.1 -> 1.14.0 | ||
- lz4 1.7.5 -> 1.8.0 | ||
- pcre2 10.23 -> 10.30 | ||
- spdlog 0.13.0 -> 0.14.0 | ||
- zstd 1.3.0 -> 1.3.1 | ||
* Bump required version & auto-downloaded version of `git` to 2.14.1 (due to a security vulnerability) | ||
* Show more information when there are issues acquiring `vcpkg` tool dependencies (`git`, `cmake`, `nuget`) | ||
* Remove download prompts for cmake/git. The prompts were causing a lot of issues for users and especially CI builds | ||
* `vcpkg edit`: Fix detection of 64-bit VSCode | ||
* Fixes and improvements in the `vcpkg` tool itself | ||
|
||
-- vcpkg team <[email protected]> TUE, 22 Aug 2017 13:00:00 -0800 | ||
|
||
|
||
vcpkg (0.0.83) | ||
-------------- | ||
* Add ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: blaze | ||
Version: 3.1 | ||
Version: 3.2 | ||
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: libharu | ||
Version: 2017-08-15-d84867ebf9f | ||
Version: 2017-08-15-d84867ebf9f-1 | ||
Description: libharu - free PDF library | ||
Build-Depends: zlib,libpng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Source: sophus | ||
Version: 1.0.0 | ||
Build-Depends: eigen3, ceres | ||
Description: Lie group library for C++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
include(vcpkg_common_functions) | ||
|
||
vcpkg_from_github( | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO strasdat/Sophus | ||
REF v1.0.0 | ||
SHA512 569634a8be9237d2240cf30c01e2677ece75d55f1196030f1228baca62fa22460e8ceb2a63bd46afdf7f02d8eb79c59d6ed666228b852da78590de897b278fab | ||
HEAD_REF master | ||
) | ||
|
||
vcpkg_configure_cmake( | ||
SOURCE_PATH ${SOURCE_PATH} | ||
PREFER_NINJA | ||
) | ||
|
||
vcpkg_install_cmake() | ||
|
||
vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/Sophus") | ||
|
||
vcpkg_copy_pdbs() | ||
|
||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) | ||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) | ||
|
||
# Put the license file where vcpkg expects it | ||
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/Sophus/) | ||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/Sophus/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/Sophus/copyright) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: zstd | ||
Version: 1.3.0 | ||
Version: 1.3.1 | ||
Description: Zstandard - Fast real-time compression algorithm http://www.zstd.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"0.0.83" | ||
"0.0.84" |