Merge pull request #95168 from danieldk/intel-compute-runtime-stdcpp

intel-compute-runtime: add libstdc++ to RPATH
This commit is contained in:
Martin Weinelt 2020-08-14 02:34:34 +02:00 committed by GitHub
commit 515725c1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
''; '';
postFixup = '' postFixup = ''
patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ intel-gmmlib intel-graphics-compiler libva ]} \ patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ intel-gmmlib intel-graphics-compiler libva stdenv.cc.cc.lib ]} \
$out/lib/intel-opencl/libigdrcl.so $out/lib/intel-opencl/libigdrcl.so
''; '';