On Mon, 2016-12-05 at 09:48 -0800, [email protected] wrote: > From: Matt Arsenault <[email protected]> > > Things seem to break with python3
can you be more specific? things have run OK for me with python3.5 for some time. Jan > --- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 3964dd8..311899a 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -216,7 +216,7 @@ ENDIF() > > set(Python_ADDITIONAL_VERSIONS > 3.5 3.4 3.3 2.7) > -find_package(PythonInterp REQUIRED) > +find_package(PythonInterp 2.7 REQUIRED) > find_package(PythonSix 1.5.2 REQUIRED) > find_package(PythonNumpy 1.7.0 REQUIRED) >
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
