From 833d58a8750458ccf496e3fcd980d04265e68ee4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 10 Nov 2022 00:55:10 +0100 Subject: [PATCH] intel: add libstdc++ as dependency for patchelf --- bsc/intel-compiler/icc2021.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsc/intel-compiler/icc2021.nix b/bsc/intel-compiler/icc2021.nix index c995b5f..b8f275a 100644 --- a/bsc/intel-compiler/icc2021.nix +++ b/bsc/intel-compiler/icc2021.nix @@ -100,9 +100,11 @@ in libxml2 hwloc autoPatchelfHook + stdenv.cc.cc.lib ]; dontBuild = true; + dontStrip = true; # The gcc package is required for building other programs #propagatedBuildInputs = [ gcc ]; @@ -113,6 +115,7 @@ in # FIXME: Some dependencies are missing autoPatchelfIgnoreMissingDeps=true; + #autoPatchelfIgnoreMissingDeps = [ "*" ]; # Compiler installPhase = ''