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:
parent
015f46beba
commit
3c9c894f83
|
@ -58,6 +58,8 @@ stdenv.mkDerivation {
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
unpackPhase = "src=$PWD";
|
unpackPhase = "src=$PWD";
|
||||||
|
|
||||||
|
dontPatchELF = true;
|
||||||
|
|
||||||
installPhase = (''
|
installPhase = (''
|
||||||
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig
|
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,8 @@ stdenv.mkDerivation {
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
unpackPhase = "src=$PWD";
|
unpackPhase = "src=$PWD";
|
||||||
|
|
||||||
|
dontPatchELF = true;
|
||||||
|
|
||||||
installPhase = (''
|
installPhase = (''
|
||||||
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig
|
mkdir -p $out/lib $dev/include $dev/lib/pkgconfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue