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

From NAMIC Wiki
Jump to: navigation, search
Line 9: Line 9:
 
* FindFortran
 
* FindFortran
 
* FindMatlab
 
* FindMatlab
 +
** Complete rewrite (shipped version is useless)
 
* FindOpenMP
 
* FindOpenMP
 
** Separate tests for CFLAGS and LDFLAGS (needed for MSVC??)
 
** Separate tests for CFLAGS and LDFLAGS (needed for MSVC??)

Revision as of 16:10, 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
  • FindDCMTK
  • FindFFTW
  • FindFortran
  • FindMatlab
    • Complete rewrite (shipped version is useless)
  • 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

  • FindF2C
  • FindGengetopt
  • FindOctave
  • FindOpenCL
  • FindSSE