| Age | Commit message (Collapse) | Author |
|
Restore an unpinned 'guix channel as a dependency of this channel in
an attempt to resolve issues with the automated build of the
guix-bioinformatics channel in the genenetwork CI/CD system.
|
|
|
|
|
|
|
|
While we do not directly depend on guix-forge within
guix-bioinformatics, our deployment does. Sometimes, pulling in the
latest version of guix-forge leads to a failure to build the
appropriate guix profiles to use to (re)build containers.
This commit fixes a commit for guix-forge to be used for building:
- packages in this system (guix-forge is not used for this)
- Genenetwork's deployment (guix-forge is needed)
Essentially, this commit works simply to keep track of compatible
guix-forge commits for the guix (mainline) commit that we have chosen
for guix-bioinformatics.
|
|
|
|
Old rust packages have been removed from mainline guix and moved to
the guix-rust-past-crates channel. This commit provides the channel
giving access to the old packages.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
* .guix-channel: Upgrade guix channel to c84ba4f.
* gn/packages/crates-io.scm: Import (gnu packages crates-check) for
rust-criterion.
* gn/packages/crates-io.scm, gn/packages/bioinformatics.scm:
Import (gnu packages crates-compression) for rust-flate2.
|
|
* .guix-channel: Upgrade guix channel to 2394a7f.
* gn/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl-static
with (gsl "static").
* gn/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Replace gsl-static
with (gsl "static").
* gn/packages/static.scm (wfmash-static)[inputs]: Replace gsl-static
with (gsl "static").
|
|
|
|
|
|
|
|
|
|
|
|
.guix-channel: Use guix at commit
8d70ff3a49f7cdf0eab93b3a1c54ec2f016afc4a.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* .guix-channel: Add guix-forge.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
This reverts commit 0d743eb249bbdb67009d23ee53b2ee0ae881f725.
|
|
A number of GeneNetwork services/applications will not run with
Python-3.10. This commit pins guix-bioinformatics to a specific commit
to allow use of the older Python-3.10 before we are able to update
everything needed to get them running on Python-3.10
|
|
|
|
* .guix-channel: Fix indentation.
|
|
* .guix-channel: Update how channel dependencies are defined to match:
https://guix.gnu.org/manual/en/html_node/Declaring-Channel-Dependencies.html
|
|
|
|
|
|
|
|
* .guix-channel: Upgrade guix channel to commit
89d427e4be35fe79c23e2785a55c19df781fb77e.
|
|
|
|
|
|
* .guix-channel: Depend on specific commit of Guix upstream.
* README.org: Update recommended channels.scm and explain dependence
on specific commit.
|
|
|
|
Adjust for python-2.4 being in the guix-past channel.
|