with Enrico. RPM packages also work in this manner.
--
Philip Lowman
Simulation Development Engineer, Modeling and Simulation Technology
General Dynamics Land Systems
http://www.gdls.com
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mai
- France | tel. +33 (0) 1 58 13 85 00
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
uld be pleased if CTest was able to run
a test on a remote machine using ssh but that's another point)
Is it possible to do this with CTest?
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ZIP program
Does CPack require different ZIP program?
--
Artur Kedzierski
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
k and suggestions. Are you interested in
contributing an article to the newsletter? In future issues, we'd like
to include case studies written by developers who utilize Kitware's Open
Source technology. Please contact Lisa Avila at [EMAIL PROTECTED]
with your ideas.
--
Andy Cedil
Hi Peter,
I am working on this, but I would still ask you to put a bug in a CMake
bug tracker, just to have a record:
http://www.cmake.org/Bug
Andy
Peter Carr wrote:
Hi,
I'm running into problems using the MACOSX_BUNDLE parameter with
ADD_EXECUTABLE. For some reason, I'm getting the
_
Linux-powered Science
__
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Andi
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
intf. The Utilities directory
mostly contains 3rd-party code that we don't want to touch more than
necessary to make upgrades easier.
Thanks,
-Brad
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedil
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
/bin/cvs )" -z3 update -d -A -P failed
I really wonder what related CVSCOMMAND cmake's internal variable and
CTEST_CVS_COMMAND ctest's scripting variable. Hum...
Hey, thanks for reading all the above :-)
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
te
Update with command: "export CVS_RSH=/home/eboix/DashboardDiet/cvs_rsh_dart
&& /usr/bin/cvs )" -z3 update -d -A -P failed
I really wonder what related CVSCOMMAND cmake's internal variable and
CTEST_CVS_COMMAND ctest's scripting variable. Humm
list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
er be reachable under the
adress [EMAIL PROTECTED] after July,31th,2006
ggp-key available via http://pgpkeys.pca.dfn.de
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Hi Ian,
Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place.
You can also do:
cmake --help-command ADD_CUSTOM_COMMAND
Andy
Ian Gotenks wrote:
Hi,
I am trying to learn CMake to use it in my project
but (as anyone might expect) I have some problems.
Is there pos
Hi Ian,
Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place.
You can also do:
cmake --help-command ADD_CUSTOM_COMMAND
Andy
Ian Gotenks wrote:
Hi,
I am trying to learn CMake to use it in my project
but (as anyone might expect) I have some problems.
Is there pos
Hello,
Would you mind sending the script.cmake file?
Andy
Hirohito Okuda wrote:
Hi,
I am trying to use ctest as a Dart2 client,starting with a very simple
settings. I wrote a CMake script "script.cmake" following a guidance on
the Cmake WIKI pages, and made it run. But I got following e
report.
Do not hardcode it to your script.
FILE(GLOB INSTALLED_LIBNAME [EMAIL PROTECTED]
@/[EMAIL PROTECTED]@*)
MESSAGE("INSTALLED_LIBNAME [EMAIL PROTECTED]
@/[EMAIL PROTECTED]@*")
and so on.
CPack will set CMAKE_INSTALL_PREFIX to the right thing.
--
Andy Cedilnik
K
f the list does not exists as long as the
index is 0
* LIST(REMOVE is gone
* LIST(REMOVE_AT is now the one that removes index
* LIST(REMOVE_ITEM removes specified items and also removes specified
item multiple times
More list commands will be added in 2.6.
--
Andy Cedilnik
Kitwar
T ...) not called LIST(APPEND ... ) ?
I added APPEND. I may take LIST(SET out.
-is LIST(SET mySrcs foo.cpp) faster than SET(mySrcs ${mySrcs} foo.cpp) ?
List SET/APPEND appends, while SET justs sets to the value.
But beside the nitpicking, a nice addition to cmake :-)
--
Andy Cediln
stall ?
Benoit
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
outside of the
build tree.
CPack misses those install files/libs that are outside the build tree.
If you need, I can write up an example.
Clint
Andy Cedilnik wrote:
Hi Clint,
CPack runs the cmake_install.cmake script, so if there are any
post-install scripts there, they should get execute
Hi Clint,
CPack runs the cmake_install.cmake script, so if there are any
post-install scripts there, they should get executed. What do your
post-install scripts looks like?
Andy
Clinton Stimpson wrote:
So it seems that CPack doesn't run the post install scripts?
Is it supposed to?
Cl
D] $ file cmake-2.5.0-Linux.tar.bz2
cmake-2.5.0-Linux.tar.bz2: bzip2 compressed data, block size = 900k
Andy
Craig Bradney wrote:
On Thursday 04 May 2006 11:11, Andy Cedilnik wrote:
Hi Craig,
In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2..
Andy
I still
-Linux.tar.bz2
cmake-2.5.0-Linux.tar.bz2: bzip2 compressed data, block size = 900k
Andy
Craig Bradney wrote:
On Thursday 04 May 2006 11:11, Andy Cedilnik wrote:
Hi Craig,
In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2..
Andy
I still ended up with a tar.gz, this time
Hi Craig,
In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2..
Andy
Craig Bradney wrote:
On Thursday 04 May 2006 08:13, Craig Bradney wrote:
On Thursday 04 May 2006 03:45, Andy Cedilnik wrote:
Hello again...
Ok, bzip2 is in. The generator is called TBZ2 and currently
Hi,
Instead of looking through the source code, you can also just type:
cpack --help
Andy
Filipe Sousa wrote:
On Thursday 04 May 2006 00:18, Craig Bradney wrote:
For a more comple example have a look at CMakeLists.txt of cmake:
http://public.kitware.com/cgi-bin/viewcvs.cgi/CMakeList
Hello again...
Ok, bzip2 is in. The generator is called TBZ2 and currently uses bzip2
executable. Once I port bzip2 library to cmake and shove it in CMake, we
can do native BZip2 compression. Also, the same goes for unix comrpess
and zip.
Andy
Andy Cedilnik wrote:
Give me a second
Give me a second...
Andy
William A. Hoffman wrote:
At 07:44 PM 5/3/2006, Craig Bradney wrote:
Bill? Any ideas on adding bzip2 support?
The Scribus bz2 is 2mb smaller (~10 vs ~12mb) so its a good % of the total.
CPack is really in beta. bz2 support should not be that hard to
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
p://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Hi Xavier,
Also, what version of CMake?
Andy
Xavier Delannoy wrote:
On Tue, 25 Apr 2006 07:28:22 -0400
Andy Cedilnik <[EMAIL PROTECTED]> wrote:
Hi Xavier,
For some reason all paths in DartTestfile.txt are windows style. What do
your ADD_TEST commands look like?
h
Hi Xavier,
For some reason all paths in DartTestfile.txt are windows style. What do
your ADD_TEST commands look like?
Andy
Xavier Delannoy wrote:
Hi all,
I use cmake version 2.3-20060317, which seems to have some parsing pb under
Win32.
here is the output :
C:\Projects\Korcula\cro
the test.
Any suggestions? Thanks in advance!
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cm
coverage results for the last execution of
nifti1_test, or am I missing something?
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMak
CFLAGS="$CFLAGS -g -lefence"
but then linking with efence does not takes place.
thanks in advance,
Subir
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
K
Hi Vingesh,
You can run ctest using several flags to control which tests will run.
The CTest tutorial has a section on that:
http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Running_Individual_Tests
Currently you cannot specify the toplevel DartTestfile.txt yet. It is
planned for some futur
Hi Alex,
IF(NOT CMAKE_NOT_FIRST_RUN)
# Do something
ENDIF(NOT CMAKE_NOT_FIRST_RUN)
SET(CMAKE_NOT_FIRST_RUN 1 CACHE INTERNAL "")
Andy
Alexander Neundorf wrote:
Hi,
I can remember there was already this question, but I can't find it in
the archive.
Is there a way to detect the first r
cmSystemTools.cxx, line 1290:
void value not ignored as it ought to be
return (unsetenv()==0);
Both on my linux and my freebsd box unsetenv() returns void.
Bye
Alex
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http
Hello,
I am starting to work on a better support for bundles and frameworks in
CMake. For now I am collecting information.
Here is the page for my work:
http://www.cmake.org/Wiki/CMake:Bundles_And_Frameworks
Let me know if you have any suggestions and corrections.
Thank you.
--
Andy
Thanks
Vignesh.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc
till we couldn't get the
basic thing up, as we had problem with the Dart XML format and this problem
with Ctest.
The problem might be with our configuration too, but we've given our best
based on the documentation available.
We need more help on this front from all of you.
Thanks
Vignesh
m.
Please help
Thanks
Vignesh.
-Original Message-----
From: Andy Cedilnik [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 07, 2006 11:54 AM
To: Vignesh M.P.N.
Cc: CMake
Subject: Re: [CMake] CTest newbie
Hi Vingesh,
Vignesh M.P.N. wrote:
I thought of being more specific with my probl
could be improved to show all commands at top of
the page. Each command should link to its description.
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
improved
Look at it and give me suggestions.
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ced my code in
that. The code which I refer in the DartTestfile.txt file. I mentioned
"/src" for both "SourceDirectory" and "BuildDirectory" keys.
When I run ctest it says "The system cannot find the path specified"
Thanks
Vignesh.
-Original Message-
BAR
with CMAKE invoked from the command line and
MY_VAR_PRIME: @MY_VAR_PRIME@
when invoked through CMakeSetup.exe?
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Hi Vingesh,
Sorry about misspelled name. I updated the Wiki page to include more
details. Please let me know if you require more information.
Thank you.
Andy
Andy Cedilnik wrote:
Hi Bignesh,
Look at the page:
http://www.cmake.org/Wiki/CMake_Generating_Testing_Files
Andy
Vignesh
ment just to kick off.
Thanks
Vignesh.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ly ccmake, cmake, and ctest. Is cpack now required?
-Chris
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
Hi Filipe,
I have not tested it on Visual Studio 8 and I know that there are some
STL issues. I'll look into that.
Andy
Filipe Sousa wrote:
Filipe Sousa wrote:
Filipe Sousa wrote:
Oops!
I just forgot to set CPACK_ vars in CMakeLists.txt. Now is working :)
Works on Linux, but not on
t is the minimum version that supports this feature? I need to
check for it during the build process.
Thanks,
James
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
A
CTest
in attach you will find the content of my Testing directory.
best regards,
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy
eeler
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ocal.domain 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Tue Feb 7
15:48:19 EST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM i386
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedil
Hi Alex,
In FLTK, we have cmake.h.in and cmake.h.cmake.in
Andy
Alexander Neundorf wrote:
Von: Filipe Sousa <[EMAIL PROTECTED]>
...
That's a good article. I noticed that you didn't mention #cmakedefine01
This feature has been removed again (it was never in a release ve
Hi Xavier,
Put a bug report please.
Andy
xavier delannoy wrote:
2006/1/24, Andy Cedilnik <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
Hi Xavier,
This sounds like a great idea. I would extend it though:
SET_TEST_PROPERTIES(test1 PROPERTIES MEASUREMEN
ling list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Pii9Oyr8P0jw2xJc=
=ztUH
-END PGP SIGNATURE-
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
DFOREACH(file)
ADD_CUSTOM_TARGET("${CMAKE_CURRENT_BINARY_DIR}/CustomInstall" ALL)
SET_TARGET_PROPERTIES("${CMAKE_CURRENT_BINARY_DIR}/CustomInstall"
PROPERTIES
POST_INSTALL_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/
CustomInstall.cmake")
ENDMACRO(INSTALL_AT_ABSOLUTE_PATH)
O
ue?
Anton
- Original Message -
From: Andy Cedilnik <[EMAIL PROTECTED]>
Date: Wednesday, January 18, 2006 2:56 pm
Subject: Re: [CMake] Activating coverage with ctest
Hi Anton,
Please check the CTest FAQ:
http://www.cmake.org/Wiki/CTest:FAQ#How_can_I_perform_coverage_test.3F
A
ST_COVERAGE_COMMAND ${COVERAGE_COMMAND})
Anton
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
step, but it's more appropriate to do this during
install, in my case.
Any thoughts? (and yes, the files do need to be at specific
positions; for example in a python site-packages directory).
Thanks,
Zach
___
CMake mailing list
CMake@
Make@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
--
Andy Cedilnik
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
65 matches
Mail list logo