Skip to content

Commit

Permalink
No need to link against LAPACK or BLAS; Armadillo already does that.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Dec 21, 2014
1 parent 9ba1a65 commit 0b17e7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mlpack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ endforeach()
add_library(mlpack SHARED ${MLPACK_SRCS})
target_link_libraries(mlpack
armadillo
lapack
blas
${BOOST_LIBS}
xml2
)
Expand Down

0 comments on commit 0b17e7f

Please sign in to comment.