volesti
volesti copied to clipboard
Fix examples and CI integration
Is your feature request related to a problem? Please describe. Even after the useful PR https://github.com/GeomScale/volesti/pull/190 some examples are still failing to compile.
Describe the solution you'd like
Some have an easy fix e.g. vpolytope-volume
while some other e.g. EnvelopeProblemSOS
need some work to fix the cmake (at least in my Ubuntu 20.04
with gcc
version 9.3.0
I am getting an error Target "EnvelopeProblem" links to target "Python2::Python" but the target was not found
after running cmake .
).
Additional context The ultimate solution would integrate all examples to be build in our CI (i.e. github actions) then we will be sure that future changes will not break them.
Hi I'd like to contribute to this. This seems to be me a very exciting repo where I can explore and develope new skills in programming. Kindly assign me this issue....
@Sajal193 thanks for your interest in the project, please go ahead and submit a PR, providing as much information as possible.
As I'm new to this tech stack, I'm acquiring data to be able to understand the issue properly and then make a PR
Thank you for considering me for the role
Hi i'd like to contribute to this issue. i am new to GitHub so please guide me how to get started with this issue . i have doubt that how i search in the codes in this repo for this issue. please explain me more about this issue
Hi i'd like to contribute to this issue. i am new to GitHub so please guide me how to get started with this issue . i have doubt that how i search in the codes in this repo for this issue. please explain me more about this issue
Thanks for your interest in the project!
Regarding getting started with github there are plenty of useful docs https://docs.github.com/en/get-started
As for this issue we essentially like to build volesti examples using github actions. If you have any specific question please let us know.
i don't able to understand this issue .can you please elaborate how to approach solution to this problem .
I tried to fix Cmake. I wanted to ask if a new .yml file is expected to compile CMakeLists of all examples?
There is no need for a new .yml files but the current one could compile all the examples after or before compiling and executing all tests.
I'd like to work on this issue if still possible!
Hii @vissarion. To compile CMakeList of examples/optimization_spectrahedra
, we need these libraries openblas, lapack and arpack. It would be somewhat difficult to add this in github actions to install this, according to the steps mentions on how to compile.
So should I skip compiling it? Rest all examples are successfully compiling in the CI.
Hi i'd like to contribute to this issue. i have some ideas for this issue I want to try on this ,kindply please assign this issue
hey @himanshuParashar0101. I have almost completed this issue, I just wanted to ask whether to include compilation of examples/optimization_spectrahedra
in github actions as it requires installation of openlas lapack and arpack.
hey @himanshuParashar0101. I have almost completed this issue, I just wanted to ask whether to include compilation of
examples/optimization_spectrahedra
in github actions as it requires installation of openlas lapack and arpack.
hey @himanshuParashar0101. I have almost completed this issue, I just wanted to ask whether to include compilation of
examples/optimization_spectrahedra
in github actions as it requires installation of openlas lapack and arpack.
yess
i would like to try my hand to this issue if possible
@adibapatel please have a look at this https://github.com/GeomScale/volesti/pull/265