Commit Graph

49 Commits

Author SHA1 Message Date
Alexander Neumann
c68c49df1a
[dlib] disable asserts on !windows (#37235) 2024-03-07 22:06:15 -08:00
autoantwort
4760200b67
[dlib] no uwp (#35044) 2023-11-14 00:25:12 -08:00
Nursultan Zarlyk
e19fc496c7
[Dlib] Enable arm64-windows (#26778)
* Add arm64-windows support

* Update port version

* Update dlib version

* Add dlib:arm64-windows in ci.baseline

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-09-15 12:33:44 -07:00
Kai Pastor
dba0645e88
[dlib] Fix pc file, cleanup, drop lib suffixes for MSVC (#25997)
* Minor cleanup, drop debug postfix

* Force finding packages without patch

* Trim and rename dependencies patch

* Fix pc file, disable MSVC config postfix

* Disable random libwebp dependency

* Update versions
2022-08-05 23:25:53 -07:00
JonLiu1993
91cb13a659
[dlib] update to 19.24 (#25749)
* [dlib] update to 19.24

* update version

* Recovery patch form

* update version
2022-07-13 10:31:37 -07:00
Frank
cef0e8a8c7
[dlib] update to 19.23 (#22991)
* [dlib] update to 19.23

* update version
2022-02-08 09:05:09 -08:00
JonLiu1993
18bd17c0f2
[dlib] update to <19.22> (#17301)
* [dlib] update to <19.22>

* update version

* update version

* revert patch format

* update version

* Use cmake new functions

* update version
2021-12-13 11:26:16 -08:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
nicole mazzuca
0e1dc12185
[rollup] Rollup PR 2021-07-16 (#19001)
* [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>
2021-07-20 10:24:58 -07:00
Michał Walenciak
b6b82ac290
[dlib] adding missing cudnn depedency for cuda feature (#15277) 2020-12-23 17:05:36 -08:00
Stefano Sinigardi
3e2120fe2b
[BLAS] add metaport (#13448)
* [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-11-18 13:55:25 -08:00
Phoebe
2ea680ff0d
[dlib] Fix dependency port sqlite3 (#13325) 2020-09-03 21:57:11 -07:00
Stefano Sinigardi
0a506f7c5e
[OpenMVG/OpenMVS] fix tools (#12229) 2020-08-27 22:13:05 -07:00
stoperro
ca5dcf9bfa
[dlib] Update to v19.21 (#13061) 2020-08-21 10:40:21 -07:00
Alexander Neumann
da839ba61a
[lapack] add metaport lapack to switch lapack impl with an overlay (#12464)
* [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-08-06 22:10:15 -07:00
Erwan BERNARD
c985d753ce
[dlib] add more granularity in features (#11195)
* [dlib] add more feature selection

* [dlib] replace custom with check_features

* [dlib] bump version in CONTROL
2020-05-07 23:33:16 -07:00
stoperro
a3ad23650f
[dlib] Updated dlib to v19.19 (#10826)
* [dlib] Updated dlib to v19.19

* - [dlib] Corrected dlib version.
- [dlib] Corrected copyright installation.
- [dlib] Removed deprecated calls from portfile.
2020-04-22 11:28:56 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Stefano Sinigardi
5898891125 [openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)
* [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-31 15:48:17 -07:00
Sean Warren
65c02123a4 [dlib] Update to v19.17 and fix static lapack linkage (#6520)
* [dlib] Update to v19.17 and fix static lapack linkage

* [dlib] Update patchs for new dlib version
2019-05-24 09:39:59 -07:00
JackBoosY
eddb8796e4 [dlib]Fix build error in linux:copyright check failure. (#6361) 2019-05-09 11:55:59 -07:00
Stefano Sinigardi
5b2759be83 [dlib] port patch from #5169 (#6292) 2019-05-03 11:43:35 -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
Sean Warren
ed98d74199 [dlib] Remove patch now fixed correctly by vcpkg_fix_cmake_targets (#5559) 2019-03-05 22:01:15 -08:00
Sean Warren
ddf0043e94 [dlib] fix mac, windows-static build (#5477) 2019-02-27 23:52:31 -08:00
Jason Juang
3240aad313 [dlib] update to 19.16 (#4379) 2018-10-08 20:41:25 -07:00
jasjuang
18c9820199 [dlib] update to 19.15 2018-07-14 22:02:10 -07:00
Jason Juang
7d7fc30f9a [dlib] update to 19.14 (#3868) 2018-07-08 22:30:49 -07:00
Qi-rui Chen
98e8c22eaf Fix glfw3:x64-linux producing incorrect target (#3803)
* 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-07-03 04:41:53 -07:00
jasjuang
ddfbabee83 [dlib] update to 19.13 2018-05-27 08:46:34 -07:00
jasjuang
9ecaa1702d [dlib] update to 19.12 2018-05-20 18:23:23 -07:00
jasjuang
d463ea4350 [dlib] update to 19.11 2018-05-18 23:34:40 -07:00
Robert Schumacher
0e8481c1df [dlib] Disable shared linkage 2018-03-28 08:55:47 -07:00
jasjuang
568d9e727e [dlib] update to 19.10 2018-03-25 19:15:43 -07:00
Robert Schumacher
c835db39e8 [dlib] Fix assert configuration issue in release mode 2018-01-27 16:07:07 -08:00
jasjuang
bac1ed6b76 [dlib] update to 19.9 2018-01-22 23:01:36 -08:00
Sean Warren
cc99ad6ee4 Use vcpkg version of BLAS and LAPACK in dlib
dlib v19.8 detects these packages correctly
2018-01-03 07:58:20 +11:00
jasjuang
65f96fab1d [dlib] update to 19.8 2017-12-20 08:15:18 -08:00
Luiz Paulo
72f10db01c Adding package features for Dlib and OpenCV
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-11 15:31:38 +00:00
jasjuang
925bc94681 fix issue 2111 2017-11-04 09:40:49 -07:00
jasjuang
d7eefd9892 [dlib] update to 19.7 and use vcpkg_from_github 2017-11-04 09:40:49 -07:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Robert Schumacher
5c93bc0102 [dlib] Fix static builds. Add cmake files back in. 2017-06-22 15:23:54 -07:00
Robert Schumacher
e1a111ad09 [dlib] Dlib encodes debug/release in its config.h. Patch it to respond to the NDEBUG macro instead. 2017-05-07 04:09:58 -07:00
Robert Schumacher
8e50c86f0a [dlib] Explicitly enable and disable dependencies. 2017-05-07 00:39:01 -07:00
Robert Schumacher
8a3b55f2d7 [dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftw 2017-03-16 15:11:34 -07:00
Pakorn Vongseela
0a4a745ccb Update CONTROL 2017-03-17 01:20:52 +07:00
Pakorn Vongseela
dd1d3c7c45 Update portfile.cmake 2017-03-17 01:17:34 +07:00
Jürgen Herrmann
2ab8eb3ef0 dlib port
Initial commit for dlib port
2017-02-18 13:11:48 +01:00