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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user