diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-12-20 18:52:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-20 18:52:03 -0800 |
| commit | 5464399e557e893a604289a0639d5113d0fd5266 (patch) | |
| tree | b48bfc0719aeae6d2924dc6ee3697b80127f7378 | |
| parent | 6cb6a61aaf5ef2c143f974e9f731778bcd3f5cbe (diff) | |
| parent | 65f96fab1d0823abd65560f5425eabe75da84303 (diff) | |
| download | vcpkg-5464399e557e893a604289a0639d5113d0fd5266.tar.gz vcpkg-5464399e557e893a604289a0639d5113d0fd5266.zip | |
Merge pull request #2412 from jasjuang/dlib
[dlib] update to 19.8
| -rw-r--r-- | ports/dlib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/dlib/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index c773d8d28..4d0a72f50 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,5 +1,5 @@ Source: dlib -Version: 19.7 +Version: 19.8 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3 Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ diff --git a/ports/dlib/portfile.cmake b/ports/dlib/portfile.cmake index e80176b7d..9d82cbf19 100644 --- a/ports/dlib/portfile.cmake +++ b/ports/dlib/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO davisking/dlib - REF v19.7 - SHA512 a3877066e04a411d96e910f4229c60a86971a9290e840aa4a5b2f0b102e9b8c37bfede259b80b71ba066d21eb0aa2565808e51d0eab6397ff5fd2bac60dcedd5 + REF v19.8 + SHA512 5fbe306dab1fe025de0892808431ddc4bc6f3e91eb509881a0b341dd2d0a5a36c5d99d45ece19c428d6025b0601b996cab4b554332323a0c73a65d66b82db01a HEAD_REF master ) @@ -55,6 +55,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Remove other files not required in package file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/all) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/appveyor) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/test) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/travis) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_neon) |
