<table><tr><td style="">shaheed added inline comments.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7736" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D7736#inline-31766" rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: bold;">lbeltrame</span> wrote in <span style="color: #4b4d51; font-weight: bold;">CMakeLists.txt:49</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">Don't use <tt style="background: #ebebeb; font-size: 13px;">find_package(FOO REQUIRED)</tt>. Use <tt style="background: #ebebeb; font-size: 13px;">find_package(FOO)</tt> then <tt style="background: #ebebeb; font-size: 13px;">set_package_properties(FOO TYPE REQUIRED...</tt>. There are many examples in KDE git you can use. You will need to include FeatureSummary for this to work properly.</p>

<p style="padding: 0; margin: 8px;">Why do I say this? Because now CMake will fail *immediately* at the first error. Otherwise, it will collect and print all missing packages after configuration. It is much easier on the packagers.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Good point. I even helped update the Techbase docs for this, but then forgot to implement it :-).</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D7736#inline-31765" rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: bold;">lbeltrame</span> wrote in <span style="color: #4b4d51; font-weight: bold;">CMakeLists.txt:53</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">Any specific reason for this SIP version?</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Yes, this contains needed patches. Though it turns out that even this will not be sufficient because I submitted further patches for more issues. Unfortunately, upstream decided to implement some of those patches using Python3 only and I'm still stuck on Python2 because of the CLang dependency.</p>

<p style="padding: 0; margin: 8px;">CLang Python3 support was shipped yesterday.</p>

<p style="padding: 0; margin: 8px;">When it is available, a newer version of SIP that contains the support for scoped enums as per <a href="https://www.riverbankcomputing.com/pipermail/pyqt/2017-August/039494.html" class="remarkup-link" target="_blank" rel="noreferrer">https://www.riverbankcomputing.com/pipermail/pyqt/2017-August/039494.html</a> will need to be integrated (the core logic here may or may not need to change slightly).</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D7736#inline-31764" rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: bold;">lbeltrame</span> wrote in <span style="color: #4b4d51; font-weight: bold;">FindClang.cmake:52</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">This won't work on all distros. Can you either:</p>

<p style="padding: 0; margin: 8px;">a. Take inspiration from KDevelop's FindClang (which works already nicely)<br />
b. Use upstream Clang module to find it and its version?</p>

<p style="padding: 0; margin: 8px;">The same comment goes for FindLibClang.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">I'm well aware of the issue. Unfortunately, upstream CLang was not available to me, and the KDevelop one is not sufficiently complete to do what I need.</p>

<p style="padding: 0; margin: 8px;">Hence this would need addressing in due course.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D7736#inline-31767" rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: bold;">lbeltrame</span> wrote in <span style="color: #4b4d51; font-weight: bold;">HOWTO:12</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">Before distro-specific instructions, put a list of all the dependencies with their upstream names. This ensures that packagers of non Ubuntu/Debian distros can also look them up.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Yup. I'd likely need a bit of help at that point, but I would hope that using KDE's CI system would be a good starting point.</p>

<p style="padding: 0; margin: 8px;">Another issue that would need to be addressed is the fact that the newer versions of SIP will only support Python3 as noted above.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7736" rel="noreferrer">https://phabricator.kde.org/D7736</a></div></div><br /><div><strong>To: </strong>shaheed, lbeltrame<br /><strong>Cc: </strong>Frameworks, Build System<br /></div>