[Yade-dev] buildbot success in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a passing build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4623 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-22 Thread azim
Hi Jerome I can delete particles without any problem in my newest yadedaily version. it is fixed, am I right? sorry for asking such a beginner question.! thanks -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade.

[Yade-dev] buildbot success in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a passing build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4622 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build

[Yade-dev] [Bug 1772535] Re: DFNflow not working with CGAL 4.11

2018-05-22 Thread Janek Kozicki
to compile with CGAL 4.11 we have to use Tri.locate(CGT::Sphere(…)) and when writing ->point() we should instead write ->point().point() (regardless of how silly it looks, this is the correct way in CGAL). I have committed a fix for this:

Re: [Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-22 Thread Janek Kozicki (yade-dev)
Hi Klaus, this looks very much like the errors which I have been fixing two months ago. It seems that Robert and Luc were not aware that to compile with CGAL 4.11 we have to use Tri.locate(CGT::Sphere(…)) and when writing ->point() we should instead write ->point().point() (regardless of how

[Yade-dev] buildbot success in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a passing build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4621 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build

[Yade-dev] buildbot success in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a passing build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4620 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build

Re: [Yade-dev] Cmake !find metis and cholmod

2018-05-22 Thread Bruno Chareyre
Problem solved (*), thanks Remi! FYI all: the buildbot and the packaging (producing yadedaily) are running on different systems. The buildbot was compiling on a system without cholmod, while the packages were built in an environment with cholmod. Consequently all related functionalities have

[Yade-dev] buildbot success in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a passing build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4619 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: The web-page

[Yade-dev] [Bug 1474956] Re: Clump::updateProperties discretization not defined robustly

2018-05-22 Thread Bruno Chareyre
So old that I didn't bother getting back to it, but if someone wants to implement it... hence the wishlist :) -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1474956 Title: Clump::updateProperties

Re: [Yade-dev] Cmake !find metis and cholmod

2018-05-22 Thread Jerome Duriez
Hi Bruno, I can compile 2018-05-22.git-f538da1 (I just "git pulled") without any problem. Here are some of my cmake outputs, for info: -- Found Cholmod in /usr/lib/x86_64-linux-gnu/libcholmod.so -- Found OpenBlas in /usr/lib/libopenblas.so -- Found Metis in

[Yade-dev] Cmake !find metis and cholmod

2018-05-22 Thread Bruno Chareyre
Hi there, I see the buildbot fails to cmake/find those two libs. This is the main reason of current failure. Of course more #ifdef would hide the issue, but I would prefer to fix it. I have a question for you all. _Anyone else got the same errors as below or it's only the buildbot?_ Thanks.

[Yade-dev] buildbot failure in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4618 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build Source

[Yade-dev] buildbot failure in Yade on yade-full

2018-05-22 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: https://yade-dem.org/buildbot/builders/yade-full/builds/4617 Buildbot URL: https://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul9 Build Reason: scheduler Build Source

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-22 Thread Jérôme Duriez
For playing with source code, you may refer to https://yade- dem.org/doc/installation.html#source-code for source code download and compilation (i.e. YADE installation), then the Programmer's manual https ://yade-dem.org/doc/prog.html. -- You received this bug notification because you are a