Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 680824
Collapse All | Expand All

(-)a/media-libs/opencv/opencv-3.4.1-r5.ebuild (-5 / +3 lines)
Lines 472-481 python_module_compile() { Link Here
472
472
473
	# Set all python variables to load the correct Gentoo paths
473
	# Set all python variables to load the correct Gentoo paths
474
	mycmakeargs+=(
474
	mycmakeargs+=(
475
		# cheap trick: python_setup sets one of them as a symlink
475
		# python_setup alters PATH and sets this as wrapper
476
		# to the correct interpreter, and the other to fail-wrapper
476
		# to the correct interpreter we are building for
477
		-DPYTHON2_EXECUTABLE=$(type -P python2)
477
		-DPYTHON_DEFAULT_EXECUTABLE=python
478
		-DPYTHON3_EXECUTABLE=$(type -P python3)
479
		-DINSTALL_PYTHON_EXAMPLES=$(usex examples)
478
		-DINSTALL_PYTHON_EXAMPLES=$(usex examples)
480
		-DLIBPY_SUFFIX=64
479
		-DLIBPY_SUFFIX=64
481
	)
480
	)
482
- 

Return to bug 680824