Re: [Yade-dev] Removing scons

2012-07-13 Thread Anton Gladky
Dear all, scons-support has been removed in commit 515e8c8f0 [1] If you get any problems with cmake migration, please, use "Answers" interface on Launchpad [2] or file a bug [3], if you feel it is a bug. Relevant documentation on cmake, you can find in documentation [4]. Cheers, Anton [1] htt

Re: [Yade-dev] Removing scons

2012-07-04 Thread Bruno Chareyre
FYI: cmake flags are all displayed in "project settings" in kdevelop. The "build" and "install" buttons work for a fresh trunk without configuring anything (I strongly recommend building with kdevelop since it links directly to error/warning lines). I still have to try integrated debugger. There

Re: [Yade-dev] Removing scons

2012-07-04 Thread Bruno Chareyre
> > Starting from b654c2067f there is CHUNKSIZE option is returned back. > Just -DCHUNKSIZE=40 and enjoy. > This is awesome!! Thank you very much. I've been googling how to do that with cmake without success. You are my cmake guru! Not sure it's Christmas list time, but "make doc" would be also v

Re: [Yade-dev] Removing scons

2012-07-04 Thread Anton Gladky
Hi Bruno, 2012/7/3 Bruno Chareyre : > Hi Anton, > Do you think there is a way to compile files grouped in plugin with > cmake (like we do with scons)? > cmake works well (and is kdevelop friendly!) but I miss the compile time > of chunkSize=40 when I have to recompile everything just because I > m

Re: [Yade-dev] Removing scons

2012-07-04 Thread Anton Gladky
Hi Jerome, 2012/7/4 Jérôme Duriez : > Hello, > > Compilation of Yade is the first step for new users, which are moreover > probably not so familiar with computer science than you, and probably it > still appears quite complicated. So I would recommend to keep things as > simple as possible. I agr

Re: [Yade-dev] Removing scons

2012-07-04 Thread Jérôme Duriez
Hello, Compilation of Yade is the first step for new users, which are moreover probably not so familiar with computer science than you, and probably it still appears quite complicated. So I would recommend to keep things as simple as possible. In a new user mind framework : it could be thus

Re: [Yade-dev] Removing scons

2012-07-04 Thread Bruno Chareyre
> So the doc on the server needs to be re-compiled. BTW, how often is this done? The doc is regenerated after each commit (modulo maintenance issue mentioned by Anton). I've been thinking to a figure showing yade's work cycle for a while. I'll do it eventually, it would answer such questions. Some

Re: [Yade-dev] Removing scons

2012-07-03 Thread Anton Gladky
Yes, it was commetted later. Usually it updates at each commit. But due to maintenance work on buildbot it is not updated now. Anton 2012/7/4 Klaus Thoeni : > Well, I thought so too, sice I saw your commits but if a go on > > https://yade-dem.org/doc/installation.html > > everything is still wit

Re: [Yade-dev] Removing scons

2012-07-03 Thread Klaus Thoeni
Well, I thought so too, sice I saw your commits but if a go on https://yade-dem.org/doc/installation.html everything is still with scons and bzr. Maybe because of this: This documentation decribes Yade version 2012-06-24.git-00a175d / 2012-06-24.git-00a175d. So the doc on the server needs to

Re: [Yade-dev] Removing scons

2012-07-03 Thread Anton Gladky
Hi Klaus, scons stuff is already replaced by cmake in docs. Anton 2012/7/4 Klaus Thoeni : > Hi guys, > > before removing scons I would strongly suggest to update the documentation. We > should also get rid of all the bzr stuff if we really want to stay with git. > > Klaus >

Re: [Yade-dev] Removing scons

2012-07-03 Thread Klaus Thoeni
Hi guys, before removing scons I would strongly suggest to update the documentation. We should also get rid of all the bzr stuff if we really want to stay with git. Klaus On Wed, 4 Jul 2012 02:30:28 AM Anton Gladky wrote: > Hi all, > > we discussed already with Bruno the removing of scons from

Re: [Yade-dev] Removing scons

2012-07-03 Thread Bruno Chareyre
Hi Anton, Do you think there is a way to compile files grouped in plugin with cmake (like we do with scons)? cmake works well (and is kdevelop friendly!) but I miss the compile time of chunkSize=40 when I have to recompile everything just because I messed in the cmake.List. For ordinary work on 1 o

[Yade-dev] Removing scons

2012-07-03 Thread Anton Gladky
Hi all, we discussed already with Bruno the removing of scons from the trunk, because cmake works well now. He is, probably, right, that it should be there, while it still works. But I think, that scons-files need to be removed not to confuse users with 2 build-systems. Opinions are welcome. Th