aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 17:50:36 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 17:50:36 +0100
commita0e5b00280eeb4a69217beafe2160f1ab4932e3d (patch)
tree5a906ff95e991540a427f58d966138313e7afcc1 /blas
parent6456b74a894af1737006489fa32570fc7c99ccaf (diff)
forgot that one, again
Diffstat (limited to 'blas')
-rw-r--r--blas/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt
index 3bd38fa47..5f2e3cd32 100644
--- a/blas/CMakeLists.txt
+++ b/blas/CMakeLists.txt
@@ -18,6 +18,7 @@ if(CMAKE_Fortran_COMPILER_WORKS)
add_custom_target(blas)
set(EigenBlas_SRCS single.cpp double.cpp complex_single.cpp complex_double.cpp xerbla.cpp
+ complexdots.f
srotm.f srotmg.f drotm.f drotmg.f
lsame.f chpr2.f ctbsv.f dspmv.f dtbmv.f dtpsv.f ssbmv.f sspr.f stpmv.f zhpr2.f ztbsv.f chbmv.f chpr.f ctpmv.f dspr2.f dtbsv.f sspmv.f stbmv.f stpsv.f zhbmv.f zhpr.f ztpmv.f chpmv.f ctbmv.f ctpsv.f dsbmv.f dspr.f dtpmv.f sspr2.f stbsv.f zhpmv.f ztbmv.f ztpsv.f
)