<div>Hello,<br></div><div><br></div><div>I have been trying to package SciDAVis.<br></div><div><a href="https://github.com/highperformancecoder/scidavis">https://github.com/highperformancecoder/scidavis</a><br></div><div><br></div><div>Here is my progress.<br></div><div><a href="https://github.com/kevinsmia1939/io.github.highperformancecoder.SciDAVis">https://github.com/kevinsmia1939/io.github.highperformancecoder.SciDAVis</a><br></div><div><br></div><div>I build with this command.<br></div><div><span style="font-family:monospace"><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(0, 0, 0)">flatpak-builder --install --user build </span></span></span>net.sourceforge.scidavis.SciDAVis.yaml --force-clean<br></div><div><span style="font-family:monospace"><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(0, 0, 0)"></span></span></span><br></div><div>I could not compile SciDAVis. Error below.<br></div><div>It found PyQt.<br></div><div><span style="font-family:monospace">-- The CXX compiler identification is GNU 10.2.0 <br>-- The C compiler identification is GNU 10.2.0 <br>-- Detecting CXX compiler ABI info <br>-- Detecting CXX compiler ABI info - done <br>-- Check for working CXX compiler: /usr/bin/c++ - skipped <br>-- Detecting CXX compile features <br>-- Detecting CXX compile features - done <br>-- Detecting C compiler ABI info <br>-- Detecting C compiler ABI info - done <br>-- Check for working C compiler: /usr/bin/cc - skipped <br>-- Detecting C compile features <br>-- Detecting C compile features - done <br>-- Found Python3: /usr/bin/python3.8 (found version "3.8.7") found components: Interpreter Development Development.Module Development.Embed  <br>-- Found SIP: /app/bin/sip (found version "4.19.13")  <br>-- Found PyQt: /app/include/PyQt5 (found version "5.11.3")  <br>-- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")  <br>-- Found GSL: /app/include (found version "2.6")  <br>-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.11", minimum required is "1.2.11")  <br>-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  found components: OpenGL  <br>-- Found muParser : /app/lib/libmuparser.so include: /app/include <br>-- Qt5 GUI found /usr/include/;/usr/include/QtGui <br>-- Qwt5: using own code <br>-- QwtPlot3D: using own code <br>-- liborigin not enabled <br>-- Configuring done <br>-- Generating done</span></div><div><br></div><div><span style="font-family:monospace">But later this happen.<br> </span></div><div><span style="font-family:monospace"><span style="background-color:rgb(255, 255, 255)"><span style="color:rgb(0, 0, 0)">sip: Unable to find file "QtCore/QtCoremod.sip"</span></span></span><br></div><div><br></div><div><span style="font-family:monospace">How to fix this?<br>Thanks. </span></div><div><span style="font-family:monospace">Andy<br> </span></div>