Revision: 149827 https://trac.macports.org/changeset/149827 Author: mmoll@macports.org Date: 2016-07-01 14:22:55 -0700 (Fri, 01 Jul 2016) Log Message: ----------- science/ompl: update to release 1.2.1 Modified Paths: -------------- trunk/dports/science/ompl/Portfile Modified: trunk/dports/science/ompl/Portfile =================================================================== --- trunk/dports/science/ompl/Portfile 2016-07-01 15:12:05 UTC (rev 149826) +++ trunk/dports/science/ompl/Portfile 2016-07-01 21:22:55 UTC (rev 149827) @@ -7,7 +7,7 @@ cmake.out_of_source yes name ompl -version 1.2.0 +version 1.2.1 categories science maintainers mmoll description The Open Motion Planning Library (OMPL) @@ -18,8 +18,8 @@ license BSD master_sites https://bitbucket.org/ompl/ompl/downloads distname ${name}-${version}-Source -checksums rmd160 d1dabdd7dae01b9e37263e223b2b042adce0e569 \ - sha256 d1dd3ef8296d73ce0d60714559188d67aab505875ec5838260c2036ca667382d +checksums rmd160 7f4ccd3c36acca52d5ccb2e3c9ff8e388af12f1d \ + sha256 9d00fdb262222ba5ff5732be84212c6b0ba769b0b0fb64a1189e5f1db1c568eb depends_lib-append port:boost port:ode port:flann port:triangle port:eigen3 # We "inherit" the compiler blacklist from the Boost port, since OMPL depends heavily on Boost. @@ -57,8 +57,8 @@ depends_lib-append port:assimp port:fcl port:redis configure.args-append -DOMPLAPP_PQP=OFF -DOMPLAPP_RESOURCE_DIR=${prefix}/share/ompl/resources distname omplapp-${version}-Source - checksums rmd160 35a9f8c63fb043c2e1bf04cbfb2d0179a75dda39 \ - sha256 1bdddc6253d8e0075c15f16e946632dddadf04217585586fd7a096c2aed10a99 + checksums rmd160 9146096d1826a2f11b9b5eb89a6bbb8c1e4b5160 \ + sha256 e2a17e311ac980c73011e06902539314782da8eb54bb28d80abeeeeac2adb00d notes " If you intend to use ompl_webapp, you need to first launch the redis server:
participants (1)
-
mmoll@macports.org