CMake of EnvelopeProblemSOS failing to compile #209
-
I am working on #193
This is the log of the error. Can anyone suggest what I should do to resolve this? I have installed Boost dependencies and NumPy in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @shahpratham, you may have to debug/fix the CMake file for
|
Beta Was this translation helpful? Give feedback.
-
Hey @vaithak, thank you for replying.
yes, I was using python3 with CmakeLists, but I later found numpy was not being installed in github actions, so i added
I included Boost.cmake from this path and its working. Now, this example is successfully compiling in gtihub actions. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @shahpratham, you may have to debug/fix the CMake file for
EnveleopeProblemSOS
, some issues that I found which may or may not be relevant but worth checking out:cmake-gcc.yaml
, either try using python3 with the example or changecmake-gcc.yaml
.external/cmake-files/Boost.cmake
for downloading Boost but instead using a different method which may require some extra downloading steps for running it on CircleCI.