Difference between revisions of "Projects:DBP3:MGH CMake Enhancements"

From NAMIC Wiki
Jump to: navigation, search
Line 26: Line 26:
 
* FindF2C
 
* FindF2C
 
* FindFFTW
 
* FindFFTW
 +
** See also: https://github.com/jedbrown/cmake-modules
 
* FindGengetopt
 
* FindGengetopt
 
* FindOctave
 
* FindOctave
 
* FindOpenCL
 
* FindOpenCL
 
* FindSSE
 
* FindSSE

Revision as of 18:13, 21 November 2010

Home < Projects:DBP3:MGH CMake Enhancements

We have made several bug fixes to CMake modules, and it would be helpful to us if these could be pushed upstream. However, some of these will require additional work before they can be accepted into CMake proper.

List of enhanced modules

  • FindCUDA
    • Test for MinGW (cuda does not work on MinGW)
    • Check gcc version (nvcc requires 4.3)
    • Build code for multiple compute capabilities
  • FindDCMTK
    • Append dependent libraries (SSL, PNG, TIFF, ZLIB)
  • FindFortran
    • Workarounds for bugs 9220, 8345
    • (See also FindF2C.cmake)
  • FindMatlab
    • Complete rewrite (stock version does not work)
  • FindOpenMP
    • Separate tests for CFLAGS and LDFLAGS (needed for MSVC??)
    • Test for LIBRARIES (needed for some gcc versions)
  • FindSubversion
    • Add search for svnversion
  • FindZLIB

List of new modules