arma::Mat<eT>::unsafe_col() was introduced in Armadillo 0.9.90 (require that). Only problem is, that hasn't yet been packaged by the Ubuntu maintainers.

This commit is contained in:
Ryan Curtin
2010-12-15 18:14:29 +00:00
parent 2cba65d4f0
commit e22ce23214
+1 -1
View File
@@ -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