openblas: backport another patch, fix crash w/Go and Octave

Also fixes numpy crashing during tests w/musl.
This commit is contained in:
Will Dietz 2018-07-12 11:48:29 -05:00
parent 8988a5904d
commit 1b3d8eefe3

View file

@ -125,6 +125,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/xianyi/OpenBLAS/commit/5f2a3c05cd0e3872be3c5686b9da6b627658eeb7.patch";
sha256 = "1qvxhk92likrshw6z6hjqxvkblwzgsbzis2b2f71bsvx9174qfk1";
})
# Double "MAX_ALLOCATING_THREADS", fix with Go and Octave
# https://github.com/xianyi/OpenBLAS/pull/1663 (see also linked issue)
(fetchpatch {
url = "https://github.com/xianyi/OpenBLAS/commit/a49203b48c4a3d6f86413fc8c4b1fbfaa1946463.patch";
sha256 = "0v6kjkbgbw7hli6xkism48wqpkypxmcqvxpx564snll049l2xzq2";
})
];
doCheck = true;