![]() |
packages on Alpine - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: packages on Alpine (/showthread.php?tid=12152) |
packages on Alpine - hiimtye - 11-14-2020 does anyone know why certain packages aren't compiled for aarch64 but are for eg. armv7? I want to install rofi, but it's only available on armv7. there's no place to comment or feature request on the alpine packages site, the only option is to flag out of date, which the packages aren't. RE: packages on Alpine - rocket2nfinity - 11-14-2020 (11-14-2020, 11:32 AM)hiimtye Wrote: does anyone know why certain packages aren't compiled for aarch64 but are for eg. armv7? I want to install rofi, but it's only available on armv7. there's no place to comment or feature request on the alpine packages site, the only option is to flag out of date, which the packages aren't.Because no one has done it yet. You could inquire/request on git. That's where a lot of projects are hosted before being incorporated into a distro. RE: packages on Alpine - hiimtye - 11-14-2020 (11-14-2020, 11:50 AM)rocket2nfinity Wrote:git was the answer, I found the APKBUILD on git, which basically boils down to the z3 package not compiling for aarch64(11-14-2020, 11:32 AM)hiimtye Wrote: does anyone know why certain packages aren't compiled for aarch64 but are for eg. armv7? I want to install rofi, but it's only available on armv7. there's no place to comment or feature request on the alpine packages site, the only option is to flag out of date, which the packages aren't.Because no one has done it yet. You could inquire/request on git. That's where a lot of projects are hosted before being incorporated into a distro. |