-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed examples and added CI support for compiling examples #214
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #214 +/- ##
========================================
Coverage 55.24% 55.24%
========================================
Files 85 85
Lines 4802 4802
Branches 2108 2108
========================================
Hits 2653 2653
Misses 896 896
Partials 1253 1253 |
Thanks for this PR. I am ok with merging. Although it does not resolve the issue #193 since |
Okay, I have added those dependencies in the current PR. |
Thanks. However, right now only configurations (i.e. cmake) are run in CI. Please add |
Actually I was able to run Examples which are failing to build are :- |
For the second one it seems that you are missing |
Okay, I can add in this PR. Removing
I tried installing it via. For Except these 3, others are building successfully. |
Hi @vissarion could you please tell what to do for And for spdlog i tried installing |
|
I tried doing like how its done in /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h:58:13: fatal error: mkl.h: No such file or directory
58 | # include <mkl.h>
Yes, after this spdlog was installed, but facing same error while doing make ( |
Hey, @vissarion I'm still facing this issue. Can you please lead me on this? The only thing left is that |
It seems that this PR is stale for a long time. I marked it |
Closing as inactive. |
This fixes #193.
This fixes CMakeLists.txt of
vpolytope-volume
andEnvelopeProblemSOS
. All examples are now compiling successfully.I have skipped compiling of
optimization_spectrahedra
in CI, as it required installation of theopenblas
,lapack
, andarpack
libraries. So, except that all files are being compiled in Github actions.