Re: [fink-core] Merge #166 ?

2018-12-16 Thread Max Horn
Hi all, thanks for the feedback, I have fixed the ARCHFLAGS now and made the code generally more robust, adding a new helper Fink::Services::get_sdkpath() which returns an empty string on Darwin < 18 and the SDK path as returned by `xcrun --sdk macosx --show-sdk-path`. I believe it would make s

Re: [fink-core] Merge #166 ?

2018-12-16 Thread Hanspeter Niederstrasser
On 12/16/18 9:41 AM, Max Horn wrote: Hi all, thanks for the feedback, I have fixed the ARCHFLAGS now and made the code generally more robust, adding a new helper Fink::Services::get_sdkpath() which returns an empty string on Darwin < 18 and the SDK path as returned by `xcrun --sdk macosx --sh

Re: [fink-core] Merge #166 ?

2018-12-16 Thread Max Horn
PS: I have now committed a fix for python2.7, in which I point it at the SDK_PATH. So, yeah, it seems useful to expose that to packages. Perhaps we might even want to add `-I$SDK_PATH/usr/include` to the default CPPFLAGS? Note: the headers in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

[fink-core] Snitch

2018-12-16 Thread Justin Hallett
Hi Core Team, I have been waiting for dmacks to get back on IRC but that doesn’t seem to be happening ;) It’s with sadness that I have to inform everyone that we need to move Snitch in the next month. I’m not sure if the fink teams would like to just get a VPS and I could move and set everyt

Re: [fink-core] Merge #166 ?

2018-12-16 Thread Daniel Johnson
> On Dec 16, 2018, at 11:33 AM, Max Horn wrote: > > PS: > > I have now committed a fix for python2.7, in which I point it at the > SDK_PATH. So, yeah, it seems useful to expose that to packages. Perhaps we > might even want to add `-I$SDK_PATH/usr/include` to the default CPPFLAGS? > > Note: