Commit Graph
17 Commits
Author SHA1 Message Date
Simon Maertens 0af92d8230 Bump minimum CMake version to 3.13 2024-06-05 13:13:38 +02:00
scivision 0a52d71f09 LAPACK CMakeLists.txt was using features from CMake 3.6 already
CMake 3.27 warns for cmake_minimum_required < 3.5
2023-10-12 15:42:13 -04:00
weslley.spereira a5e610f266 Fix all spelling errors reported at
https://github.com/Reference-LAPACK/lapack/issues/518#issue-834187881
Many thanks to @jschleus
2021-03-18 12:05:25 -03:00
Julien Schueller 8f004b353a CMake: Bump minimum version to 3.2
Newer cmake issues a warning when required version is < 3.
Version 3.2 should be old enough (eg ubuntu 16.04 has version 3.5).
2021-01-08 17:50:49 +01:00
luz.paz 7b2a3b7d9b Misc. typos
Found via `codespell -q 3 -L als,copys,ded,dum,fastr,ist,ith,nd,noe,numer,wit`
2019-02-05 11:27:01 -05:00
Michael Hirsch, Ph.D 8b147e8fc6 update deprecated syntax
update deprecated syntax

doc
2019-01-12 22:14:43 -05:00
Hans Johnson 526be365bb ENH: Update default ctest configuration options
Testing should be done with Release build configuration
Testing should be done with CBLAS option turned on
2016-07-27 08:01:36 -05:00
Hans Johnson 2244f8ed57 COMP: Move to git for cdash testing
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-27 08:01:36 -05:00
Hans Johnson 5333ddd9dc Remove CMake-language block-end command arguments
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-10 14:38:48 -05:00
Hans Johnson f8fb0842d5 STYLE: Remove trailing whitespace in CMake files
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.
2016-07-09 10:34:19 -05:00
julie 8d160e5f96 Fixing folder uppercase / lower case issue - Thank you Don 2014-10-08 18:40:57 +00:00
julie 0ffd5191b7 Require CMake >= 2.8.7 so we can use CMAKE_GNUtoMS 2013-12-06 03:58:29 +00:00
julie b5c3057664 Minor modification for ctest build template 2012-04-25 06:51:09 +00:00
julie 36369de32a Adding CMAKE Support for LAPACKE.
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.
2012-01-10 23:15:10 +00:00
julie 75af084e8a For Dashboard, set correct path to LAPACK rep 2011-12-14 20:28:51 +00:00
julie 23e3bd7d23 set timeout to 36000 to enable test in quadruple prcision to finish 2011-10-12 13:24:32 +00:00
julie 3f9a240d8d Add conf file for submitting machine to LAPACK Dashboard 2009-08-12 17:26:34 +00:00