opencv/modules/python
Tim D. Smith d057828ee3 Don't explicitly link Python on OS X
Explicitly linking to a Python framework on OS X prevents modules from
being built against one python (i.e. system python) and imported from
another (i.e. Homebrew python); the interpreter segfaults if there's a
linkage to a foreign python. Building the module with `-undefined
dynamic_lookup` instead of an explicit link allows the symbols to be
resolved at load time from a compatible python.
2015-03-23 23:13:48 -07:00
..
src2 Cast a long integer to double explicitly. 2015-02-24 17:04:28 -05:00
test Python test: new options provide local test data paths 2014-12-03 18:15:54 +03:00
CMakeLists.txt Don't explicitly link Python on OS X 2015-03-23 23:13:48 -07:00