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
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
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
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