From e22ce232148e6dcccc8830408345fdbf142f413d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 15 Dec 2010 18:14:29 +0000 Subject: [PATCH] arma::Mat::unsafe_col() was introduced in Armadillo 0.9.90 (require that). Only problem is, that hasn't yet been packaged by the Ubuntu maintainers. --- fastlib/branches/fastlib-stl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlib/branches/fastlib-stl/CMakeLists.txt b/fastlib/branches/fastlib-stl/CMakeLists.txt index e21041d7cd..dc9fbcecb6 100644 --- a/fastlib/branches/fastlib-stl/CMakeLists.txt +++ b/fastlib/branches/fastlib-stl/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake") find_package(LAPACK REQUIRED) # LAPACK finds BLAS as a dependency find_package(Pthreads REQUIRED) -find_package(Armadillo 0.9.6 REQUIRED) +find_package(Armadillo 0.9.90 REQUIRED) # unfortunately this configuration variable is necessary and will need to be # updated as time goes on and new versions are released