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
>
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
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
> 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
Mosaik fails on all architectures except for x86_64. Should it be disabled
or are there configure flags to make it work elsewhere?
Andreas
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'.
>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