summaryrefslogtreecommitdiff
path: root/lapack_build.cmake
AgeCommit message (Collapse)AuthorFilesLines
2016-07-27ENH: Update default ctest configuration optionsHans Johnson1-0/+4
Testing should be done with Release build configuration Testing should be done with CBLAS option turned on
2016-07-27COMP: Move to git for cdash testingHans Johnson1-15/+38
This commit resolves #11 by providing ctest script that pulls from github for running the nightly dashboards that are displayed at http://my.cdash.org/index.php?project=LAPACK
2016-07-10Remove CMake-language block-end command argumentsHans Johnson1-18/+18
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. NOTE: MUST USE GNU compliant version of sed Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \ | xargs -0 gsed -i -f convert.sed \ && rm convert.sed
2016-07-09STYLE: Remove trailing whitespace in CMake filesHans Johnson1-5/+5
This is mostly a long term maintenance improvement. Many coding styles require elimination of trailing whitespace, and many editors and source code management configurations automatically gobble up whitespace. When these tools gobble up whitespace, it complicates reviewing the meaningful code changes. By removing whitespace on one patch, it makes future code reviews much easier.
2014-10-08Fixing folder uppercase / lower case issue - Thank you Donjulie1-2/+3
2013-12-06Require CMake >= 2.8.7 so we can use CMAKE_GNUtoMSjulie1-1/+1
2012-04-25Minor modification for ctest build templatejulie1-9/+10
2012-01-10Adding CMAKE Support for LAPACKE.julie1-0/+10
Now we can generate dll for LAPACK and LAPACKE directly for Mingw so that FORTRAN compiler is longer needed. Because LAPACKE contains some routines from MATGEN (for PLASMA), LAPACKE will requires the tmglib library. Add some LAPACK 3.4.0 routines were missing in the CMAKE LAPACK build.
2011-12-14For Dashboard, set correct path to LAPACK repjulie1-1/+1
2011-10-12set timeout to 36000 to enable test in quadruple prcision to finishjulie1-1/+1
2009-08-12Add conf file for submitting machine to LAPACK Dashboardjulie1-0/+212