openblas: use --replace-fail substitution
This commit is contained in:
@@ -196,7 +196,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
# cc1: error: invalid feature modifier 'sve2' in '-march=armv8.5-a+sve+sve2+bf16'
|
||||
substituteInPlace Makefile.arm64 --replace "+sve2+bf16" ""
|
||||
substituteInPlace Makefile.arm64 --replace-fail "+sve2+bf16" ""
|
||||
'';
|
||||
|
||||
inherit blas64;
|
||||
|
||||
Reference in New Issue
Block a user