Re: #850644: RFP: Guix in Debian

2019-11-13 Thread Diane Trout
On Tue, 2019-11-12 at 20:43 -0800, Vagrant Cascadian wrote: > On 2019-05-28, Vagrant Cascadian wrote: > > On 2019-05-16, Vagrant Cascadian wrote: > > > So in a bit of a focused run of packaging, I've been chasing the > > > dependency chain necessary to get guix building on Debian: > > Summary: all

Re: Python 3.5 start of update

2016-03-07 Thread Diane Trout
ail, but it was late and I may have forgotten to stash all my changes. (If you're curious about my progress with jupyter, that's over here: https://github.com/detrout/guix-detrout/blob/master/detrout/packages/py data.scm )From ecd68c7702fc06a947eb8b550938dd00107b2e33 Mon Sep 17 00:00:

Re: Python 3.5 start of update

2016-03-04 Thread Diane Trout
Hello, Thank you for getting back to me. > Also, the 'python-minimal' offered by `guix environment python- > minimal` > is likely the one that lives on the master branch, deployed by `guix > pull`, unless you symlinked your git checkout to > '~/.config/guix/latest'. > I remembered --pure, but I

Python 3.5 start of update

2016-02-26 Thread Diane Trout
with: cd /tmp/nix-builc-python-minimal-3.5.1.drv chown -R me . guix environment python-minimal cd Python-3.5.1 make Diane>From 834e5073580c9584b8daf533da6735d9402049b8 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 26 Feb 2016 16:12:31 -0800 Subject: [PATCH] Update python 3 to 3.5.1.

Re: GSoC ideas

2016-02-25 Thread Diane Trout
> > If you’re versed in Guix, you might be interested in writing a > derivation that runs Debian in QEMU and invokes the commands that build > .deb files, as Chris suggested. That would be awesome. I don't currently know enough about guix to do that, but I think it'd be great if I did. Diane

Re: Guix on Debian (was: GSoC ideas)

2016-02-25 Thread Diane Trout
On Thursday, February 25, 2016 12:30:47 PM Efraim Flashner wrote: > Another option would be to include in the pre/post install script to add > the repo if it's not already there. I know some third party repos delete > and recreate their files, my `tor+http` setting keeps on getting > overwritten.

Re: GSoC ideas

2016-02-24 Thread Diane Trout
> For Ubuntu, I used the patch below. > Thank you. I fixed the typo and switched to using a uscan version=3 config file with the Ludovic Courtès signing key in upstream/signing-key.asc so the uscan key validation works correctly. Does the updated uscan file work correctly on *buntu? I also c

Re: Guix on Debian (was: GSoC ideas)

2016-02-24 Thread Diane Trout
> Hosting a .deb file on our own server that users could download and > install with dpkg would be perfect for us. Actually the best thing to do would be to put the debs into a signed repository, for example https://mirrorer.alioth.debian.org/ is a utility that lets you create your own apt-getta

Re: Guix on Debian (was: GSoC ideas)

2016-02-23 Thread Diane Trout
> Great work Diane! > > Are those bootstrapping binaries really necessary for getting Guix > going?  I guess for some reason I thought if you did the whole > configure/make/etc dance it wouldn't be but maybe I'm wrong. > > Maybe this is a good step towards getting a Guix .deb we self-host on > t

Re: GSoC ideas

2016-02-23 Thread Diane Trout
> That looks like the way forward to me. Such a package can setup and > start the daemon - which is enough. No need to get the blessing from > the distributions themselves (will take time, but it will come - > there > really is no difference with allowing foreign packages to work > anyway). I wr

Re: [PATCH] Add BLESS (was: Re: Bioinformatics package: Bless)

2015-11-06 Thread Diane Trout
That patch looks much nicer. Thank you. Diane On Friday, November 06, 2015 03:28:23 PM Ricardo Wurmus wrote: > Hi, > > > One of our users asked me to install a package "bless" that required a > > newer version of MPI than Debian provides, so I thought I'd try to build > > a guix package as Guix

Bioinformatics package: Bless

2015-11-05 Thread Diane Trout
Hi, One of our users asked me to install a package "bless" that required a newer version of MPI than Debian provides, so I thought I'd try to build a guix package as Guix actually has openmpi 1.8 packaged. The software's home page is: http://sourceforge.net/p/bless-ec/wiki/Home/ The source tar