]> git.pld-linux.org Git - packages/flann.git/blobdiff - flann.spec
- release 4 (by relup.sh)
[packages/flann.git] / flann.spec
index 893b1910f9e9169d3ac993fc237b6940f17cc0a9..76426c4c30c547cc1962c6835c4e064a4a85a8f7 100644 (file)
@@ -6,17 +6,19 @@
 Summary:       FLANN - Fast Library for Approximate Nearest Neighbours
 Summary(pl.UTF-8):     FLANN - szybka biblioteka do przybliżonego wyszukiwania najbliższych sąsiadów
 Name:          flann
-Version:       1.8.3
-Release:       1
+Version:       1.8.4
+Release:       4
 License:       BSD
 Group:         Libraries
 #Source0Download: http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
 Source0:       http://people.cs.ubc.ca/~mariusm/uploads/FLANN/%{name}-%{version}-src.zip
-# Source0-md5: a5676ca98f860a5b43d0d3a7d8a62903
+# Source0-md5: a0ecd46be2ee11a68d2a7d9c6b4ce701
 Patch0:                %{name}-python.patch
+Patch1:                %{name}-lib.patch
 URL:           http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
 BuildRequires: cmake >= 2.6
 %{?with_gomp:BuildRequires:    gcc-c++ >= 6:4.2}
+BuildRequires: gtest-devel
 BuildRequires: hdf5-devel
 %{?with_gomp:BuildRequires:    libgomp-devel}
 BuildRequires: libstdc++-devel
@@ -24,7 +26,6 @@ BuildRequires:        octave-devel
 BuildRequires: python >= 1:2.5
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpmbuild(macros) >= 1.605
-BuildRequires: tbb-devel
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,8 +59,8 @@ Summary(pl.UTF-8):    Pliki nagłówkowe bibliotek FLANN
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      hdf5-devel
+Requires:      gtest-devel
 Requires:      libstdc++-devel
-Requires:      tbb-devel
 
 %description devel
 Header files for FLANN libraries.
@@ -106,6 +107,7 @@ Dowiązania Pythona do biblioteki FLANN.
 %prep
 %setup -q -n flann-%{version}-src
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
This page took 0.136778 seconds and 4 git commands to generate.