Re: [CMake] Testing with multiple Fortran compilers

2018-04-13 Thread Alberto Luaces
William Clodius writes: > I have been using CMake with gfortran for a number of years, and now > want test my code with ifort. I want to switch easily switch between > compilers. My CMakeLists.txt file is based on the fortran example from > make.org an appears to have most of the infrastructure

Re: [CMake] Adding additional libraries at configuration or building time

2009-05-31 Thread Alberto Luaces
El Viernes 29 Mayo 2009ES 21:59:15 Alexander Neundorf escribió: Hmm, can you give some more details ? What system is this ? It sounds like you need a specific cmake platform file for your combination of OS and compiler (the stuff in CMake/Modules/Platform/ ) Hi, it's not a new system

Re: [CMake] Adding additional libraries at configuration or building time

2009-05-29 Thread Alberto Luaces
El Miércoles 27 Mayo 2009ES 09:06:05 Alberto Luaces escribió: Hello, is there any way of appending additonal libraries to a CMake project without touching the CMakeLists.txt file? Something like cmake EXTRA_LIBS=-lfoo . or make EXTRA_LIBS=-lfoo My problem is that I have a system where

[CMake] Adding additional libraries at configuration or building time

2009-05-27 Thread Alberto Luaces
Hello, is there any way of appending additonal libraries to a CMake project without touching the CMakeLists.txt file? Something like cmake EXTRA_LIBS=-lfoo . or make EXTRA_LIBS=-lfoo My problem is that I have a system where some additonal system libraries are required at the end of the

Re: [CMake] CMake 2.6.1 available for download

2008-08-06 Thread Alberto Luaces
Hi, El Lunes 04 Agosto 2008ES 19:06:07 Hendrik Sattler escribió: Cmake-2.6 is not going to be in Debian Lenny, so no real time pressure on this. cmake 2.6 is already on lenny, see it at http://packages.debian.org/lenny/cmake ___ CMake mailing list

[CMake] Find_ macros searching order

2008-04-15 Thread Alberto Luaces
Hi, is there any way for the FIND_* macros (FIND_PATH, FIND_LIBRARY...) to search first in the directories specified on the script and after that on common system directories? According to what I have read, it's done in the opposite order, so if I have a private project branch in my home

Re: [CMake] Find_ macros searching order

2008-04-15 Thread Alberto Luaces
El Martes 15 Abril 2008ES 17:28:56 David Cole escribió: You can achieve what you want with two find calls. The first is with NO_DEFAULT_PATH, then if it's not found, the second is without NO_DEFAULT_PATH. That way, yours will be found first, but the system version will be found if yours does

Re: [CMake] FOSDEM Talk on CMake is available

2008-04-02 Thread Alberto Luaces
Wow, many thanks for these slides! ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] gfortran

2008-01-25 Thread Alberto Luaces
El Thursday 24 January 2008 10:16:24 Javier Gonzalez escribió: Now, I don't compile any fortran code as part of my project but link to a library that was compiled using gfortran. Apparently, to link I then need to add the gfortran library which is the one I'm having trouble with. On a side

Re: [CMake] single source cross-compilation

2007-12-19 Thread Alberto Luaces
El Wednesday 19 December 2007 15:36:49 Fernando Cacciola escribió: Is it possible to support different compilers and options from the same source tree? If so, how? This behaviour is present by default, I think: http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees

Re: [CMake] $ENV{HOSTNAME}

2007-11-21 Thread Alberto Luaces
El Wednesday 21 November 2007 15:27:53 Salvatore Iovene escribió: So, is there another way I could get the hostname in CMake? Thanks. uname -n ? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] $ENV{HOSTNAME}

2007-11-21 Thread Alberto Luaces
El Wednesday 21 November 2007 15:40:16 Alberto Luaces escribió: So, is there another way I could get the hostname in CMake? Thanks. uname -n ? Sorry, I didn't notice you asked for CMake. ___ CMake mailing list CMake@cmake.org http://www.cmake.org