Aquileo | Recent changes to bugshttps://sourceforge.net/p/auber/bugs/2025-12-02T15:00:56.725000ZRecent changes to bugsAquileo | Icon mapping crash : Renderer issue2025-12-02T15:00:56.725000Z2025-12-02T15:00:56.725000ZBallèvre Nathanhttps://sourceforge.net/u/nb3/https://sourceforge.net621fd9175332a6833bb4c2a347f8afd11ef2816b<div class="markdown_content"><p>I am coding a plugin in order to change the shapes of the nodes into specific icons according to a mapping that I have in a dictionnary. It is an update from an older plugin.</p> <p>The problem that I have now is that whenever the matching happens (viewIcon is changed and viewShape too), and the observers is unpaused I cannot zoom on the link diagram because it crashes.</p> <p>There is no crash when I am with the spreadsheet view so it seems that the problem resides in the renderer or in my operating system. </p> <p>My specs : Apple M4 Pro ; OS Sequoia 15.6.1</p> <p>The crash log and my plugin are linked in attachements</p></div>Aquileo | #899 Tulip 6.0.0 build errors and solutions on WSL2 Ubuntu 24.04.2 LTS2025-03-28T10:59:25.861000Z2025-03-28T10:59:25.861000ZPatrick Maryhttps://sourceforge.net/u/pmary/https://sourceforge.net8fcd13e509e34f704e3f05e323688e58ffdc6024<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> </ul></div>Aquileo | Tulip 6.0.0 build errors and solutions on WSL2 Ubuntu 24.04.2 LTS2025-03-15T15:22:53.067000Z2025-03-15T15:22:53.067000ZRoden Deng Luohttps://sourceforge.net/u/rodenluo/https://sourceforge.net226ea5f211d9bc04a2c77ad2b834a2d411595eeb<div class="markdown_content"><p>Hi, </p> <p>I just compiled Tulip 6.0.0 on WSL2 Ubuntu 24.04.2 LTS. I got the following two errors and put my solutions to them. </p> <p>======= Error 1</p> <p>CMake Error at library/tulip-ogl/src/CMakeLists.txt:86 (TARGET_LINK_LIBRARIES): The keyword signature for target_link_libraries has already been used with the target "tulip-ogl-6.0". All uses of target_link_libraries with a target must be either all-keyword or all-plain. The uses of the keyword signature are here: * library/tulip-ogl/src/CMakeLists.txt:80 (TARGET_LINK_LIBRARIES)</p> <p>======= Solution for 1</p> <p>Add “PRIVATE” so that Line 86 is</p> <div class="codehilite"><pre><span></span><code>TARGET_LINK_LIBRARIES(<span class="cp">${</span><span class="n">LibTulipOGLName</span><span class="cp">}</span><span class="w"> </span>PRIVATE<span class="w"> </span><span class="cp">${</span><span class="n">JPEG_LIBRARIES</span><span class="cp">}</span><span class="w"> </span><span class="cp">${</span><span class="n">PNG_LIBRARIES</span><span class="cp">}</span>) </code></pre></div> <p>======= Error 2</p> <p>CMake Error at /usr/share/cmake-3.28/Modules/FindPython/Support.cmake:4073 (add_library):<br/> Cannot find source file:</p> <div class="codehilite"><pre><span></span><code>/home/luod/tulip_src/tulip-6.0.0/build/thirdparty/sip/tulip_native_sip-6.0.0/sip_array.c </code></pre></div> <p>Call Stack (most recent call first):<br/> /usr/share/cmake-3.28/Modules/FindPython.cmake:635 (__Python_add_library)<br/> cmake/TulipPython.cmake:162 (Python_add_library)<br/> CMakeLists.txt:234 (INCLUDE)</p> <p>CMake Error at /usr/share/cmake-3.28/Modules/FindPython/Support.cmake:4073 (add_library):<br/> No SOURCES given to target: sip<br/> Call Stack (most recent call first):<br/> /usr/share/cmake-3.28/Modules/FindPython.cmake:635 (__Python_add_library)<br/> cmake/TulipPython.cmake:162 (Python_add_library)<br/> CMakeLists.txt:234 (INCLUDE)</p> <p>======= Solution for 2 </p> <p>It took me a short while to realize that this is caused by I have "tulip-6.0.0" in my path. This folder name is auto-generated. The script picks up this one for sip too. I just renamed the folder. </p> <p>Best,<br/> Roden</p></div>Aquileo | Tulip 6.0.0 build errors and solutions on WSL2 Ubuntu 24.04.2 LTS2025-03-15T15:22:53.067000Z2025-03-15T15:22:53.067000ZRoden Deng Luohttps://sourceforge.net/u/rodenluo/https://sourceforge.netd4ea59fa93b075f2fb12560b586d216785ff21b9<div class="markdown_content"><p>Ticket 899 has been modified: Tulip 6.0.0 build errors and solutions on WSL2 Ubuntu 24.04.2 LTS<br/> Edited By: Patrick Mary (pmary)<br/> Status updated: 'open' =&gt; 'closed-fixed'</p></div>Aquileo | #898 Underlying algorithm of Watts Strogatz random model2024-05-14T12:18:32.200000Z2024-05-14T12:18:32.200000ZPatrick Maryhttps://sourceforge.net/u/pmary/https://sourceforge.netbae0c38c0a240a4935d57a167431d873df51e759<div class="markdown_content"><p>Seems to be a good idea.</p></div>Aquileo | #898 Underlying algorithm of Watts Strogatz random model2024-05-14T09:12:23.792000Z2024-05-14T09:12:23.792000ZMelançon Guyhttps://sourceforge.net/u/melancon/https://sourceforge.netdba24d2ecfdd0f4df3fd0c89ca4b20c871c8bc99<div class="markdown_content"><p>I see, thanks for looking into this. I overlooked the parameter "original model" so I expected the original model to be executed ... May I suggest to set the default value of the "original model" parameter to true?</p></div>Aquileo | #898 Underlying algorithm of Watts Strogatz random model2024-05-14T08:16:15.266000Z2024-05-14T08:16:15.266000ZPatrick Maryhttps://sourceforge.net/u/pmary/https://sourceforge.net212dcff05a68b5c1c28760ed7389492677552251<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> </ul></div>Aquileo | Underlying algorithm of Watts Strogatz random model2024-05-13T11:09:02.024000Z2024-05-13T11:09:02.024000ZMelançon Guyhttps://sourceforge.net/u/melancon/https://sourceforge.neted80f83bb607ec453cb745d944bde98c550ff287<div class="markdown_content"><p>My understanding of the parameter k of the Watts-Strogatz model is that every node starts by having exactly k neighbors (k/2 on each "side" of a ring structure), resulting in a graph with Nk/2 edges in total. This agrees with the definition published on wikipedia, for instance.<br/> Since the algorithm works by rerouting edges (with porbability p), the number of edges remains unchanged and the resulting graph should have Nk/2 edges. However, when running the import plugin with k = 3 and k = 4 I respectively get graphs having 1200 and 1500 edges just as if the values for k were 8 and 10 respectively.<br/> What am I getting wrong here?<br/> Thanks</p></div>Aquileo | Underlying algorithm of Watts Strogatz random model2024-05-13T11:09:02.024000Z2024-05-13T11:09:02.024000ZMelançon Guyhttps://sourceforge.net/u/melancon/https://sourceforge.net8fed8951ef7295b914b2774627c65cc9f269549f<div class="markdown_content"><p>Ticket 898 has been modified: Underlying algorithm of Watts Strogatz random model<br/> Edited By: Patrick Mary (pmary)<br/> Status updated: 'open' =&gt; 'closed-fixed'</p></div>Aquileo | #897 PushPopTest fail2024-03-19T07:03:10.993000Z2024-03-19T07:03:10.993000ZPatrick Maryhttps://sourceforge.net/u/pmary/https://sourceforge.netdb4beed60b13b0b1eb8b25e94c5b5174a5a36002<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-duplicate</li> </ul></div>