[mlpack-svn] r11836 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Mar 12 15:47:37 EDT 2012


Author: rcurtin
Date: 2012-03-12 15:47:36 -0400 (Mon, 12 Mar 2012)
New Revision: 11836

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Wait, we don't even need LAPACK.  That comes through Armadillo.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-03-12 19:35:25 UTC (rev 11835)
+++ mlpack/trunk/CMakeLists.txt	2012-03-12 19:47:36 UTC (rev 11836)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
-project(mlpack C CXX FORTRAN)
+project(mlpack C CXX)
 
 # First, define all the compilation options.
 # We default to debugging mode for developers.
@@ -57,8 +57,6 @@
 # set path right
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake")
 
-# LAPACK finds BLAS as a dependency.
-find_package(LAPACK REQUIRED)
 find_package(Armadillo 2.4.0 REQUIRED)
 find_package(LibXml2 REQUIRED)
 




More information about the mlpack-svn mailing list