aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
Geerinckx-Rice * gnu/packages/fpga.scm (gtkwave): Update to 3.3.104. 2020-03-29gnu: nextpnr-ice40: Clean-up description.Efraim Flashner * gnu/packages/fpga.scm (nextpnr-ice40)[description]: Appease guix lint. 2020-03-29gnu: nextpnr-ice40: Use a source file-name.Efraim Flashner * gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field. 2020-03-28Update email address and Savannah handle for Amin Bandali.Amin Bandali * .mailmap, gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm, gnu/packages/pulseaudio.scm: Update my email address. * build-aux/git-authenticate.scm: Update my Savannah handle. 2020-03-22gnu: Add nextpnr-ice40.pinoaffe@airmail.cc * gnu/packages/fpga.scm (nextpnr-ice40): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-03-22gnu: icestorm: Update to latest revision.pinoaffe@airmail.cc * gnu/packages/fpga.scm (icestorm): Update to latest revision. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-02-20gnu: fpga.scm: Use git-version and git-file-name where appropriate.Jakub Kądziołka * gnu/packages/fpga.scm (abc): Use git-version. The uri is using an autogenerated commit package, it would ideally use git-fetch. The canonical repository is now on GitHub, but the old commit ID is not present. This means that changing the origin is best done together with an update. (icestorm): Use git-version, git-file-name. (arachne-pnr): Use git-file-name. 2020-02-15gnu: abc: Use HTTPS home page.Tobias Geerinckx-Rice * gnu/packages/fpga.scm (abc)[home-page]: Use HTTPS. 2020-01-22gnu: gtkwave: Update to 3.3.103.Tobias Geerinckx-Rice * gnu/packages/fpga.scm (gtkwave): Update to 3.3.103. 2020-01-22gnu: gtkwave: Prefer mirror://sourceforge source URI.Tobias Geerinckx-Rice * gnu/packages/fpga.scm (gtkwave)[source]: Add URI. 2020-01-17Update email address for Amin Bandali.Amin Bandali * .mailmap: Add name and email addresses for Amin Bandali. * gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm: Update email address for Amin Bandali. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>