[141872] trunk/dports/science/ompl
mmoll at macports.org
mmoll at macports.org
Sat Dec 12 03:22:00 PST 2015
Revision: 141872
https://trac.macports.org/changeset/141872
Author: mmoll at macports.org
Date: 2015-10-30 06:29:37 -0700 (Fri, 30 Oct 2015)
Log Message:
-----------
ompl: updated patch for Python bindings
Modified Paths:
--------------
trunk/dports/science/ompl/Portfile
trunk/dports/science/ompl/files/patch-py-bindings-bindings_generator-py-in.diff
Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile 2015-10-30 12:57:05 UTC (rev 141871)
+++ trunk/dports/science/ompl/Portfile 2015-10-30 13:29:37 UTC (rev 141872)
@@ -8,7 +8,7 @@
name ompl
version 1.1.0
-revision 1
+revision 2
categories science
maintainers mmoll
description The Open Motion Planning Library (OMPL)
Modified: trunk/dports/science/ompl/files/patch-py-bindings-bindings_generator-py-in.diff
===================================================================
--- trunk/dports/science/ompl/files/patch-py-bindings-bindings_generator-py-in.diff 2015-10-30 12:57:05 UTC (rev 141871)
+++ trunk/dports/science/ompl/files/patch-py-bindings-bindings_generator-py-in.diff 2015-10-30 13:29:37 UTC (rev 141872)
@@ -1,6 +1,6 @@
diff -r 72ff4ee4fea6 py-bindings/bindings_generator.py.in
--- ompl/py-bindings/bindings_generator.py.in Wed Oct 28 20:04:41 2015 -0500
-+++ ompl/py-bindings/bindings_generator.py.in Thu Oct 29 10:36:45 2015 -0500
++++ ompl/py-bindings/bindings_generator.py.in Fri Oct 30 08:28:09 2015 -0500
@@ -39,7 +39,7 @@
# coding: utf-8
@@ -10,12 +10,20 @@
from os import getenv
import subprocess
from sys import platform
-@@ -155,7 +155,8 @@
+@@ -112,7 +112,7 @@
+ @dep name of another module this module depends on"""
+ module_builder.set_logger_level( logging.INFO )
+ candidate_include_paths = [ "@OMPL_INCLUDE_DIR@", "@OMPLAPP_INCLUDE_DIR@",
+- "@PYTHON_INCLUDE_DIRS@", "@Boost_INCLUDE_DIR@", "@ASSIMP_INCLUDE_DIRS@", "@ODEINT_INCLUDE_DIR@", "@Eigen_INCLUDE_DIRS@"]
++ "@PYTHON_INCLUDE_DIRS@", "@Boost_INCLUDE_DIR@", "@ASSIMP_INCLUDE_DIRS@", "@ODEINT_INCLUDE_DIR@", "@EIGEN3_INCLUDE_DIRS@"]
+
+ # Adding standard windows headers
+ if platform == 'win32':
+@@ -155,7 +155,7 @@
self.filter_declarations()
if deps!=None:
for dep in deps:
- self.mb.register_module_dependency(dep)
-+ print(abspath(dep))
+ self.mb.register_module_dependency(abspath(dep))
self.mb.build_code_creator( module_name='_'+name )
self.mb.split_module('bindings/' + name, use_files_sum_repository=True)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/c1479cd5/attachment.html>
More information about the macports-changes
mailing list