Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Jeremie Courreges-Anglas
On Tue, May 12 2020, Rafael Sadowski wrote: > On Tue May 12, 2020 at 12:27:20PM +0200, Klemens Nanni wrote: >> On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: >> > I am working on a new cmake-python symbiosis. Python2 was detected in my >> > last bulk. Looks like there is a typo i

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Klemens Nanni
On Tue, May 12, 2020 at 09:02:52PM +0200, Rafael Sadowski wrote: > Yes and no. I saw the following lines in devel/llvm and thought I had > caused it with my cmake changes. But this happens even without my > changes, although we set MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}. Ah, good to know. > -- C

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Rafael Sadowski
On Tue May 12, 2020 at 12:27:20PM +0200, Klemens Nanni wrote: > On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: > > I am working on a new cmake-python symbiosis. Python2 was detected in my > > last bulk. Looks like there is a typo in both Makefiles. > These are no typos but valid m

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Klemens Nanni
On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: > I am working on a new cmake-python symbiosis. Python2 was detected in my > last bulk. Looks like there is a typo in both Makefiles. These are no typos but valid make(1) syntax: it states that the following command may fail. Did yo

Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-11 Thread Rafael Sadowski
I am working on a new cmake-python symbiosis. Python2 was detected in my last bulk. Looks like there is a typo in both Makefiles. Rafael diff --git a/devel/clang-tools-extra/Makefile b/devel/clang-tools-extra/Makefile index dfebc54269f..664da0e7735 100644 --- a/devel/clang-tools-extra/Makefile ++