guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add Julia.


From: Mark H Weaver
Subject: Re: [PATCH] Add Julia.
Date: Tue, 24 Mar 2015 10:56:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Mark H Weaver <address@hidden> writes:

> Ricardo Wurmus <address@hidden> writes:
>
>> From 41550ffafa8da05b2cf8dfad66d44e6f43c9042c Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <address@hidden>
>> Date: Fri, 20 Mar 2015 11:26:23 +0100
>> Subject: [PATCH 2/2] gnu: Add Julia.
>>
>> * gnu/packages/julia.scm: New file.
>> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
>
> Hydra was unable to successfully build Julia on any platform.  See:
>
>   http://hydra.gnu.org/build/339221
>   http://hydra.gnu.org/build/339192

The illegal instruction errors are in openblas, which is marked
non-substitutable because it apparently builds itself customized to the
CPU on the build machine.  So, I guess openblas might have been built on
a build slave with more processor features than the one used to build
Julia.

Perhaps the answer is that Julia shouldn't be built by Hydra, because
one of its transitive inputs is non-substitutable.

   Thoughts?
      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]