From 65caa40a3d792dbbd28b3f47de2a87efea58bb24 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Mon, 10 Sep 2012 06:29:02 +0800 Subject: Implement packed triangular solver. --- blas/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'blas/CMakeLists.txt') diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt index 171b75aa1..3877e1285 100644 --- a/blas/CMakeLists.txt +++ b/blas/CMakeLists.txt @@ -18,10 +18,10 @@ if(EIGEN_Fortran_COMPILER_WORKS) set(EigenBlas_SRCS ${EigenBlas_SRCS} complexdots.f srotm.f srotmg.f drotm.f drotmg.f - lsame.f dspmv.f dtpsv.f ssbmv.f - chbmv.f chpr.f sspmv.f stpsv.f - zhbmv.f zhpr.f chpmv.f ctpsv.f dsbmv.f - zhpmv.f ztpsv.f + lsame.f dspmv.f ssbmv.f + chbmv.f chpr.f sspmv.f + zhbmv.f zhpr.f chpmv.f dsbmv.f + zhpmv.f dtbmv.f stbmv.f ctbmv.f ztbmv.f ) else() -- cgit v1.2.3