Remove ARCH=riscv64
Remove as we end up with: riscv64 -ru ../../libRblas_riscv64-r0.3.0.dev.a sbdsvdx.o spotrf2.o .. BUILDSTDERR: make[2]: riscv64: Command not found This happens in lapack-netlib/SRC/Makefile:556 Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
7a6b8e0347
commit
0c4b2cc81f
@ -374,7 +374,7 @@ TARGET="TARGET=POWER8 DYNAMIC_ARCH=0"
|
||||
TARGET="TARGET=ARMV8 DYNAMIC_ARCH=0"
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
TARGET="ARCH=riscv64 TARGET=RISCV64 DYNAMIC_ARCH=0"
|
||||
TARGET="TARGET=RISCV64 DYNAMIC_ARCH=0"
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} == 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user