[Nix-dev] Using Nix with external (but 'pure') dependencies

Ben Darwin bcdarwin at gmail.com
Wed Jan 14 19:40:20 CET 2015


We could try to compile with ICC instead if that would be the only
thing we'd have to cp/patchelf.  Is it likely we could re-use library
derivations with { cc = icc } in that case, or would we have to write
some for BLAS as well as our own tools?

On 14 January 2015 at 12:41, Luca Bruno <lethalman88 at gmail.com> wrote:
> On 14/01/2015 18:36, Ben Darwin wrote:
>> Currently we compile with GCC, and we'd probably be willing to
>> continue doing so since libraries do much of our heavy lifting.
> Then you are left with packing the libs as nix derivation with patchelf,
> and pray it works :)
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


More information about the nix-dev mailing list