[78514] trunk/dports/science/flann/Portfile

mmoll at macports.org mmoll at macports.org
Tue May 10 06:58:05 PDT 2011


Revision: 78514
          http://trac.macports.org/changeset/78514
Author:   mmoll at macports.org
Date:     2011-05-10 06:58:04 -0700 (Tue, 10 May 2011)
Log Message:
-----------
science/flann: update to 1.6.9

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

Modified: trunk/dports/science/flann/Portfile
===================================================================
--- trunk/dports/science/flann/Portfile	2011-05-10 13:46:42 UTC (rev 78513)
+++ trunk/dports/science/flann/Portfile	2011-05-10 13:58:04 UTC (rev 78514)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup cmake 1.0
 name                flann
-version             1.6.8
+version             1.6.9
 categories          science devel
 maintainers         mmoll
 description         Fast Library for Approximate Nearest Neighbors
@@ -20,9 +20,9 @@
 distname            ${name}-${version}-src
 use_zip             yes
 extract.mkdir       yes
-checksums           md5     4ec7718eacc0882bce1bcd51f01c2d26 \
-                    sha1    35e8ca5dd76a1c36652e3c41fc3591a3d6f542c2 \
-                    rmd160  f253c0d65a583632ae2083ab642cb55f51ec90ba
+checksums           md5     8598b952c48f323ca07d0c89845143fa \
+                    sha1    4f9b58db0ae1d795fbb27d8228caf189f3bbade9 \
+                    rmd160  34a6675f7b98fca74154388c72614cfe9903ec4b
 depends_lib         port:hdf5-18
 # MPI support is automatically enabled if hdf5-18 is installed with the +openmpi variant
 configure.args-append ${distname} -DBUILD_MATLAB_BINDINGS=OFF -DUSE_MPI=OFF \
@@ -33,7 +33,7 @@
     depends_lib-append      port:python26
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6
 }
-variant python27 description {Use python2.6 for python bindings} conflicts python26 python31 python32 {
+variant python27 description {Use python2.7 for python bindings} conflicts python26 python31 python32 {
     depends_lib-append      port:python27
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/23559835/attachment-0001.html>


More information about the macports-changes mailing list