From 6735932ad32af7cd20c18cefcae59368cd530ce1 Mon Sep 17 00:00:00 2001 From: Mark Moll Date: Thu, 25 Apr 2019 15:42:16 -0400 Subject: [ompl] update to version 1.4.2 (#6084) - add feature to install ompl.app libraries, which add support for reading meshes and collision checking - remove patch and instead remove unwanted files via portfile --- ports/ompl/CONTROL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ports/ompl/CONTROL') diff --git a/ports/ompl/CONTROL b/ports/ompl/CONTROL index 082853664..2cadddeee 100644 --- a/ports/ompl/CONTROL +++ b/ports/ompl/CONTROL @@ -1,4 +1,8 @@ Source: ompl -Version: 1.4.1-2 +Version: 1.4.2-0 Description: The Open Motion Planning Library, consists of many state-of-the-art sampling-based motion planning algorithms -Build-Depends: boost-disjoint-sets, boost-dynamic-bitset, boost-filesystem, boost-graph, boost-odeint, boost-program-options, boost-serialization, boost-system, boost-test, boost-ublas, eigen3 \ No newline at end of file +Build-Depends: boost-disjoint-sets, boost-dynamic-bitset, boost-filesystem, boost-graph, boost-odeint, boost-program-options, boost-serialization, boost-system, boost-test, boost-ublas, eigen3 + +Feature: app +Description: Add support for reading meshes and performing collision checking +Build-Depends: assimp, fcl -- cgit v1.2.3 From 9d473a69545ac648b9ea2067c007b57dfad7462b Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 16 May 2019 18:33:32 -0700 Subject: [boost] Update to 1.70.0 (#6141) * [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency --- ports/ompl/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/ompl/CONTROL') diff --git a/ports/ompl/CONTROL b/ports/ompl/CONTROL index 2cadddeee..bf9ad3a1f 100644 --- a/ports/ompl/CONTROL +++ b/ports/ompl/CONTROL @@ -1,7 +1,7 @@ Source: ompl -Version: 1.4.2-0 +Version: 1.4.2-1 Description: The Open Motion Planning Library, consists of many state-of-the-art sampling-based motion planning algorithms -Build-Depends: boost-disjoint-sets, boost-dynamic-bitset, boost-filesystem, boost-graph, boost-odeint, boost-program-options, boost-serialization, boost-system, boost-test, boost-ublas, eigen3 +Build-Depends: boost-disjoint-sets, boost-dynamic-bitset, boost-filesystem, boost-graph, boost-odeint, boost-program-options, boost-serialization, boost-system, boost-test, boost-ublas, boost-timer, eigen3 Feature: app Description: Add support for reading meshes and performing collision checking -- cgit v1.2.3