Skip to content

Commit 494313e

Browse files
authored
Merge pull request #4138 from martin-frbg/fix4126
Add converted C versions of C/ZRSCL to fix build errors introduced by PR4126
2 parents 2edebc5 + afef854 commit 494313e

File tree

3 files changed

+1472
-2
lines changed

3 files changed

+1472
-2
lines changed

cmake/lapack.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ set(CLASRC
686686
cposv.c cposvx.c cpotrf2.c cpotri.c cpstrf.c cpstf2.c
687687
cppcon.c cppequ.c cpprfs.c cppsv.c cppsvx.c cpptrf.c cpptri.c cpptrs.c
688688
cptcon.c cpteqr.c cptrfs.c cptsv.c cptsvx.c cpttrf.c cpttrs.c cptts2.c
689-
crot.c cspcon.c csprfs.c cspsv.c
689+
crot.c crscl.c cspcon.c csprfs.c cspsv.c
690690
cspsvx.c csptrf.c csptri.c csptrs.c csrscl.c cstedc.c
691691
cstegr.c cstein.c csteqr.c csycon.c
692692
csyrfs.c csysv.c csysvx.c csytf2.c csytrf.c csytri.c
@@ -878,7 +878,7 @@ set(ZLASRC
878878
zposv.c zposvx.c zpotrf2.c zpotri.c zpotrs.c zpstrf.c zpstf2.c
879879
zppcon.c zppequ.c zpprfs.c zppsv.c zppsvx.c zpptrf.c zpptri.c zpptrs.c
880880
zptcon.c zpteqr.c zptrfs.c zptsv.c zptsvx.c zpttrf.c zpttrs.c zptts2.c
881-
zrot.c zspcon.c zsprfs.c zspsv.c
881+
zrot.c zrscl.c zspcon.c zsprfs.c zspsv.c
882882
zspsvx.c zsptrf.c zsptri.c zsptrs.c zdrscl.c zstedc.c
883883
zstegr.c zstein.c zsteqr.c zsycon.c
884884
zsyrfs.c zsysv.c zsysvx.c zsytf2.c zsytrf.c zsytri.c

0 commit comments

Comments
 (0)