lpsolve module
Martin Marmsoler
martin.marmsoler at gmail.com
Fri Sep 28 13:29:06 UTC 2018
I found a cmake file in the internet. here is my new lpsolve module:
{
"name": "lpsolve",
"buildsystem": "cmake",
"builddir": true, /* create explicitly a build folder */
"build-commands": [
],
"config-opts": ["-DCMAKE_INSTALL_PREFIX:PATH=/app"],
"sources": [
{
"type": "archive",
"url": "
https://datapacket.dl.sourceforge.net/project/lpsolve/lpsolve/5.5.2.5/lp_solve_5.5.2.5_source.tar.gz
" ,
"sha256": "201a7c62b8b3360c884ee2a73ed7667e5716fc1e809755053b398c2f5b0cf28a"
},
{
"type": "git",
"url": "https://github.com/Murmele/lpsolve_cmake.git"
}
]
}
Am Do., 27. Sep. 2018 um 03:13 Uhr schrieb Aleix Pol <aleixpol at kde.org>:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/flatpak/attachments/20180928/ecb9c287/attachment.html>
More information about the Flatpak
mailing list