aboutsummaryrefslogtreecommitdiff
path: root/math/flann
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-27/+0
| | | | | | | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/flann: Remove a bogus semicolon in .pc file (this caused failure in ↵Yuri Victorovich2020-09-231-0/+4
| | | | | | | | | misc/openmvg) MFH: 2020Q3 Notes: svn path=/head/; revision=549762
* math/flann: Fix build on 11Yuri Victorovich2020-09-221-1/+29
| | | | | | | | | | clang-8 in FreeBSD 11 doesn't know -Wl,--push-state / -Wl,--pop-state Reported by: fallout MFH: 2020Q3 Notes: svn path=/head/; revision=549561
* math/flann: fix build on GCC architecturesPiotr Kubaj2020-09-062-8/+2
| | | | | | | | | | | | Last addition to files/patch-src_cpp_CMakeLists.txt breaks build. Also require newer GCC. PR: 249152 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=547860
* math/flann: Update 1.9.1-19 -> 1.9.1-29Yuri Victorovich2020-08-286-43/+26
| | | | Notes: svn path=/head/; revision=546770
* math/flann: remove -mminimal-tocPiotr Kubaj2019-10-121-2/+0
| | | | | | | | | | Builds fine without it. PR: 240977 Approved by: linimon (mentor), portmgr (removing architecture-specific workarounds) Notes: svn path=/head/; revision=514342
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=489412
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* -mminimal-toc needs to be added to CFLAGS on powerpc64 to build.Mark Linimon2018-11-271-1/+3
| | | | | | | | | | | While here, pet portlint. PR: 233544 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486021
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=479046
* math/flann: Update 1.8.4 -> 1.9.1-19Yuri Victorovich2018-07-094-36/+17
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=474216
* New port: math/flann: Library for fast nearest neighbor searches in high ↵Yuri Victorovich2017-12-307-0/+177
dimensional spaces Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13692 Notes: svn path=/head/; revision=457634