Commit Graph

31 Commits

Author SHA1 Message Date
jim wang
5d94ad783a
[flann] Fix pop_t is not defined under non-gunc platform. (#32468) 2023-07-11 23:52:27 -07:00
Alexander Neumann
4ad26901ec
[Flann] disable openmp (#26053)
* [flann] disable openmp -> requires a feature.

* v db
2022-08-01 14:05:33 -07:00
Long Huan
1d7af6c9df
[flann] Change from find_package(hdf5) to find_dependency(HDF5) (#22731)
* fix flann-config.cmake

* update version

* fix

* Update flann.json

* Update vcpkg.json

* Update flann.json
2022-01-26 15:27:55 -08:00
Long Huan
bc4b12f517
[flann] Fix missing hdf5 dependency in flann-config.cmake (#22153)
* add find_package hdf5 in flann-config.cmake

* update versions

* Update flann.json

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-20 13:49:58 -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
Lars Glud
2462a956c8
[FLANN] Allow to be build as shared lib (#16724)
* Allow FLANN to be build as shared lib

* Fix openmvg linking to FLANN

* Fix pcl linking to FLANN
2021-05-26 14:48:21 -07:00
Jack·Boos·Yu
8f8f7168ee
[cmake] update to 3.19.2 (#14716)
* [cmake] update to 3.19.0

* update vmss

* [cmake] update to 3.19.1

* [solid3] Fix configure error, fix static definition

* [flann] Add feature hdf5 and fix it

* [highfive] Fix dependency hdf5

* [simage] Fix configure error

* [aws-c-common] Fix configure error

* [cmake] Update to 3.19.2

* Revert changes about cmake bug

* [VMSS] Update cmake path on Windows

* [cmake] Update cmake hash

* [minc] Fix dependency hdf5

* [cmake] Update cmake package name and path on MacOS

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-28 21:21:03 -08:00
Billy O'Neal
09a647a526
Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
JackBoosY
7a3a3e9392 [flann]Change the version tag to the corresponding time of commit id. (#7125) 2019-07-02 15:31:25 -07:00
Phil Christensen
4bb67553f0
[flann] fix flaky config (#7073) 2019-06-27 15:55:07 -07:00
JackBoosY
25f628e05f [flann]Upgrade version to 1.9.1 and fix build error. (#6931)
* [flann]Upgrade version to 1.9.1 and fix build error.

* [flann]apply new patches.

* [flann]Regenerate patches.

* [flann]Combine all patches.
2019-06-24 10:46:37 -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
69e86fd201 [lz4, flann] port patches from #5169 (#6294)
* [lz4, flann] port patches from #5169

* [lz4] use vcpkg_fixup_cmake_targets

* [flann] improve target handling

* [lz4] remove unnecessary debug message

* [openmvg] many many fixes to build it on windows

* [pcl] use official FLANN cmake config file instead of custom module

* [pcl] fix patch for flann targets

* [pcl] Bump CONTROL version
2019-05-18 22:58:03 -07:00
Alexander Neumann
7419fc975c fixed flann for linux 2019-03-14 22:31:23 +01:00
Robert Schumacher
7b0ca5d022 [flann] Fix parallel configure 2018-10-25 10:28:08 -07:00
Alexander Karatarakis
aaa0308710 [flann] Fix platform branching VCPKG_CMAKE_SYSTEM_NAME 2018-05-16 17:28:06 -07:00
Arkady Shapkin
21f776defb
[flann] Fix build on linux 2018-05-15 12:47:16 +03:00
Tsukasa Sugiura
05afaff355 Fix rename libraries of FLANN
Fix rename libraries of FLANN.
2017-11-03 18:10:30 -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
jasjuang
454cad276f fix hdf5 compile error 2017-08-11 15:27:49 -07:00
Robert Schumacher
852802770f [flann] Restore rename behavior 2017-07-14 14:11:53 -07:00
Tsukasa Sugiura
8059e874a6 Add suffix to debug libraries of FLANN
Add suffix (-gd) to debug libraries of FLANN.
The release libraries and the debug libraries should be the another
names.
2017-07-13 16:40:37 +09:00
Robert Schumacher
525d30d256 [flann] Add HEAD_REF, rename static libs to appear dynamic 2017-06-16 21:43:00 -07:00
Sean Li
89b9b8ed34 Remove static lib for dynamic build. 2017-06-17 12:14:29 +08:00
Sean Li
5c5affcc29 Revert previous patch rather than deleting it. 2017-06-17 12:09:44 +08:00
Sean Li
47909aff3e Substitue vcpkg_from_github for vcpkg_download_distfile. 2017-06-17 11:05:52 +08:00
Sean Li
8f013f811f Remove import libraries in static build. 2017-06-16 22:34:40 +08:00
Sean Li
45cc143b26 Add WINDOWS_EXPORT_ALL_SYMBOLS property to flann_cpp only. 2017-06-16 22:23:37 +08:00
Sean Li
c626675abb Remove dll for static build. 2017-06-16 17:16:10 +08:00
Sean Li
e8b8792691 flann: Add compilation of dll and flann_cpp. 2017-06-16 15:52:59 +08:00
mmazaherit
ec625bc160 check in flann 2017-06-11 17:26:22 -04:00