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

Shea Levy shea at shealevy.com
Thu Jan 15 14:10:38 CET 2015


If icc has the same command line interface as gcc, in principle it should work.

> On Jan 14, 2015, at 6:40 PM, Ben Darwin <bcdarwin at gmail.com> wrote:
> 
> 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
> _______________________________________________
> 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