[CMake] Windows Intel Fortran, BLAS (MKL), MPICH2

2009-06-26 Thread John Biddiscombe
d, so I had to tweak it, but I'm not sure ...) I've got trouble with the combination of all of these above (BLAS/MPI etc) If anyone has expert knowledge of these and is willing to assist, could I contract them off list and get some help please? thanks JB -- J

[CMake] problem : cmake 2.6.4 intel fortran compiler 11 - vis studio 2008

2009-06-25 Thread John Biddiscombe
his warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Mann

Re: [CMake] problem : cmake 2.6.4 intel fortran compiler 11 - vis studio 2008

2009-06-25 Thread John Biddiscombe
Is there a simple fix? Using NMake makefiles works for now, so I'll go with that. The devenv command was correct, but the project files needed updating - hence the error message JB ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] Boost CMakeification progress?

2009-03-13 Thread John Biddiscombe
They do already. 1.38.0 did. Although I did not have good success building it that way. Here is a link to the release notes (look at the bottom of the page): http://www.boost.org/users/download/version_1_38_0 -- John Biddiscombe,email:biddisco @ cs

[CMake] Boost CMakeification progress?

2009-03-13 Thread John Biddiscombe
if posting this question on the cmake list instead of boot or boost-cmake lists) JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland | Fax

Re: [CMake] warning "safe linker search path"

2009-03-10 Thread John Biddiscombe
statements littered through my files, but I have no idea what they do or why they are there. I think at some point CMake tells you, use CMAKE_POLICY(blah) to make this warning go away, so you add it blindly, then it gradually becomes obsolete) -- John Biddiscombe

Re: [CMake] warning "safe linker search path"

2009-03-09 Thread John Biddiscombe
John Biddiscombe wrote: OK. I'm using 2.6.2 I'll let you know if the problem continues with 2.6.3 or later so I've been using 2.6.3-rc 14 for a while now /apps-vis/cmake-2.6.3-RC-14/bin/ccmake --version ccmake version 2.6-patch 3 RC-14 and the warnings still appear,

Re: [CMake] warning "safe linker search path"

2009-02-18 Thread John Biddiscombe
he conflicting files are just symlinks to the correct ones, but there was a bug in this logic for a while. Try CMake 2.6.3 rc14 from here: http://www.cmake.org/files/v2.6/ -Brad -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National S

[CMake] warning "safe linker search path"

2009-02-17 Thread John Biddiscombe
ectly. Call Stack (most recent call first): /users/biddisco/code/csviz/Shared/vtkCSCS/vtkFluent/pv3-plugin/CMakeLists.txt:48 (ADD_PARAVIEW_PLUGIN) -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +4

Re: [CMake] [Paraview] Forcing a Qt version

2008-10-07 Thread John Biddiscombe
Renato by modifying my PATH before the first time I run cmake on an empty build directory. I think the big clue here is the "empty build directory". I use multiple Qt versions and CMake is quite pathological about them. If you try to switch from one version to another, you really need to wip

Re: [CMake] Compute Node Linux (CNL)

2008-10-03 Thread John Biddiscombe
list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland | Fax:

Re: [CMake] Compute Node Linux (CNL)

2008-09-23 Thread John Biddiscombe
we're testing out CNL instead of Catamount that many of the cross compilation issues should go away - along with a number of other problems. I'll move over to the paraview list soon! JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS,

Re: [CMake] Compute Node Linux (CNL)

2008-09-23 Thread John Biddiscombe
Bill That is just a test. You might want to try make -k, most of cmake does not require shared stuff. However, I don't think we have an option to turn off all shared stuff yet. Good spot. OK. cmake has built itself now. I should have realized that the fail was on one of the tests. Bad th

[CMake] Compute Node Linux (CNL)

2008-09-23 Thread John Biddiscombe
thing useful. Ultimately, I'd like to try compiling paraview batch mode under CNL. thanks JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, S

Re: [CMake] [vtk-developers] 32bit IDs on 64 bit machine

2008-07-23 Thread John Biddiscombe
Brad It's just a cvs checkout of paraview head from a few days ago, the tarball is here ftp://ftp.cscs.ch/out/biddisco/vtk/vtkgui.tar.gz JB John Biddiscombe wrote: Brad King wrote: I don't know, but there have been a few dependency fixes since

Re: [CMake] [vtk-developers] 32bit IDs on 64 bit machine

2008-07-23 Thread John Biddiscombe
ink errors appeared. Doing a make clean in VTK/GUISupport resolved it JB John Biddiscombe wrote: Problem went away when I did a make clean in VTK/GUISupport. Question is, why did make rebuild_cache make ERRORS touch VTK/vtkConfigure.h make ERRORS cd VTK/GUISupport make clean cd ../..

Re: [CMake] paraview / cmake / qt

2008-07-18 Thread John Biddiscombe
em-zlib nis iconv glib openssl x11sm xshape xrandr xrender fontconfig tablet xkb xmlpatterns svg w ebkit release #versioning QT_VERSION = 4.4.0 QT_MAJOR_VERSION = 4 QT_MINOR_VERSION = 4 QT_PATCH_VERSION = 0 #namespaces QT_LIBINFIX = QT_NAMESPACE = QMAKE_RPATHDIR += "

[CMake] paraview / cmake / qt

2008-07-18 Thread John Biddiscombe
e #versioning QT_VERSION = 4.4.0 QT_MAJOR_VERSION = 4 QT_MINOR_VERSION = 4 QT_PATCH_VERSION = 0 #namespaces QT_LIBINFIX = QT_NAMESPACE = QMAKE_RPATHDIR += "/apps/csvis/qt-4.4.0d/lib" JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about

Re: [CMake] rebuild forces reloading of all project in VS2008

2008-05-30 Thread John Biddiscombe
there a workaround maybe? Are there any hints if this is a Problem with the generator or VS2008 itself? Any help appreciated, David ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,

Re: [CMake] cmake 2.4.8 trouble (paraview)

2008-03-05 Thread John Biddiscombe
. Building it STATIC instead. This may lead to problems. Loading ParaView CMake commands Loading ParaView CMake commands - done Found Qt-Version 4.3.4 Configuring done ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,

[CMake] cmake 2.4.8 trouble (paraview)

2008-03-05 Thread John Biddiscombe
I just upgraded to cmake 2.4.8 with a clean copy from cmake website, cleaned my paraview tree and did a build. I now get all this. It's the STATIC build issue that troubles me (though there are poblems with vtk/utilities/encodestring too - I had to coment out EXPORT in cmakelists). Any ideas wh

Re: [CMake] CMake Qt GUI Beta windows binary available for testing

2008-02-13 Thread John Biddiscombe
Just select multiple entries. Shift click, then click on remove entry, it can remove as many entries as you select. Wow - Multiple selection. Thanks JB ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake Qt GUI Beta windows binary available for testing

2008-02-13 Thread John Biddiscombe
called CMake in the start menu. Please try it, and report any bugs to the bug tracker. Thanks -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,emai

Re: [CMake] Re: Re: Re: Re: FindQt4 in 2.4.8 bug

2008-02-02 Thread John Biddiscombe
IMO this whole thing is upside down. SET should override unless explicitely forbidden (for example by adding a READONLY qualifier, or so), not the other way around. Quite right. The original implementation was strange, but we're stuck with it. I would however like to vote in favour of changing

[CMake] Re: Fortran : Portland Group pgf90

2007-10-09 Thread John Biddiscombe
did a bit of searching but didn't find any references to cmake with the portland group compiler If anyone has any tips or can point me to any docs, then I'd be most grateful. Thanks JB -- John Biddiscombe,email:biddisco @ cscs.ch htt

Re: [CMake] Fortran : Portland Group pgf90

2007-10-09 Thread John Biddiscombe
Arjen Thanks. I'm hoping that someone will respond with the 'already modified' module files. I'm not very familiar with the flags/options for compile and link with pgf90. I need to resolve some link issues with underscores etc . JB John Biddiscombe wrote: I'

[CMake] Fortran : Portland Group pgf90

2007-10-09 Thread John Biddiscombe
I'm having trouble getting results with pgf90 and cmake...I did a bit of searching but didn't find any references to cmake with the portland group compiler If anyone has any tips or can point me to any docs, then I'd be most grateful. Thanks JB -- J

Re: [CMake] Why prefer ADD_SUBDIRECTORY to SUBDIRS ?

2007-08-09 Thread John Biddiscombe
list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland | Fax:

Re: [CMake] building tool discussion on boost's devel list

2007-05-07 Thread John Biddiscombe
your reading at his post. MfG Maik PS: Argh.. gmane.org is kind of down. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/

Re: [CMake] CVS cmake fails on paraview 3

2007-04-05 Thread John Biddiscombe
4/libICE.a /usr/X11R6/lib64/libXfixes.a ${X11_LIBRARIES}) ENDIF(VTK_USE_X) I'm not sure if it's a cmake module issue, a 64 bit issue or a vtk/paraview bad cmake config issue, but I'm just posting this so that if anyone else encounters the problem it'll save some time.

Re: [CMake] slow CMake performance configuring builds on remote SMB servers

2007-03-23 Thread John Biddiscombe
tree in some staging area, then move it later. But, that sounds very difficult. It may just be that running cmake over network drives on windows is slow -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailm

Re: [CMake] CVS cmake fails on paraview 3

2007-03-22 Thread John Biddiscombe
Does it find X11? Also, did this work with other versions of CMake, I just checked and the last time FindX11.cmake changed was 2006-04-17. The problem must be the 64 bit stuff. When you run cmake does it correctly determine the size of void*? Can you send me your cache? Yes the first t

Re: [CMake] CVS cmake fails on paraview 3

2007-03-22 Thread John Biddiscombe
>What is the value of X11_LIBRARIES which I assume should have all of that stuff you put in by hand? Empty John Biddiscombe wrote: I wanted to use the latest LANGUAGE CXX/C from cmake cvs so I updated my tree, but ParaView3 fails to build on this 64 bit system. I didn't investi

[CMake] CVS cmake fails on paraview 3

2007-03-22 Thread John Biddiscombe
a cmake module issue, a 64 bit issue or a vtk/paraview bad cmake config issue, but I'm just posting this so that if anyone else encounters the problem it'll save some time. JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn

Re: [CMake] Compile .c as c++ - VS2005

2007-03-21 Thread John Biddiscombe
SIGNATURE- ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610

[CMake] Link to exe but not shared

2007-02-15 Thread John Biddiscombe
). thanks JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82

Re: [CMake] Setting the cmake compiler...

2006-10-20 Thread John Biddiscombe
ou main cache if you want - and are careful) JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerl

Re: [CMake] Problem selecting Qt3 or Qt4

2006-10-10 Thread John Biddiscombe
org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Sw

Re: [CMake] ctest ques.: capture driver errs

2006-09-20 Thread John Biddiscombe
return retVal; it should be return !retval, the imagecomparison returns the opposite result from what you'd expect if I recall correctly. JB ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] elseif request

2006-09-18 Thread John Biddiscombe
principal topic which is whether "elseif" should be implemented for CMake or not. I'd like to vote in favour of an ELSEIF construct JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Superc

Re: [CMake] QT build issues

2006-07-12 Thread John Biddiscombe
The idea was that the correct qmake would be in the PATH. i.e. the environment would be set up to correctly build qt projects. I'd say that's the right choice for users, but not good for developers. it's common practice to have many versions of Qt built and usable and being able to simply s

Re: [CMake] QT build issues

2006-07-12 Thread John Biddiscombe
essage the QT_QMAKE_EXECUTABLE and QT4_QGLOBAL_FILE must be set - even though they are set correctly. moc.exe, uic.exe are not detected correctly this is what causes the message and when they are set manually the problem goes away. JB At 12:47 PM 7/11/2006, John Biddiscombe wrote: These bugs are as of

[CMake] QT build issues

2006-07-11 Thread John Biddiscombe
s for here. cheers JB What are the patches? As I recall there was some controversy about them when you first posted them. I don't think a solution was ever settled on. Why don't you start the discussion on the cmake list again. -Bill At 12:04 PM 7/11/2006, John Biddiscombe wr

[CMake] CMake with SVN managed projects

2006-07-11 Thread John Biddiscombe
dependent projects how to find UseXXX type scrips and setup stuff. Has anyone been down this road already and can they offer any advice. JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre

Re: [CMake] debug/release subdirs in visual studio projects

2006-06-14 Thread John Biddiscombe
n ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41

Re: [CMake] CMake and it's invocation from MS VC7

2006-05-17 Thread John Biddiscombe
Sylvain In Tools-->Options-->Environment-->Keyboard set a shortcut for this 2 commands : Project.ReloadProject Project.UnloadProject I'm used to set "Alt+shift+R" and "Alt+shift+U" Thanks. I've just added them to my Keyboard mapping. I'd never thought of doing this. Given me some ideas for

Re: [CMake] CMake and it's invocation from MS VC7

2006-05-17 Thread John Biddiscombe
Does anyone else have the problem that Visual Studio will only detect a modified project and prompt to reload it ONCE. After that, you will not get prompted again (even when you build ALL_BUILD or run cmake outside of visual studio, or whatever. Cmake is working correctly and is rebuilding th

Re: [CMake] creating a shared and static library of the same name

2006-05-15 Thread John Biddiscombe
___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Mann

Re: [CMake] creating a shared and static library of the same name

2006-05-15 Thread John Biddiscombe
`libfoo.so', needed by `bar'. Stop. Can anyone tell me, what I'm doing wrong and how I can fix this. TIA, Michael ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- J

Re: [CMake] patch : Qt Static on windows

2006-05-12 Thread John Biddiscombe
I've removed all trace of them and done a couple of test builds. All ok so far. oops. there is an SQL reference. I've put back the QT_GUI_LIB as an always defined. JB Index: Modules/FindQt4.cmake === RCS file: /cvsroot/CMake/CMa

Re: [CMake] patch : Qt Static on windows

2006-05-12 Thread John Biddiscombe
Clinton How about checking the .prl file for whether Qt is built as shared libraries or not. That file holds valuable information about the Qt configuration. Excellent. Done. ... FILE(READ ${QT_LIBRARY_DIR}/QtCore.prl QT_CORE_PRL) IF(${QT_CORE_PRL} MATCHES "static") ... the prl file

[CMake] patch : Qt Static on windows

2006-05-12 Thread John Biddiscombe
etter way of checking for QT_STATIC other than searching for DLL's - I can't find a QMake - query that will tell me Please check patch and apply. JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Superc

[CMake] EXCLUDE_IF_UNUSED was : "Needs Utility" macro

2006-05-12 Thread John Biddiscombe
PROJECT(SUBDIR) SUBDIRS(Executable EXCLUDE_FROM_ALL Examples) OK. The EXCLUDE_FROM_ALL flag is doing what it is supposed to do. The (in this case) Examples projects are not built by default. However, they do still appear in the IDE (Vis Stud). I'd like to do this ADD_SUBDIRECTORY(UtilityLib1

Re: [CMake] CMake 2.4.1 available for download

2006-05-02 Thread John Biddiscombe
Seems to be completely broken on windows build. OK. It's because my Qt is reporting version number "4.1.0-rc1" and not "4.1.0" and the script uses the wrong variable to do the comparison in findQt4 here's the patch to fix it. Unfortunately, I've just noticed that vtkConfigQt.cmake exports path

Re: [CMake] CMake 2.4.1 available for download

2006-05-02 Thread John Biddiscombe
e can give help for cmake modules * Lots of bug fixes ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS,

[CMake] completely static build on linux

2006-04-07 Thread John Biddiscombe
I think this topic has come up before, but I caouldn't find if was there a definitive answer on how to get a completely static build - including all std libraries etc. Is there a reliable technique? thanks JB -- John Biddiscombe,email:biddisco @ cscs.ch

Re: [CMake] CMakeifying Boost

2006-02-20 Thread John Biddiscombe
for reasons related to complexity), then I'd just use another library to do certain bits that I need. If anyone reading this has already cmakeified some, please send me stuff and I'll collect it together into one place. thanks JB -- John Biddiscombe,

Re: [CMake] CMakeifying Boost

2006-02-16 Thread John Biddiscombe
ng it would solve my woes. Problem is it's a lot of work :( Looks like I'm on my own ... JB NB. ADD_LIBRARY has a STATIC/SHARED option John Biddiscombe wrote: I know the subject has come up a couple of times... I'm fed up with having to install boost on every system I have to

[CMake] CMakeifying Boost

2006-02-16 Thread John Biddiscombe
uld put together a distro once every few months with a latest release...) Anyone got any views? JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale

Re: [CMake] SET_SOURCE_FILES_PROPERTIES question

2006-02-07 Thread John Biddiscombe
E) MESSAGE("${FOO}") ADD_EXECUTABLE(foobar ${foosrc} foo.cxx) You can test with the GET_SOURCE_FILE_PROPERTY to make sure it is working. -Bill At 12:49 PM 2/3/2006, John Biddiscombe wrote: I always seem to have trouble with constructs like this... SET(vtkCSCSNetCDF_SRCS vtkNetCDF

[CMake] SET_SOURCE_FILES_PROPERTIES question

2006-02-03 Thread John Biddiscombe
netcdfcpp/ncvalues.cpp {CMAKE_CURRENT_SOURCE_DIR}/netcdfcpp/ncvalues {CMAKE_CURRENT_SOURCE_DIR}/netcdfcpp/ncvalues.cpp ncvalues ncvalues.cpp but it just doesn't work. I'm sure I fixed this once before but can't remember if was it in my cmake source or not. can anyone help? thanks

Re: [CMake] Wanted : Macro to copy files if touched

2006-01-13 Thread John Biddiscombe
Linux) iD8DBQFDx9CzbQdNYqwwwCwRAjskAKCAsqPaiiHmRaomFUQKqN/gRtCLXgCcDAcz wz54qtsNvX8f3qujdJ1221Q= =5ZIg -END PGP SIGNATURE- ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- John Biddis

Re: [CMake] Wanted : Macro to copy files if touched

2006-01-13 Thread John Biddiscombe
Thanks, I've never used cmake -E - how does one call this from inside CMake script. Are you implying that I simply create a custom rule and use cmake -E as the command for the copy? JB -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Biddiscombe wrote: Hello all, I h

[CMake] Wanted : Macro to copy files if touched

2006-01-13 Thread John Biddiscombe
custom rule, add dependencies etc, I'm sure there must be examples out there. thanks JB -- John Biddiscombe,email:biddisco @ cscs.ch http://www.cscs.ch/about/BJohn.php CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 Via Cantonale, 6928 Mann