Re: [CMake] CMake bug tracker discussion

2010-12-10 Thread Thompson, David C
Mantis lets you customize bug resolution. Maybe a new category of resolution could be created. Instead of Won't Fix it could be Lack of Activity? David From: cmake-boun...@cmake.org [cmake-boun...@cmake.org] On Behalf Of Bill Hoffman

Re: [CMake] Installed DMG, but getting problems...

2009-02-24 Thread Thompson, David C
It looks like you don't have Xcode tools installed. It is on the Mac OS X install DVD and you may also download it from Apple. David From: cmake-boun...@cmake.org [cmake-boun...@cmake.org] On Behalf Of Jason Rupert [jasonkrup...@yahoo.com] Sent:

[CMake] Patch to include Apple support in FindBLAS.cmake

2007-01-28 Thread Thompson, David C
Alan, I've attached a patch that will find and use the BLAS and LAPACK implementations in Apple's Accelerate or vecLib frameworks. Only FindBLAS.cmake needs to be modified since both BLAS and LAPACK are provided in the same framework. I've tested the macros on a simple project that calls a

RE: [CMake] Fortran-C mixed code (possible solution)

2007-01-22 Thread Thompson, David C
2) A typical Fortran-C interface library (and we provide such libraries for 3 different solvers) contains around 30 different functions which would then require 180 wrappers (for all combinations lower/upper case and none/one/two underscores)! A nightmare of (unnecessary) code duplication.

RE: [CMake] Native build system invocation

2006-12-25 Thread Thompson, David C
I don't know that I would advise what you're trying to do, but if you insist :-) you might be interested in using the value of CMAKE_GENERATOR. There's a list of the values it takes on, as well as some information about scripts that Kitware uses to automate builds on the CMake Wiki:

RE: [CMake] Native build system invocation

2006-12-25 Thread Thompson, David C
... you might be interested in using the value of CMAKE_GENERATOR. There's a list of the values it takes on, as well as some information about scripts that Kitware uses to automate builds on the CMake Wiki: http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest You could have CMake write