Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PxTRRFS to SRC/Makefile and SRC/CMakeLists.txt #89

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SRC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set (SLASRC
pspotrs.f psrscl.f psstein.f pssyev.f pssyevd.f pssyevx.f
pssygs2.f pssygst.f
pssygvx.f pssyngst.f pssyntrd.f pssyttrd.f pssytd2.f pssytrd.f
pstrti2.f pstrtri.f pstrtrs.f
pstrti2.f pstrtri.f pstrtrs.f pstrrfs.f
pslaevswp.f
pslarzb.f pslarzt.f pslarz.f pslatrz.f pstzrzf.f psormr3.f psormrz.f
pslahqr.f pslaconsb.f pslacp3.f pslawil.f
Expand Down Expand Up @@ -67,7 +67,7 @@ set (CLASRC
pcpbsv.f pcpbtrf.f pcpbtrs.f pcpbtrsv.f
pcptsv.f pcpttrf.f pcpttrs.f pcpttrsv.f
pcposvx.f pcpotf2.f pcpotrf.f pcpotri.f pcpotrs.f pcsrscl.f pcstein.f
pctrevc.f pctrti2.f pctrtri.f pctrtrs.f pcung2l.f pcung2r.f
pctrevc.f pctrti2.f pctrtri.f pctrtrs.f pctrrfs.f pcung2l.f pcung2r.f
pcungl2.f pcunglq.f pcungql.f pcungqr.f pcungr2.f pcungrq.f
pcunm2l.f pcunm2r.f pcunmbr.f pcunmhr.f pcunml2.f pcunmlq.f
pcunmql.f pcunmqr.f pcunmr2.f pcunmrq.f pcunmtr.f
Expand Down Expand Up @@ -100,7 +100,7 @@ set (DLASRC
pdpotrs.f pdrscl.f pdstein.f pdsyev.f pdsyevd.f pdsyevx.f
pdsygs2.f pdsygst.f
pdsygvx.f pdsyngst.f pdsyntrd.f pdsyttrd.f pdsytd2.f pdsytrd.f pdtrti2.f
pdtrtri.f pdtrtrs.f
pdtrtri.f pdtrtrs.f pdtrrfs.f
pdlaevswp.f
pdlarzb.f pdlarzt.f pdlarz.f pdlatrz.f pdtzrzf.f pdormr3.f pdormrz.f
pdlahqr.f pdlaconsb.f pdlacp3.f pdlawil.f
Expand Down Expand Up @@ -131,7 +131,7 @@ set (ZLASRC
pzpbsv.f pzpbtrf.f pzpbtrs.f pzpbtrsv.f
pzptsv.f pzpttrf.f pzpttrs.f pzpttrsv.f
pzposvx.f pzpotf2.f pzpotrf.f pzpotri.f pzpotrs.f pzdrscl.f pzstein.f
pztrevc.f pztrti2.f pztrtri.f pztrtrs.f pzung2l.f pzung2r.f
pztrevc.f pztrti2.f pztrtri.f pztrtrs.f pztrrfs.f pzung2l.f pzung2r.f
pzungl2.f pzunglq.f pzungql.f pzungqr.f pzungr2.f pzungrq.f
pzunm2l.f pzunm2r.f pzunmbr.f pzunmhr.f pzunml2.f pzunmlq.f
pzunmql.f pzunmqr.f pzunmr2.f pzunmrq.f pzunmtr.f
Expand Down
8 changes: 4 additions & 4 deletions SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SLASRC = \
pspotrs.o psrscl.o psstein.o pssyev.o pssyevd.o pssyevx.o \
pssygs2.o pssygst.o \
pssygvx.o pssyngst.o pssyntrd.o pssyttrd.o pssytd2.o pssytrd.o \
pstrti2.o pstrtri.o pstrtrs.o \
pstrti2.o pstrtri.o pstrtrs.o pstrrfs.o \
pslaevswp.o \
pslarzb.o pslarzt.o pslarz.o pslatrz.o pstzrzf.o psormr3.o psormrz.o \
pslahqr.o pslaconsb.o pslacp3.o pslawil.o \
Expand Down Expand Up @@ -116,7 +116,7 @@ CLASRC = \
pcpbsv.o pcpbtrf.o pcpbtrs.o pcpbtrsv.o \
pcptsv.o pcpttrf.o pcpttrs.o pcpttrsv.o \
pcposvx.o pcpotf2.o pcpotrf.o pcpotri.o pcpotrs.o pcsrscl.o pcstein.o \
pctrevc.o pctrti2.o pctrtri.o pctrtrs.o pcung2l.o pcung2r.o \
pctrevc.o pctrti2.o pctrtri.o pctrtrs.o pctrrfs.o pcung2l.o pcung2r.o \
pcungl2.o pcunglq.o pcungql.o pcungqr.o pcungr2.o pcungrq.o \
pcunm2l.o pcunm2r.o pcunmbr.o pcunmhr.o pcunml2.o pcunmlq.o \
pcunmql.o pcunmqr.o pcunmr2.o pcunmrq.o pcunmtr.o \
Expand Down Expand Up @@ -149,7 +149,7 @@ DLASRC = \
pdpotrs.o pdrscl.o pdstein.o pdsyev.o pdsyevd.o pdsyevx.o \
pdsygs2.o pdsygst.o \
pdsygvx.o pdsyngst.o pdsyntrd.o pdsyttrd.o pdsytd2.o pdsytrd.o pdtrti2.o \
pdtrtri.o pdtrtrs.o \
pdtrtri.o pdtrtrs.o pdtrrfs.o \
pdlaevswp.o \
pdlarzb.o pdlarzt.o pdlarz.o pdlatrz.o pdtzrzf.o pdormr3.o pdormrz.o \
pdlahqr.o pdlaconsb.o pdlacp3.o pdlawil.o \
Expand Down Expand Up @@ -180,7 +180,7 @@ ZLASRC = \
pzpbsv.o pzpbtrf.o pzpbtrs.o pzpbtrsv.o \
pzptsv.o pzpttrf.o pzpttrs.o pzpttrsv.o \
pzposvx.o pzpotf2.o pzpotrf.o pzpotri.o pzpotrs.o pzdrscl.o pzstein.o \
pztrevc.o pztrti2.o pztrtri.o pztrtrs.o pzung2l.o pzung2r.o \
pztrevc.o pztrti2.o pztrtri.o pztrtrs.o pztrrfs.o pzung2l.o pzung2r.o \
pzungl2.o pzunglq.o pzungql.o pzungqr.o pzungr2.o pzungrq.o \
pzunm2l.o pzunm2r.o pzunmbr.o pzunmhr.o pzunml2.o pzunmlq.o \
pzunmql.o pzunmqr.o pzunmr2.o pzunmrq.o pzunmtr.o \
Expand Down
Loading