ENH: Update default ctest configuration options
authorHans Johnson <hans-johnson@uiowa.edu>
Wed, 27 Jul 2016 12:37:46 +0000 (07:37 -0500)
committerHans Johnson <hans-johnson@uiowa.edu>
Wed, 27 Jul 2016 13:01:36 +0000 (08:01 -0500)
Testing should be done with Release build configuration
Testing should be done with CBLAS option turned on

lapack_build.cmake

index 66de6c8..68744cc 100644 (file)
@@ -197,10 +197,14 @@ DART_ROOT:PATH=
 GITCOMMAND:FILEPATH=${CTEST_UPDATE_COMMAND}
 DROP_METHOD:STRING=https
 DART_TESTING_TIMEOUT:STRING=${CTEST_TEST_TIMEOUT}
+#Set build type to use optimized build
+CMAKE_BUILD_TYPE:STRING=Release
 # Enable LAPACKE
 LAPACKE:OPTION=ON
+CBLAS:OPTION=ON
 # Use Reference BLAS by default
 USE_OPTIMIZED_BLAS:OPTION=OFF
+USE_OPTIMIZED_LAPACK:OPTION=OFF
 " )