Re: [PATCH] Add MOSAIK.

2015-10-27 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Efraim Flashner writes: [...] >> I ran `./pre-inst-env guix build -s i686-linux mosaik` and the build failed >> for me. > > I can confirm this. Too bad. The reason is that “ssw.c” uses macros > from emmintrin.h that are always inlined. Inlining fails here due to >

Re: [PATCH] Add MOSAIK.

2015-10-27 Thread Ricardo Wurmus
Efraim Flashner writes: > On Fri, 23 Oct 2015 10:42:49 +0200 > Ricardo Wurmus wrote: > >> > Mosaik fails on all architectures except for x86_64. Should it be disabled >> > or are there configure flags to make it work elsewhere? >> >> I think this is caused by ‘includes/linux.inc’, which is u

Re: [PATCH] Add MOSAIK.

2015-10-27 Thread Efraim Flashner
On Fri, 23 Oct 2015 10:42:49 +0200 Ricardo Wurmus wrote: > > Mosaik fails on all architectures except for x86_64. Should it be disabled > > or are there configure flags to make it work elsewhere? > > I think this is caused by ‘includes/linux.inc’, which is unconditionally > included by default

Re: [PATCH] Add MOSAIK.

2015-10-23 Thread Ricardo Wurmus
> Mosaik fails on all architectures except for x86_64. Should it be disabled > or are there configure flags to make it work elsewhere? I think this is caused by ‘includes/linux.inc’, which is unconditionally included by default. Disabling the line include includes/$(BLD_PLATFORM).inc should

Re: [PATCH] Add MOSAIK.

2015-10-23 Thread Andreas Enge
Mosaik fails on all architectures except for x86_64. Should it be disabled or are there configure flags to make it work elsewhere? Andreas

Re: [PATCH] Add MOSAIK.

2015-10-19 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 2f5755ddad550cf811f97ad6889eea2a7171a1c3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 16 Oct 2015 17:41:07 +0200 > Subject: [PATCH] gnu: Add MOSAIK. > > * gnu/packages/bioinformatics.scm (mosaik): New variable. LGTM, thanks! Ludo'.

[PATCH] Add MOSAIK.

2015-10-16 Thread Ricardo Wurmus
>From 2f5755ddad550cf811f97ad6889eea2a7171a1c3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 16 Oct 2015 17:41:07 +0200 Subject: [PATCH] gnu: Add MOSAIK. * gnu/packages/bioinformatics.scm (mosaik): New variable. --- gnu/packages/bioinformatics.scm | 46