Gennadiy Rozental wrote:
> Hi,
>
> How do I implement a proper option with default value. Both boolean and
> string.
>
> If I define option like this:
>
> option( GOO "descr" OFF )
>
> here is what happends:
>
> 1. First time I run cmake without specifying GOO, GOO is OFF
> 2. Any time I run c
thanks. but how to use it. how to install it into cmake.
在 2013-06-25 00:16:01,"Jed Brown" 写道:
>丁老师 writes:
>
>> I develop a parallel code with PETSc, it can sucessfully compiled with
>> the following mpic++ command, but how to translate it into a cmake
>> file. so i can further develop i
丁老师 writes:
> thanks. but how to use it. how to install it into cmake.
Like all Find*.cmake modules. It follows the usual conventions.
> 在 2013-06-25 00:16:01,"Jed Brown" 写道:
>>丁老师 writes:
>>
>>> I develop a parallel code with PETSc, it can sucessfully compiled with
>>> the following mpic++
OK, gotcha,
After trying out a recent build of Kdevelop4, I decided to give CMake
a go. I currently have a project running utilizing MPI
(parallellization libraries). This is nice and not that hard to use,
but the linking of the project gets arbitrarily complicated. What
helped me before when usin
I don't know what do you want to do?
It's seems mpic++ didn't support by mpic++.
2013/6/24 丁老师 :
> I develop a parallel code with PETSc, it can sucessfully compiled with the
> following mpic++ command, but how to translate it into a cmake file. so i
> can further develop it in kdevelop 4.4.
>
> mp
Is the CMAKE_BUILD_TYPE case sensitive. I have seen references to both
"Debug" and "DEBUG" in the mailing lists.
Thanks,
-Anil
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the
On Mon, Jun 17, 2013 at 8:59 PM, Alexander Neundorf wrote:
> On Tuesday 11 June 2013, Vittorio Giovara wrote:
> > Hi,
> > I've been following the guide
> > http://www.cmake.org/Wiki/CMake_RPATH_handlingfor using my libraries
> > with my executable on Unix, but even with any
> > combination of the
On Thu, Jun 13, 2013 at 4:54 PM, Clinton Stimpson wrote:
> The INSTALL_NAME_DIR property applies at install time. If you want it to
> apply at build time, where it would show up on the link line, you need to
> set
> BUILD_WITH_INSTALL_RPATH.
>
> I found the issues, CMAKE_INSTALL_NAME_DIR got igno
Hi,
I'm trying to make a module to find out how to "stringify" a symbol in Fortran
preprocessing.
With most compiler you would write #SYMBOL as in C, but with gfortran, you
have to use 'SYMBOL' (but it between single quotes)
I've written a module that uses try_run (bad for cross compiling but I
I develop a parallel code with PETSc, it can sucessfully compiled with the
following mpic++ command, but how to translate it into a cmake file. so i can
further develop it in kdevelop 4.4.
mpic++ main.cpp -o main -I/home/ztdep/Downloads/petsc-3.3-p6/inc…
-I/home/ztdep/Downloads/petsc-3.3-p6/arc
On Thu, Jun 20, 2013 at 9:57 PM, Martin Osterloh <
martin.oster...@dartmouth.edu> wrote:
> I am currently migrating my project to CMAKE and so far it has been
> going quite well. I am using the standard “ld” as a linker with options –N
> –S –q –T
>
> ** **
>
> In my CMakeLists.txt I do:
11 matches
Mail list logo