Compiler blacklist propagation from a dependency to its dependents

2020-04-14 Thread Ruben Di Battista
I’m working on a version bump of vtk. Vtk depends on jsoncpp, which needs a compiler blacklist fix. Now, that compiler fix needs to be propagated also to vtk, since it’s including jsoncpp headers. For what I understand, that is not done. So, I need to blacklist the same compiler also on vtk Por

Re: [macports-ports] branch master updated: cmake: update to 3.17.1

2020-04-14 Thread Michael Dickens
Nice catch! Let me go about fixing that tpyo up! (yes, that was intentional ...) On Tue, Apr 14, 2020, at 11:09 AM, Frank Schima wrote: > Hi Michael, > > >> On Apr 14, 2020, at 8:37 AM, Michael Dickens wrote: >> >> Michael Dickens (michaelld) pushed a commit to branch master in repository macp

Re: [macports-ports] branch master updated: cmake: update to 3.17.1

2020-04-14 Thread Fred Wright
On Tue, 14 Apr 2020, Frank Schima wrote: [...] -# Cmake is a depedency of clang +# CMake is a depedency of clang “dependency” is still spelled incorrectly here. :) [...] Was it really necessary to quote the entire 1400-line patch (3300 lines in the HTML version) just to point this out? F

Re: Compiler blacklist propagation from a dependency to its dependents

2020-04-14 Thread Ryan Schmidt
On Apr 14, 2020, at 08:27, Ruben Di Battista wrote: > I’m working on a version bump of vtk. Vtk depends on jsoncpp, which needs a > compiler blacklist fix. Now, that compiler fix needs to be propagated also to > vtk, since it’s including jsoncpp headers. > > For what I understand, that is no