Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594630 | Differences between
and this patch

Collapse All | Expand All

(-)a/cmake/modules/FindNumpy.cmake (-1 / +1 lines)
Lines 10-16 Link Here
10
#endif (NUMPY_INCLUDE_DIR)
10
#endif (NUMPY_INCLUDE_DIR)
11
11
12
EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c 
12
EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c 
13
    "import numpy; print numpy.get_include()"
13
	"import numpy; print (numpy.get_include())"
14
    OUTPUT_VARIABLE NUMPY_INCLUDE_DIR
14
    OUTPUT_VARIABLE NUMPY_INCLUDE_DIR
15
    OUTPUT_STRIP_TRAILING_WHITESPACE)
15
    OUTPUT_STRIP_TRAILING_WHITESPACE)
16
16

Return to bug 594630