• Tim D. Smith's avatar
    Don't explicitly link Python on OS X · d057828e
    Tim D. Smith authored
    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.
    d057828e
Name
Last commit
Last update
..
androidcamera Loading commit data...
calib3d Loading commit data...
contrib Loading commit data...
core Loading commit data...
dynamicuda Loading commit data...
features2d Loading commit data...
flann Loading commit data...
gpu Loading commit data...
highgui Loading commit data...
imgproc Loading commit data...
java Loading commit data...
legacy Loading commit data...
ml Loading commit data...
nonfree Loading commit data...
objdetect Loading commit data...
ocl Loading commit data...
photo Loading commit data...
python Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...
refman.rst.in Loading commit data...