Skip to content

Commit

Permalink
Merge pull request #320 from endlessm/wip/gfortran
Browse files Browse the repository at this point in the history
gfortran: libquadmath is not available everywhere
  • Loading branch information
ptomato committed May 24, 2018
2 parents b481b8c + 13c124e commit 6461081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flatpak/com.endlessm.photos.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
{
"name": "gfortran",
"buildsystem": "simple",
"build-commands": [ "/usr/lib/sdk/gfortran-62/install.sh" ]
"build-commands": [
"mkdir -p /app/lib",
"if [ -e /usr/lib/sdk/gfortran-62/lib/libquadmath.so ]; then cp -P /usr/lib/sdk/gfortran-62/lib/libquadmath.so* /app/lib; fi",
"cp -P /usr/lib/sdk/gfortran-62/lib/libgfortran.so* /app/lib/"
],
},
{
"name": "lapack",
Expand Down

0 comments on commit 6461081

Please sign in to comment.