aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/riscv.scm
AgeCommit message (Collapse)Author
2023-09-19remove unneeded module importEfraim Flashner
2022-05-03gn: cva6: Set #:make-flags instead of overriding the build phase.Arun Isaac
* gn/packages/riscv.scm (cva6)[arguments]: Set #:make-flags instead of overriding the build phase.
2022-05-03gn: cva6: Switch to upstream source instead of fork.Arun Isaac
* gn/packages/riscv.scm (cva6)[source]: Use upstream openhwgroup source instead of the cornell-brg fork. [arguments]: Add fix-stdout phase. Pass RISV=0 to make in build phase.
2022-05-02gn: cva6: Install executable as ariane.Arun Isaac
* gn/packages/riscv.scm (cva6)[arguments]: In the custom install phase, install executable as ariane instead of Variane_testharness.
2022-05-02gn: Add cva6.Arun Isaac
* gn/packages/riscv.scm: Import (gn packages fpga), (gnu packages virtualization), (guix build utils), (guix build-system gnu), (guix gexp) and (guix licenses). (cva6): New variable.
2022-04-01gn: hello-static: Move to gn/packages/static.scm.Arun Isaac
* gn/packages/riscv.scm: Do not import (gnu packages base), (guix packages) and (guix build-system gnu). (hello-static): Move to gn/packages/static.scm. * gn/packages/static.scm: New file.
2022-04-01gn: wfmash: Remove package.Arun Isaac
wfmash has been upstreamed. * gn/packages/riscv.scm (wfmash): Delete variable.
2022-03-29gn: hello-static: Set name to hello-static.Arun Isaac
* gn/packages/riscv.scm (hello-static)[name]: Set to hello-static.
2022-03-29gnu: hello: Use static-package.Arun Isaac
* gn/packages/riscv.scm: Import (guix build-system gnu). (hello): Use static-package.
2022-03-23gn: Add hello-staticEfraim Flashner
2022-03-21gn: wfmash: update to 0.7.0-26.81b8292.Efraim Flashner
2022-03-14gn: Add wfmash.Arun Isaac
This patch adds a version of wfmash that builds and runs successfully on RISC-V. * gn/packages/riscv.scm: New file.