diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-05-29 00:03:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 00:03:08 -0700 |
| commit | 44631c9f6ff7eaf8fbe0ebc010918c5bf6407ac2 (patch) | |
| tree | 7d9c17a74ff48149b2c01049237901576eb05edd | |
| parent | e31ad8ff6f77c57ef549e1071d03ad46673bd2e9 (diff) | |
| parent | ddfbabee83b85115039f81173b7775bc83794458 (diff) | |
| download | vcpkg-44631c9f6ff7eaf8fbe0ebc010918c5bf6407ac2.tar.gz vcpkg-44631c9f6ff7eaf8fbe0ebc010918c5bf6407ac2.zip | |
Merge pull request #3595 from jasjuang/dlib
[dlib] update to 19.13
| -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 bfd8e371f..1a152168d 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,5 +1,5 @@ Source: dlib -Version: 19.12 +Version: 19.13 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas, clapack 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 5889f7fe5..4629cd9c2 100644 --- a/ports/dlib/portfile.cmake +++ b/ports/dlib/portfile.cmake @@ -8,8 +8,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO davisking/dlib - REF v19.12 - SHA512 d10f050df116b038045821c3af71f9e6e12cbe2fc328f1361d6a64edc9a80899f50f024cfb07df96a326a99b0925a1f2ca8b186dc3b424e823cfea1efa331acf + REF v19.13 + SHA512 3b6869cb9b08d98152bc0d474714f5d342e3d35e6226e5eeb54216ad64d0d0a48a5bf0e78a7db68540b5f593c74f2b3cefac2f545e4038130283c127a16cd00f HEAD_REF master ) @@ -62,6 +62,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_ne file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_cudnn) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_cuda) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_cpp11) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/cmake_utils/test_for_avx) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/dlib/external/libpng/arm) # Dlib encodes debug/release in its config.h. Patch it to respond to the NDEBUG macro instead. |
