Port details |
- flann Library for fast nearest neighbor searches in high dimensional spaces
- 1.9.2_3 math =3 1.9.2_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-12-30 19:45:42
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
- License: BSD3CLAUSE
- WWW:
- https://www.cs.ubc.ca/research/flann/
- Description:
- FLANN is a library for performing fast approximate nearest neighbor searches in
high dimensional spaces. It contains a collection of algorithms we found to
work best for nearest neighbor search and a system for automatically choosing
the best algorithm and optimum parameters depending on the dataset.
FLANN is written in C++ and contains bindings for the following languages: C,
MATLAB and Python.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/flann/ && make install clean
- To add the package, run one of these commands:
- pkg install math/flann
- pkg install flann
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flann
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653444972
SHA256 (tkircher-flann-1.9.2_GH0.tar.gz) = e26829bb0017f317d9cc45ab83ddcb8b16d75ada1ae07157006c1e7d601c8824
SIZE (tkircher-flann-1.9.2_GH0.tar.gz) = 34641759
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libhdf5.so : science/hdf5
- liblz4.so : archivers/liblz4
- libsz.so : science/libaec
- This port is required by:
- for Libraries
-
- graphics/cloudcompare
- graphics/colmap
- graphics/hugin
- graphics/pcl-pointclouds
- misc/dartsim
- misc/ompl
- misc/openmvg
Configuration Options:
- No options to configure
- Options name:
- math_flann
- USES:
- cmake compiler:c++11-lang localbase:ldflags pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.2_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.2_2 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
1.9.2_1 16 Jun 2022 15:13:01 |
Po-Chuan Hsieh (sunpoet) |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
1.9.2 25 May 2022 02:41:51 |
Yuri Victorovich (yuri) |
math/flann: Update 1.9.1-29 -> 1.9.2
Switch to the currently maintained fork: tkircher/flann |
1.9.1.29_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.9.1.29_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.1.29_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.1.29_1 23 Sep 2020 17:56:03 |
yuri |
math/flann: Remove a bogus semicolon in .pc file (this caused failure in
misc/openmvg)
MFH: 2020Q3 |
1.9.1.29 22 Sep 2020 07:16:51 |
yuri |
math/flann: Fix build on 11
clang-8 in FreeBSD 11 doesn't know -Wl,--push-state / -Wl,--pop-state
Reported by: fallout
MFH: 2020Q3 |
1.9.1.29 06 Sep 2020 17:59:16 |
pkubaj |
math/flann: fix build on GCC architectures
Last addition to files/patch-src_cpp_CMakeLists.txt breaks build.
Also require newer GCC.
PR: 249152
Approved by: yuri (maintainer) |
1.9.1.29 28 Aug 2020 17:49:50 |
yuri |
math/flann: Update 1.9.1-19 -> 1.9.1-29 |
1.9.1.19_2 12 Oct 2019 15:56:38 |
pkubaj |
math/flann: remove -mminimal-toc
Builds fine without it.
PR: 240977
Approved by: linimon (mentor), portmgr (removing architecture-specific
workarounds) |
1.9.1.19_2 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
1.9.1.19_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.9.1.19_1 27 Nov 2018 16:24:14 |
linimon |
-mminimal-toc needs to be added to CFLAGS on powerpc64 to build.
While here, pet portlint.
PR: 233544
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.9.1.19_1 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
1.9.1.19 09 Jul 2018 01:40:25 |
yuri |
math/flann: Update 1.8.4 -> 1.9.1-19
A case of abandoned tarball site, and move to github.
Change to CMAKE_ARGS -> CMAKE_OFF.
Remove options DOCS and EXAMPLES: docs now wants latex and other large things,
EXAMPLES weren't meaningful.
Reported by: repology.org |
1.8.4 30 Dec 2017 19:45:33 |
yuri |
New port: math/flann: Library for fast nearest neighbor searches in high
dimensional spaces
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13692 |