Skip to content

Commit 526be36

Browse files
committed
ENH: Update default ctest configuration options
Testing should be done with Release build configuration Testing should be done with CBLAS option turned on
1 parent 2244f8e commit 526be36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lapack_build.cmake

+4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,14 @@ DART_ROOT:PATH=
197197
GITCOMMAND:FILEPATH=${CTEST_UPDATE_COMMAND}
198198
DROP_METHOD:STRING=https
199199
DART_TESTING_TIMEOUT:STRING=${CTEST_TEST_TIMEOUT}
200+
#Set build type to use optimized build
201+
CMAKE_BUILD_TYPE:STRING=Release
200202
# Enable LAPACKE
201203
LAPACKE:OPTION=ON
204+
CBLAS:OPTION=ON
202205
# Use Reference BLAS by default
203206
USE_OPTIMIZED_BLAS:OPTION=OFF
207+
USE_OPTIMIZED_LAPACK:OPTION=OFF
204208
" )
205209

206210

0 commit comments

Comments
 (0)