From dcf64bd1f6eaedd6b20e3d5e00c0775089e55afa Mon Sep 17 00:00:00 2001 From: Sandra Date: Thu, 1 Oct 2020 17:49:27 +0200 Subject: [PATCH] adding NOISE point --- NOISE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NOISE b/NOISE index 2f4ded6..cab9f35 100644 --- a/NOISE +++ b/NOISE @@ -99,5 +99,12 @@ ABSTRACT In bscpkgs the symbolic links have been removed for the clangOmpss2 compiler. +1.7 Nix-shell does not allow isolation + + Nix-shell is not isolated, the compilation process tries then to + use headers and libs from /usr. + + This can induce compilation errors not happening inside nix-build. + Do not use to ensure reproducibility. /* vim: set ts=2 sw=2 tw=72 fo=watqc expandtab spell autoindent: */