Replies: 2 comments
-
Hi Dave, The compilation was probably doing just fine although it looked as if it had stalled. The ongoing activity was likely to be the compilation steps specific to the messaging library. This should be clearer if you look at your activity manager (at least on Linux) and look for the exact command being executed by gcc/swig. Long build times have become quite typical for Release builds (those you get from running python conanfile.py), at least for non M1-mac users. Build times in the order of 30 minutes are not uncommon. What are the specifications of the processor on the system used to compile basilisk ? Note that passing the --buildType Debug options to the conanfile should speed up the compilation tremendously and cut it down to around 10 minutes, though Basilisk will be slower at runtime. |
Beta Was this translation helpful? Give feedback.
-
Hey Dave, At CesiumAstro we're building now with clang and ninja in wsl ubuntu and seeing significant improvements over the default g++ build with make. -Scott |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm running into an error where while I am running conanfile.py, the terminal stops and I have to end the program to do anything else. This happens during the following lines:
I've tried shutting off the machine and retrying, and it stalls at this same line. I'm hoping someone else has run into this/ a similar issue and knows of a fix. Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions