[151881] trunk/dports/science/flann

mmoll at macports.org mmoll at macports.org
Tue Aug 23 08:45:59 PDT 2016


Revision: 151881
          https://trac.macports.org/changeset/151881
Author:   mmoll at macports.org
Date:     2016-08-23 08:45:58 -0700 (Tue, 23 Aug 2016)
Log Message:
-----------
science/flann: update to version 1.9.1. Closes #52082

Modified Paths:
--------------
    trunk/dports/science/flann/Portfile

Removed Paths:
-------------
    trunk/dports/science/flann/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/science/flann/Portfile
===================================================================
--- trunk/dports/science/flann/Portfile	2016-08-23 13:57:22 UTC (rev 151880)
+++ trunk/dports/science/flann/Portfile	2016-08-23 15:45:58 UTC (rev 151881)
@@ -3,11 +3,11 @@
 PortSystem 1.0
 PortGroup cmake 1.0
 PortGroup mpi 1.0
+PortGroup github 1.0
 cmake.out_of_source yes
 
-name                flann
-version             1.8.4
-revision            11
+github.setup        mariusmuja flann 1.9.1
+revision            0
 categories          science devel
 maintainers         mmoll
 description         Fast Library for Approximate Nearest Neighbors
@@ -17,17 +17,13 @@
                     work best for nearest neighbor search and a system \
                     for automatically choosing the best algorithm and \
                     optimum parameters depending on the dataset.
-homepage            http://www.cs.ubc.ca/research/flann/
 platforms           darwin
 license             BSD
-master_sites        http://www.cs.ubc.ca/research/flann/uploads/FLANN/
-distname            ${name}-${version}-src
-use_zip             yes
-checksums           md5     a0ecd46be2ee11a68d2a7d9c6b4ce701 \
-                    sha1    e03d9d458757f70f6af1d330ff453e3621550a4f \
-                    rmd160  2f067dbe1ad583188a0ef587a13cc3e6179d88b6
+checksums           md5     9583ae34a3fd05b730f312c416ebdda7 \
+                    sha1    bb65830d02d6603137f55901aea561944086f5d5 \
+                    rmd160  05758ce066371c6d9734fcfeec248f8c252585ff
 depends_lib         port:hdf5
-patchfiles          patch-src-python-CMakeLists.txt.diff patch-CMakeLists.txt.diff
+patchfiles          patch-src-python-CMakeLists.txt.diff
 mpi.setup
 
 configure.args-append ${distname} -DBUILD_MATLAB_BINDINGS=OFF -DUSE_MPI=OFF -DBUILD_CUDA_LIB=OFF
@@ -72,8 +68,3 @@
         }
     }]
 }
-
-
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     Version (\[0-9.\]+)

Deleted: trunk/dports/science/flann/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/science/flann/files/patch-CMakeLists.txt.diff	2016-08-23 13:57:22 UTC (rev 151880)
+++ trunk/dports/science/flann/files/patch-CMakeLists.txt.diff	2016-08-23 15:45:58 UTC (rev 151881)
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2013-02-13 13:58:18.000000000 -0600
-+++ CMakeLists.txt	2013-02-13 13:58:55.000000000 -0600
-@@ -141,7 +141,7 @@
- endif(BUILD_CUDA_LIB)
- 
- #set the C/C++ include path to the "include" directory
--include_directories(${PROJECT_SOURCE_DIR}/src/cpp)
-+include_directories(BEFORE ${PROJECT_SOURCE_DIR}/src/cpp)
- 
- # require proper c++
- #add_definitions( "-Wall -ansi -pedantic" )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160823/96a8b883/attachment.html>


More information about the macports-changes mailing list