blas,lapack: don’t patchelf

We have some unused RPATHs we don’t want shrunk. These are used in MKL
to dlopen based on architecture.
This commit is contained in:
Matthew Bauer 2020-04-20 15:46:45 -05:00
parent 015f46beba
commit 3c9c894f83
2 changed files with 4 additions and 0 deletions

View file

@ -58,6 +58,8 @@ stdenv.mkDerivation {
dontConfigure = true;
unpackPhase = "src=$PWD";
dontPatchELF = true;
installPhase = (''
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig

View file

@ -36,6 +36,8 @@ stdenv.mkDerivation {
dontConfigure = true;
unpackPhase = "src=$PWD";
dontPatchELF = true;
installPhase = (''
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig