aboutsummaryrefslogtreecommitdiff
path: root/ports/dlib
AgeCommit message (Collapse)Author
2021-07-20[rollup] Rollup PR 2021-07-16 (#19001)nicole mazzuca
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY) [vcpkg-cmake] Add check for unused cmake variables * [rollup:2021-07-16 2/7] PR #18397 (@strega-nil) [vcpkg_list] add new function * [rollup:2021-07-16 3/7] PR #18782 (@strega-nil) [scripts-audit] vcpkg_build_ninja * [rollup:2021-07-16 4/7] PR #18784 (@strega-nil) [scripts-audit] vcpkg_minimum_required * [rollup:2021-07-16 5/7] PR #18785 (@strega-nil) [scripts-audit] vcpkg_replace_string * [rollup:2021-07-16 6/7] PR #18786 (@strega-nil) [scripts-audit] windows scripts * [rollup:2021-07-16 7/7] PR #18945 (@strega-nil) [many ports] remove deprecated vcpkg_check_features call [1/5] Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-12-23[dlib] adding missing cudnn depedency for cuda feature (#15277)Michał Walenciak
2020-11-18[BLAS] add metaport (#13448)Stefano Sinigardi
* [BLAS] add metaport * [openblas] enable also on macOS to allow lapack-reference previous setup * [clapack] bump port version * [blas, lapack] Remove incorrect comments about "outside vcpkg" Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-03[dlib] Fix dependency port sqlite3 (#13325)Phoebe
2020-08-27[OpenMVG/OpenMVS] fix tools (#12229)Stefano Sinigardi
2020-08-21[dlib] Update to v19.21 (#13061)stoperro
2020-08-06[lapack] add metaport lapack to switch lapack impl with an overlay (#12464)Alexander Neumann
* [lapack-select] add port lapack-select to select the lapack implementation * move (!osx) check into lapack select * correct the platform selection logic so that clapack is not forced. added external as a feature. made a dummy project to find the external provided LAPACK * fix the oscx regression. Actually need to specify external dependency on OSX * rename port to lapack and use build-depends
2020-05-07[dlib] add more granularity in features (#11195)Erwan BERNARD
* [dlib] add more feature selection * [dlib] replace custom with check_features * [dlib] bump version in CONTROL
2020-04-22[dlib] Updated dlib to v19.19 (#10826)stoperro
* [dlib] Updated dlib to v19.19 * - [dlib] Corrected dlib version. - [dlib] Corrected copyright installation. - [dlib] Removed deprecated calls from portfile.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-31[openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)Stefano Sinigardi
* [openexr,openimageio,suitesparse,theia] updates for non-win32 * [theia] use only valid cmake symbols * [suitesparse] Fix build * [lapack] still not properly integrating with other ports * [lapack] intercept cmake module calls and substitute them with our defs * [suitesparse,clapack] fixes for proper integration * [ceres,clapack] bump CONTROL * [suitesparse] remove unnecessary defs * [clapack] improve wrapper logic * [WIN32] remove wrong symbol * [clapack] fix wrapper integration * [Accelerate] use best framework when available * [clapack] separate config from wrapper * [clapack] fix paths and filenames * [mlpack,armadillo,clapack] improve library handling * [mlpack] remove unnecessary cmake option * [clp,coinutils,osi,liblemon] dependencies of openmvg, improve compatibility with non-win32 * [openmvg] fix for case-sensitive filesystems * [clp,coinutils,osi] simplify CMakeLists removing many unnecessary steps * [sophus] Force rebuild * [theia] fixes for linux, part1 * [io2d] remove broken sintax * [fontconfig] bump version to remove CI cached failure * [theia] fixes for linux, part2 * [theia] remove unnecessary empty folders and comments from portfile * [theia] use correct build type removing forced vars in cmakelists.txt * [openmvg] add missing suitesparse target detection * [sophus] fix Suitesparse dependency * [sophus,openmvg] use suitesparse lowercase for module compatibility on case-sensitive filesystems * [suitesparse] fixes for case-sensitive filesystems * [openmvg] use correct Eigen3 name for case-sensitive filesystems * [sophus] trigger rebuild * [shogun] use modern vcpkg style * [shogun] add missing cmake system processor symbol
2019-05-24[dlib] Update to v19.17 and fix static lapack linkage (#6520)Sean Warren
* [dlib] Update to v19.17 and fix static lapack linkage * [dlib] Update patchs for new dlib version
2019-05-09[dlib]Fix build error in linux:copyright check failure. (#6361)JackBoosY
2019-05-03[dlib] port patch from #5169 (#6292)Stefano Sinigardi
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [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-03-05[dlib] Remove patch now fixed correctly by vcpkg_fix_cmake_targets (#5559)Sean Warren
2019-02-27[dlib] fix mac, windows-static build (#5477)Sean Warren
2018-10-08[dlib] update to 19.16 (#4379)Jason Juang
2018-07-14[dlib] update to 19.15jasjuang
2018-07-08[dlib] update to 19.14 (#3868)Jason Juang
2018-07-03Fix glfw3:x64-linux producing incorrect target (#3803)Qi-rui Chen
* Fix glfw3 creating incorrect target glfw3Target.cmake uses a semicolon seperated list which needs to be escaped with quotes on write * Fix semicolon stripping * Fix typo * [dlib][glfw3][libodb][signalrclient] Bump versions
2018-05-27[dlib] update to 19.13jasjuang
2018-05-20[dlib] update to 19.12jasjuang
2018-05-18[dlib] update to 19.11jasjuang
2018-03-28[dlib] Disable shared linkageRobert Schumacher
2018-03-25[dlib] update to 19.10jasjuang
2018-01-27[dlib] Fix assert configuration issue in release modeRobert Schumacher
2018-01-22[dlib] update to 19.9jasjuang
2018-01-03Use vcpkg version of BLAS and LAPACK in dlibSean Warren
dlib v19.8 detects these packages correctly
2017-12-20[dlib] update to 19.8jasjuang
2017-11-11Adding package features for Dlib and OpenCVLuiz Paulo
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-04fix issue 2111jasjuang
2017-11-04[dlib] update to 19.7 and use vcpkg_from_githubjasjuang
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-22[dlib] Fix static builds. Add cmake files back in.Robert Schumacher
2017-05-07[dlib] Dlib encodes debug/release in its config.h. Patch it to respond to ↵Robert Schumacher
the NDEBUG macro instead.
2017-05-07[dlib] Explicitly enable and disable dependencies.Robert Schumacher
2017-03-16[dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftwRobert Schumacher
2017-03-17Update CONTROLPakorn Vongseela
2017-03-17Update portfile.cmakePakorn Vongseela
2017-02-18dlib portJürgen Herrmann
Initial commit for dlib port