Darby J Van Uitert wrote:
Hello,
How can I have the build portion of running ctest -D Experimental use
the -j option and do a parallel build? I normally do a make -j4 and
want to do something similar when building an Experimental (or Nightly
or Continuous build for that matter). Thanks. Sorry
Hello,
How can I have the build portion of running ctest -D Experimental use
the -j option and do a parallel build? I normally do a make -j4 and want
to do something similar when building an Experimental (or Nightly or
Continuous build for that matter). Thanks. Sorry if this is obvious.
-d
On 2007-01-12 12:42-0800 Radu Serban wrote:
I'm attempting to use cmake to configure a package containing both Fortran
(F77) and C source code (as an alternative to the current build system which
uses autoconf+libtool) but I couldn't figure out how to properly do that.
Have you considered spl
I'm attempting to use cmake to configure a package containing both Fortran (F77)
and C source code (as an alternative to the current build system which uses
autoconf+libtool) but I couldn't figure out how to properly do that. Below are
some of the things I have trouble with (I also mention our c
On 2007-01-12 14:07+0100 Thomas Arcila wrote:
Hi,
CPack has support for so called "movable" package (movable = prefix
independant,
unmovable = prefix prepended to install path), but it's hardcoded to movable
one.
from Source/CPack/cmCPackGenericGenerator.cxx
bool movable = true;
if ( mova
On Friday 12 January 2007 08:43, Alexander Neundorf wrote:
>
> Von: Claus Klein <[EMAIL PROTECTED]>
>
> > Hi,
> >
> > to be more flexible, here is a patch for UsePkgConfig.cmake
> >
> > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible.
> >
> > # Optional, for stage building, the
> >
Hi,
CPack has support for so called "movable" package (movable = prefix
independant,
unmovable = prefix prepended to install path), but it's hardcoded to
movable one.
from Source/CPack/cmCPackGenericGenerator.cxx
bool movable = true;
if ( movable )
{
// Make sure there is no dest
This bug is still present.
http://www.cmake.org/Bug/bug.php?op=show&bugid=4294&pos=0
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Ilya Shvetsov wrote:
Hi, cmake team!
I have tried new build (CMake 2.4.6) and found that MSYS generator not
works.
System:
WinXP SP2
Msys with MinGW 3.4.5.
Version 2.4.3 works fine. At the moment I can't send error log.
But I do this later if you need.
You'll need to send more d
On Friday 12 January 2007 11:39, Axel Roebel wrote:
> On Friday 12 January 2007 10:17, Claus Klein wrote:
> > On Friday 12 January 2007 08:43, Alexander Neundorf wrote:
> > > Von: Claus Klein <[EMAIL PROTECTED]>
> > >
> > > > Hi,
> > > >
> > > > to be more flexible, here is a patch for UsePkgConfig
On Friday 12 January 2007 10:17, Claus Klein wrote:
> On Friday 12 January 2007 08:43, Alexander Neundorf wrote:
> > Von: Claus Klein <[EMAIL PROTECTED]>
> >
> > > Hi,
> > >
> > > to be more flexible, here is a patch for UsePkgConfig.cmake
> > >
> > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now als
Hi, cmake team!
I have tried new build (CMake 2.4.6) and found that MSYS generator not
works.
System:
WinXP SP2
Msys with MinGW 3.4.5.
Version 2.4.3 works fine. At the moment I can't send error log.
But I do this later if you need.
--
Ilya Shvetsov (mailto:[EMAIL PROT
On Friday 12 January 2007 08:43, Alexander Neundorf wrote:
>
> Von: Claus Klein <[EMAIL PROTECTED]>
>
> > Hi,
> >
> > to be more flexible, here is a patch for UsePkgConfig.cmake
> >
> > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now also possible.
> >
> > # Optional, for stage building, the
> >
13 matches
Mail list logo