Re: [CMake] Download and Build external dependencies

2011-07-03 Thread Michael Hertling
On 07/01/2011 01:48 PM, Martin Köhler wrote: Hi, I'm currently trying to write a cmake script, which downloads some source code and compile it during the configuration step. In my case this I want to try it with BLAS from netlib.org because it represents the problem in a good way ( and I

[CMake] Download and Build external dependencies

2011-07-01 Thread Martin Köhler
Hi, I'm currently trying to write a cmake script, which downloads some source code and compile it during the configuration step. In my case this I want to try it with BLAS from netlib.org because it represents the problem in a good way ( and I need it for BLAS and similar structured source code).

Re: [CMake] Download and Build external dependencies

2011-07-01 Thread Michael Wild
On 07/01/2011 01:48 PM, Martin Köhler wrote: Hi, I'm currently trying to write a cmake script, which downloads some source code and compile it during the configuration step. In my case this I want to try it with BLAS from netlib.org because it represents the problem in a good way ( and I

Re: [CMake] Download and Build external dependencies

2011-07-01 Thread Jean-Christophe Fillion-Robin
Looking at the following file may be helpful .. SuperBuild/External_CLAPACK.cmakehttp://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk/SuperBuild/External_CLAPACK.cmake?view=markup There are also other examples in the Superbuildhttp://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk/SuperBuild/folder. Hth