Group: Guix/WorkInProgress

From LibrePlanet
Jump to: navigation, search
(pbp: add panfrost patch issue link)
(ppc32/64 build compat)
Line 17: Line 17:
 
** PowerPC
 
** PowerPC
 
*** ppc64le: preliminary support [https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a16eb6c5f97f136b678540ba61f12b2c08e43e13 merged], no binary tarball released, no substitutes, but things should build.  
 
*** ppc64le: preliminary support [https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a16eb6c5f97f136b678540ba61f12b2c08e43e13 merged], no binary tarball released, no substitutes, but things should build.  
*** ppc: [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc git branch], [https://issues.guix.gnu.org/47615 issue], nothing distributed ATM, things should build. Work done on an iBook G4 with 1.5GB of RAM. Emulated building through qemu-binfmt should also work. Some packages, such as guile-3.0, can take more than 24 hours to build.
+
*** ppc: [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc git branch], [https://issues.guix.gnu.org/47615 issue], nothing distributed ATM, things should build. Work done on an iBook G4 with 1.5GB of RAM. Emulated building through qemu-binfmt should also work. Some packages, such as guile-3.0, can take more than 24 hours to build. Investigation still TODO whether ppc64le is able to build ppc32 binaries without emulation or virtualization.
 
** ARM
 
** ARM
 
*** aarch64
 
*** aarch64

Revision as of 12:56, 17 April 2021

This page is here to gather hopefully relevant pointers to currently worked on subjects.

If you find something stale, please edit or report to the dev ML.

If you want to participate, contribute or ask about some details, try on IRC or the dev ML.

The "wip-*" branches on savannah git may not be up to date, be careful.



  • Diverse architecture support
    • PowerPC
      • ppc64le: preliminary support merged, no binary tarball released, no substitutes, but things should build.
      • ppc: git branch, issue, nothing distributed ATM, things should build. Work done on an iBook G4 with 1.5GB of RAM. Emulated building through qemu-binfmt should also work. Some packages, such as guile-3.0, can take more than 24 hours to build. Investigation still TODO whether ppc64le is able to build ppc32 binaries without emulation or virtualization.
    • ARM