- 05 Apr, 2016 1 commit
-
-
Use `CMAKE_<LANG>_COMPILER_LOADED` to detect enabled languages because `if( _LANGUAGES_ MATCHES C )` is always true on Windows as the RC language is activated automatically and matches C.
-
- 18 Mar, 2016 1 commit
-
-
OpenBLAS (www.openblas.net) is the successor to GotoBLAS.
-
- 14 Apr, 2014 2 commits
-
-
Rolf Eike Beer authored
-
Rolf Eike Beer authored
All these expressions work the same: "foo" ".*foo.*" "^.*foo.*$" This assumes that the "Intel*" expressions were meant to be "Intel.*".
-
- 29 Mar, 2014 1 commit
-
-
Clinton Stimpson authored
Fixes issues #14812 and #14813 where find_package(OpenMP QUIET) and find_package(Qt4 QUIET) would still print out messages when calling check*() functions. Also a partial fix for #14445 where building CMake (without cmake-gui) when Qt5 is installed and Qt4 is not installed and warnings come out of FindQt4.cmake.
-
- 15 Oct, 2013 1 commit
-
-
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
-
- 08 Oct, 2013 1 commit
-
-
Leszek Swirski authored
-
- 04 Nov, 2012 1 commit
-
-
Rolf Eike Beer authored
This solves a lots of warnings, e.g. in the FindModulesExecuteAll test. If the installed version on the system is rather old this may even lead to bugs, e.g. https://bugs.gentoo.org/show_bug.cgi?id=436540
-
- 13 Aug, 2012 1 commit
-
-
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. 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' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
- 21 Jul, 2012 1 commit
-
-
Rolf Eike Beer authored
If FIND_LIBRARY_USE_LIB64_PATHS is set both will be searched anyway.
-
- 16 Feb, 2012 1 commit
-
-
Alexey Ozeritsky authored
-
- 13 Dec, 2011 2 commits
-
-
Tim Gallagher authored
-
Tim Gallagher authored
-
- 05 Dec, 2011 1 commit
-
-
Alexey Ozeritsky authored
-
- 01 Sep, 2011 1 commit
-
-
Alexey Ozeritsky authored
fixed: CMAKE_FIND_LIBRRAY_SUFFIXES misprint added: ATLAS vendor to FindLAPACK module
-
- 31 Aug, 2011 1 commit
-
-
Alexey Ozeritsky authored
fixed: saving/changing/restoring CMAKE_FIND_LIBRARY_SUFFIXES variable. fixed: BLA_VENDORs "Apple" (Accelerate Framework) and "NAS" (vecLib Framework) fail as 'cblas_dgemm_' doesn't exist. fixed: improve "Generic" detection on Ubuntu (and I assume Debian) (work with libblas3gf and liblapack3gf packages).
-
- 13 Aug, 2011 1 commit
-
-
Alexey Ozeritsky authored
-
- 11 Aug, 2011 2 commits
-
-
Alexey Ozeritsky authored
-
Alexey Ozeritsky authored
-
- 27 Dec, 2010 2 commits
-
-
Alexey Ozeritsky authored
-
Alexey Ozeritsky authored
-
- 09 Aug, 2010 1 commit
-
-
- 01 Oct, 2009 1 commit
-
-
Bill Hoffman authored
-
- 28 Sep, 2009 1 commit
-
-
Brad King authored
This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
-
- 19 Apr, 2009 1 commit
-
-
Alexander Neundorf authored
Alex
-
- 22 Jul, 2008 2 commits
-
-
Bill Hoffman authored
-
Alin Elena authored
ENH: FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so now you have three new variables BLA_VENDOR (you can specify the VENDOR), BLA_STATIC (gets the static version of libs), BLA_F95 (gets the fortran 95 interface). BLA_VENDOR can be specified as an environment variable. Intel mkls libs need FindThreads to be found correctly so you will need to enable the C/CXX
-
- 21 Jul, 2008 4 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Alin Elena authored
ENH: checks if Fortran is enbaled. If not an error message is produced.
-
Alin Elena authored
ENH: Modules/CheckFortranFunctionExists.cmake helps gfortran to check the existence of a file ENH: Modules/FindLAPACK.cmake returns the full list of libraries required to link against Lapack
-
- 24 Mar, 2008 1 commit
-
-
Alin Elena authored
-
- 10 Oct, 2007 1 commit
-
-
Alin Elena authored
ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake.
-