Difference between revisions of "Projects:DBP3:MGH CMake Enhancements"
From NAMIC Wiki
Line 7: | Line 7: | ||
* FindDCMTK | * FindDCMTK | ||
* FindFortran | * FindFortran | ||
+ | ** Workarounds for bugs | ||
* FindMatlab | * FindMatlab | ||
** Complete rewrite (stock version does not work) | ** Complete rewrite (stock version does not work) |
Revision as of 16:13, 21 November 2010
Home < Projects:DBP3:MGH CMake EnhancementsWe 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
- FindFortran
- Workarounds for bugs
- 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
- FindF2C
- FindFFTW
- FindGengetopt
- FindOctave
- FindOpenCL
- FindSSE