<div dir="ltr">Hello,<div><br></div><div>while I'm trying to pack scilab into a flatpak package, I get the following error:</div><div><div>configure: error: libumfpack : Library missing. (Cannot find umfpack_di_solve). Check if libumfpack is installed and if the version is correct (also called lib suitesparse)</div></div><div><br></div><div>If I'm locking for the file umfpack_di_solve, I don't find one. Do I need to download this file my self?</div><div><br></div><div>Best regards,<br><br>Martin</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-04 8:57 GMT+02:00 Clément David <span dir="ltr"><<a href="mailto:Clement.David@esi-group.com" target="_blank">Clement.David@esi-group.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Martin,<br>
<br>
Good idea ! I also have a first template of a Flatpak manifest with strong inspiration from the<br>
Octave one [1] as dependencies are very similar. The bash script used to compile our thirdparties<br>
[2] could also be a great source of inspiration.<br>
<br>
For Eigen, the included files are prefixed like in `#include "Eigen/Eigen"`; you should probably<br>
pass `--with-eigen-include=/app/<wbr>include/` to make it work.<br>
<br>
[1]: <a href="https://github.com/flathub/org.octave.Octave" rel="noreferrer" target="_blank">https://github.com/flathub/<wbr>org.octave.Octave</a><br>
[2]: <a href="https://github.com/scilab/scilab-prerequirements/blob/master/build-dependencies.sh" rel="noreferrer" target="_blank">https://github.com/scilab/<wbr>scilab-prerequirements/blob/<wbr>master/build-dependencies.sh</a><br>
<br>
Regards,<br>
<br>
--<br>
Clément<br>
<div><div class="h5"><br>
Le mardi 03 avril 2018 à 21:37 +0200, Martin Marmsoler a écrit :<br>
> Hello,<br>
> <br>
> I'm trying to create a flatpak package of scilab. I try to compile scilab, but I have a different<br>
> folder where the Eigen files are stored. Because of this i get the following error:<br>
> <br>
> checking if Eigen is version 3.3.2 or later... configure: error: Version 3.3.2 of Eigen expected<br>
> (at least)<br>
> <br>
> I tried to add the path with the with-eigen-include argument, but it does not work:<br>
> "./scilab/configure --prefix=/app --with-eigen-include=/app/<wbr>include/Eigen",<br>
> <br>
> is there anybody who know how I can add the path to the eigen .h files?<br>
> <br>
> Here you can find the flatpak manifest. When it is finish I will put it on github and create a<br>
> pullrequest<br>
> <a href="https://www.dropbox.com/sh/ezxzm748xs4a4jj/AAATpX_LACHp81hDUdEIz6y4a?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/sh/<wbr>ezxzm748xs4a4jj/AAATpX_<wbr>LACHp81hDUdEIz6y4a?dl=0</a><br>
> <br>
> <br>
</div></div>> ______________________________<wbr>_________________<br>
> users mailing list<br>
> <a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
> <a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/<wbr>mailman/listinfo/users</a><br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div><br></div>