lpsolve module

Aleix Pol aleixpol at kde.org
Thu Sep 27 01:11:36 UTC 2018


On Wed, Sep 26, 2018 at 11:54 PM Martin Marmsoler
<martin.marmsoler at gmail.com> wrote:
>
> Hello,
>
> I'm trying to create a module for lpsolve, but it does not find any liblpsolve*.a files in the archive:
> When I look into the build folder of the flatpak package, this folder is always empty. Do I have to specify something extra?
> {
> "name": "lpsolve",
> "buildsystem": "simple",
> "build-commands": [
> "install -Dm755 liblpsolve*.a /app/lib",
> "install -Dm755 liblpsolve*.so /app/lib",
> "install -Dm755 *.h /app/include"
> ],
> "sources": [
> {
> "type": "archive",
>    "url": "https://netcologne.dl.sourceforge.net/project/lpsolve/lpsolve/5.5.2.5/lp_solve_5.5.2.5_dev_ux32.tar.gz" ,
> "sha256": "006ab5604836c8e246dd0ffe7b8a98943846a90fb7c6c87eb5cc961846b16b07"
> }
> ]
> }
> _______________________________________________
> Flatpak mailing list
> Flatpak at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/flatpak

This looks fishy. You probably want to compile the application rather
than pulling binaries. Otherwise it will just work on the one
architecture.

The build folder is probably empty because you're not doing anything there?

Aleix


More information about the Flatpak mailing list